From b10a418cefe3413a727b89300848dc84e8a6195d Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 23 Mar 2019 23:42:58 +0000 Subject: Release 10.85.05 git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@3578 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- buildtools/debian/mkdeb | 8 ++++---- doc/HISTORY | 4 ++++ version.mk | 2 +- 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 . 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 -- cgit 1.4.1