From 0e6163186419e2d1efbbda7cb00414cb40798b7d Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 23 Mar 2019 23:40:11 +0000 Subject: 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 --- buildtools/debian/mkdeb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'buildtools') 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, ' . -- cgit 1.4.1