From 851429f7b857095f62e9a33d2e04d4af379c3d63 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 26 Mar 2020 02:37:47 +0000 Subject: Release 10.86.12 git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@3779 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- buildtools/debian/mkdeb | 2 -- doc/HISTORY | 5 +++++ version.mk | 2 +- 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 -- cgit 1.4.1