about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-03-23 23:42:58 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-03-23 23:42:58 +0000
commitb10a418cefe3413a727b89300848dc84e8a6195d (patch)
tree3a38bd6c95f1a0b2c8c9ee8d077bec09ee69e593
parent5b87908ff16268b9006b3a12ccae173b47a70005 (diff)
downloadnetpbm-mirror-b10a418cefe3413a727b89300848dc84e8a6195d.tar.gz
netpbm-mirror-b10a418cefe3413a727b89300848dc84e8a6195d.tar.xz
netpbm-mirror-b10a418cefe3413a727b89300848dc84e8a6195d.zip
Release 10.85.05
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@3578 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rwxr-xr-xbuildtools/debian/mkdeb8
-rw-r--r--doc/HISTORY4
-rw-r--r--version.mk2
3 files changed, 9 insertions, 5 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 c15bf8db..46e179d3 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -3,6 +3,10 @@ Netpbm.
 
 CHANGE HISTORY 
 --------------
+19.03.23 BJH  Release 10.85.05
+
+              Build: update 'mkdeb' so it works on Debian 9 (in addition to
+              Debian 8).  Thanks Neil R Ormos <ormos@ormos.org>.
 
 19.03.08 BJH  Release 10.85.04
 
diff --git a/version.mk b/version.mk
index a80872eb..ca69fbb0 100644
--- a/version.mk
+++ b/version.mk
@@ -1,3 +1,3 @@
 NETPBM_MAJOR_RELEASE = 10
 NETPBM_MINOR_RELEASE = 85
-NETPBM_POINT_RELEASE = 4
+NETPBM_POINT_RELEASE = 5