about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-04-14 15:24:08 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-04-14 15:24:08 +0000
commitd5134d10177ce64bc0d0c666d33dd1d4d54d72a9 (patch)
tree9f1968676181ac61e7e4db4c67a79a3e97a30892
parent05577844d9399433b06632788808f94c53d42a76 (diff)
downloadnetpbm-mirror-d5134d10177ce64bc0d0c666d33dd1d4d54d72a9.tar.gz
netpbm-mirror-d5134d10177ce64bc0d0c666d33dd1d4d54d72a9.tar.xz
netpbm-mirror-d5134d10177ce64bc0d0c666d33dd1d4d54d72a9.zip
Fix Debian package dependencies
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2187 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rwxr-xr-xbuildtools/debian/mkdeb6
-rw-r--r--doc/HISTORY4
2 files changed, 7 insertions, 3 deletions
diff --git a/buildtools/debian/mkdeb b/buildtools/debian/mkdeb
index 9c7b1735..42a986eb 100755
--- a/buildtools/debian/mkdeb
+++ b/buildtools/debian/mkdeb
@@ -133,12 +133,12 @@ sub control($$) {
     $control{'Installed-Size'} = '6164';
     $control{'Depends'} =
         'libc6, ' .
-        'libjpeg8, ' .
+        'libjpeg62, ' .
         'libpng12-0, ' .
         'libsvga1, ' .
-        'libtiff5, ' .
+        'libtiff4, ' .
         'libx11-6, ' .
-        'libxml2a, ' .
+        'libxml2, ' .
         'zlib1g, ' .
         'ghostscript, ' .
         'perl, ' .
diff --git a/doc/HISTORY b/doc/HISTORY
index b04334f7..238d159c 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -22,6 +22,10 @@ not yet  BJH  Release 10.67.00
               make variables, causing static library not to get built.
               Introduced in 10.66.
 
+              Build: fix dependencies in .deb package so they work with
+              Debian 6 at least.  Always broken (.deb capability was new in
+              10.66).
+
 14.03.30 BJH  Release 10.66.00
 
               Add pamvalidate.  Thanks Prophet of the Way <afu@wta.att.ne.jp>.