about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xbuildtools/debian/mkdeb8
-rw-r--r--doc/HISTORY3
2 files changed, 7 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, ' .
diff --git a/doc/HISTORY b/doc/HISTORY
index dca4263a..19c3299a 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -69,6 +69,9 @@ not yet  BJH  Release 10.86.00
               shared library stub and shared library are in the same
               directory.
 
+              Build: update 'mkdeb' so it works on Debian 9 (in addition to
+              Debian 8).  Thanks Neil R Ormos <ormos@ormos.org>.
+
 18.12.29 BJH  Release 10.85.00
 
               pnmpaste: Add -nand, -nor, and -nxor.