From f465fdba678542f31eef8766de92d4b729a1515e Mon Sep 17 00:00:00 2001
From: VG <vg@devys.org>
Date: Thu, 13 Oct 2016 00:10:03 +0200
Subject: fix dependency for zlib

---
 debian/control | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

(limited to 'debian')

diff --git a/debian/control b/debian/control
index 431d033..faf8175 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,14 @@ Section: universe/x11
 Priority: optional
 Maintainer: vg <vg@devys.org>
 Build-Depends: debhelper (>=9),
- libxext-dev, libpng12-dev, libgif-dev, libjpeg-dev
+ libxext-dev, libpng12-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},
- libxext6, libpng12-0, libgif4, libjpeg-dev
+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.
-- 
cgit v1.2.3