about summary refs log tree commit diff
path: root/buildtools
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-03-23 23:40:11 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-03-23 23:40:11 +0000
commit0e6163186419e2d1efbbda7cb00414cb40798b7d (patch)
treeb9cde420d76886198c98a53e55ee874c5d2f1088 /buildtools
parenta92f0e639e40735a0beadd86c2d48095f2cc2f92 (diff)
downloadnetpbm-mirror-0e6163186419e2d1efbbda7cb00414cb40798b7d.tar.gz
netpbm-mirror-0e6163186419e2d1efbbda7cb00414cb40798b7d.tar.xz
netpbm-mirror-0e6163186419e2d1efbbda7cb00414cb40798b7d.zip
Update mkdeb to work on Debian 9 in addition to Debian 8
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3577 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'buildtools')
-rwxr-xr-xbuildtools/debian/mkdeb8
1 files changed, 4 insertions, 4 deletions
diff --git a/buildtools/debian/mkdeb b/buildtools/debian/mkdeb
index 011d75b2..684ca0fb 100755
--- a/buildtools/debian/mkdeb
+++ b/buildtools/debian/mkdeb
@@ -11,9 +11,9 @@
 #  2002).
 #
 #  The dependencies this package declares are those that can be satisfied by
-#  Debian 8 (Jessie).  Netpbm works fine on other versions of Debian, but you
-#  may have to change the dependencies in this program or ignore dependencies
-#  at install time.
+#  Debian 8 (Jessie) and Debian 9 (Stretch).  Netpbm works fine on other
+#  versions of Debian, but you may have to change the dependencies in this
+#  program or ignore dependencies at install time.
 ###############################################################################
 
 use strict;
@@ -138,7 +138,7 @@ sub control($$) {
     $control{'Depends'} =
         'libc6, ' .
         'libjpeg62, ' .
-        'libpng12-0, ' .
+        'libpng12-0 | libpng16-16, ' .
         'libtiff5, ' .
         'libx11-6, ' .
         'libxml2, ' .