diff options
author | VG <vg@devys.org> | 2016-11-03 16:46:46 +0100 |
---|---|---|
committer | VG <vg@devys.org> | 2016-11-03 16:46:46 +0100 |
commit | 2b31572424504f5a39ddd24e9264e174ea28096d (patch) | |
tree | 0714d8b05a37b09091a0eeb99b88607dfb0c7609 /debian/control | |
download | debian-ponymix-2b31572424504f5a39ddd24e9264e174ea28096d.tar.gz debian-ponymix-2b31572424504f5a39ddd24e9264e174ea28096d.tar.bz2 debian-ponymix-2b31572424504f5a39ddd24e9264e174ea28096d.zip |
first commit (currently just a copy of meh)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..3127f40 --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: meh +Section: universe/x11 +Priority: optional +Maintainer: vg <vg@devys.org> +Build-Depends: debhelper (>=9), + libxext-dev, libpng-dev, libgif-dev, libjpeg-dev, zlib1g-dev +Homepage: https://github.com/jhawthorn/meh/ +#Vcs-Git: git://git.debian.org/collab-maint/meh.git +#Vcs-Browser: http://git.debian.org/?p=collab-maint/meh.git;a=summary + +Package: meh +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Lightweight image viewer for X11 + Fast, lightweight image viewer. In its control mode, it can read next image + to be displayed from stdin. Uses xlib. |