about summary refs log tree commit diff
path: root/buildtools/debian/mkdeb
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-03-19 02:09:34 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-03-19 02:09:34 +0000
commit34895cc28fb303ba5a2c025a99626b6a481d0076 (patch)
treef8a61741abf38fd9284953ea8cba5edfd5f28210 /buildtools/debian/mkdeb
parenta0a2e113c59a01a599cbb91752a5ba344b6f92e8 (diff)
downloadnetpbm-mirror-34895cc28fb303ba5a2c025a99626b6a481d0076.tar.gz
netpbm-mirror-34895cc28fb303ba5a2c025a99626b6a481d0076.tar.xz
netpbm-mirror-34895cc28fb303ba5a2c025a99626b6a481d0076.zip
Update from Debian 7 to Debian 8
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2919 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'buildtools/debian/mkdeb')
-rwxr-xr-xbuildtools/debian/mkdeb11
1 files changed, 7 insertions, 4 deletions
diff --git a/buildtools/debian/mkdeb b/buildtools/debian/mkdeb
index 42a986eb..d1a88dc8 100755
--- a/buildtools/debian/mkdeb
+++ b/buildtools/debian/mkdeb
@@ -10,6 +10,10 @@
 #  package (what Debian contains is derived from Sourceforge Netpbm ca.
 #  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.
 ###############################################################################
 
 use strict;
@@ -111,8 +115,8 @@ sub control($$) {
 
 # The Debian packaging system doesn't provide a way to express Netpbm's actual
 # prerequisites.  For example, Netpbm needs Version 6.2 or better of Libjpeg,
-# but there is no way to state that here.  Instead, we state Libjpeg 8.
-# This makes the Netpbm package less useful.
+# but there is no way to state that here.  Instead, we state Libjpeg 6.2
+# exactly.  This makes the Netpbm package less useful.
 
     my %control;
 
@@ -135,8 +139,7 @@ sub control($$) {
         'libc6, ' .
         'libjpeg62, ' .
         'libpng12-0, ' .
-        'libsvga1, ' .
-        'libtiff4, ' .
+        'libtiff5, ' .
         'libx11-6, ' .
         'libxml2, ' .
         'zlib1g, ' .