about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-03-26 02:37:47 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-03-26 02:37:47 +0000
commit851429f7b857095f62e9a33d2e04d4af379c3d63 (patch)
tree96cde93ba51e30dbec34cbc287c08d73def35f08
parent99d760c5aa3dac7cbde58d10c7b0a9213602d7ad (diff)
downloadnetpbm-mirror-851429f7b857095f62e9a33d2e04d4af379c3d63.tar.gz
netpbm-mirror-851429f7b857095f62e9a33d2e04d4af379c3d63.tar.xz
netpbm-mirror-851429f7b857095f62e9a33d2e04d4af379c3d63.zip
Release 10.86.12
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@3779 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-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