about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xbuildtools/debian/mkdeb2
-rw-r--r--doc/HISTORY5
-rw-r--r--version.mk2
3 files changed, 6 insertions, 3 deletions
diff --git a/buildtools/debian/mkdeb b/buildtools/debian/mkdeb
index 684ca0fb..51d77cdb 100755
--- a/buildtools/debian/mkdeb
+++ b/buildtools/debian/mkdeb
@@ -148,8 +148,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 01288125..46be044a 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -4,6 +4,11 @@ Netpbm.
 CHANGE HISTORY 
 --------------
 
+20.03.26 BJH  Release 10.86.12
+
+              Build: make deb: don't include empty Recommends; newer dpkg-deb
+              won't accept it.
+
 20.03.26 BJH  Release 10.86.11
 
               pbmtopgm: Fix incorrect output when convolution area is not
diff --git a/version.mk b/version.mk
index 272904e5..a7eccbe0 100644
--- a/version.mk
+++ b/version.mk
@@ -1,3 +1,3 @@
 NETPBM_MAJOR_RELEASE = 10
 NETPBM_MINOR_RELEASE = 86
-NETPBM_POINT_RELEASE = 11
+NETPBM_POINT_RELEASE = 12