Bug#912685: debian/rules is not binNMU safe

2019-01-02 Thread Niels Thykier
On Sat, 1 Dec 2018 14:34:26 +0100 gregor herrmann wrote: > Control: tag -1 + pending > > On Fri, 02 Nov 2018 21:07:04 +0100, Laurent Bigonville wrote: > > > Why aren't you using "dh_makeshlibs -V" or the version macro that are > > present in /usr/share/dpkg/pkg-info.mk ? > > This seems to be fi

Bug#912685: debian/rules is not binNMU safe

2018-12-01 Thread gregor herrmann
Control: tag -1 + pending On Fri, 02 Nov 2018 21:07:04 +0100, Laurent Bigonville wrote: > Why aren't you using "dh_makeshlibs -V" or the version macro that are > present in /usr/share/dpkg/pkg-info.mk ? This seems to be fixed in git: https://salsa.debian.org/debian/net-snmp/commit/231fe8fe971204

Processed: Re: Bug#912685: debian/rules is not binNMU safe

2018-12-01 Thread Debian Bug Tracking System
Processing control commands: > tag -1 + pending Bug #912685 [src:net-snmp] debian/rules is not binNMU safe Added tag(s) pending. -- 912685: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912685 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems

Bug#912685: debian/rules is not binNMU safe

2018-11-02 Thread Laurent Bigonville
Source: net-snmp Version: 5.7.3+dfsg-4 Severity: serious Hi, In debian/rules you have the following: UPSTREAM_VERSION = $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ':' | sed 's/ //' | sed 's/~dfsg.*$$//') COMPAT_VERSION = $(UPSTREAM_VERSION)~dfsg [...] override_dh_makeshlibs: