about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-03-26 02:30:36 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-03-26 02:30:36 +0000
commit425de32af6e224afeabeda763c20ec944c3b029c (patch)
tree620914a36f09256690447ba4bbfc7569db896333
parent6eb703682111782bbf570769d907e588f2d59385 (diff)
downloadnetpbm-mirror-425de32af6e224afeabeda763c20ec944c3b029c.tar.gz
netpbm-mirror-425de32af6e224afeabeda763c20ec944c3b029c.tar.xz
netpbm-mirror-425de32af6e224afeabeda763c20ec944c3b029c.zip
Make 'make deb' work with more recent dpgk-deb
git-svn-id: http://svn.code.sf.net/p/netpbm/code/super_stable@3777 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rwxr-xr-xbuildtools/debian/mkdeb2
-rw-r--r--doc/HISTORY3
2 files changed, 3 insertions, 2 deletions
diff --git a/buildtools/debian/mkdeb b/buildtools/debian/mkdeb
index 42a986eb..4d3a4984 100755
--- a/buildtools/debian/mkdeb
+++ b/buildtools/debian/mkdeb
@@ -145,8 +145,6 @@ sub control($$) {
         'perl-base, ' .
         'bash'
         ;
-    $control{'Recommends'} = '';
-    $control{'Recommends'} = '';
     $control{'Conflicts'} = $debianNativeNetpbm;
     $control{'Replaces'} = $debianNativeNetpbm;
     $control{'Provides'} = 
diff --git a/doc/HISTORY b/doc/HISTORY
index 29ef58d8..15d186b3 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -27,6 +27,9 @@ CHANGE HISTORY
               libnetpbm: pm_read_unknown_size, rawtopgm, zeisstopnm: crash
               when out of memory
 
+              Build: make deb: don't include empty Recommends; newer dpkg-deb
+              won't accept it.
+
 19.12.25 BJH  Release 10.73.30
 
               pamrubber: Fix bug: -frame doesn't work.  Always broken.