Bug#857953: bash: debian/rules execute $(STRIP) even when empty

2017-03-16 Thread Tim Rühsen
On Donnerstag, 16. März 2017 17:26:23 CET Matthias Klose wrote: > please read about bug severities. This bugs renders the source package unusable for me. That's what reportbug suggests 'important' for ("...major effect on the usability...") And I need the source package to create a .deb with deb

Bug#857953: bash: debian/rules execute $(STRIP) even when empty

2017-03-16 Thread Matthias Klose
Control: severity -1 normal On 16.03.2017 17:13, Tim Ruehsen wrote: > Package: bash > Version: 4.4-4+b1 > Severity: serious > Justification: fails to build from source (but built successfully in the past) > > Dear Maintainer, > > in debian/rules the $(STRIP) command is tried to be executed even

Bug#857953: bash: debian/rules execute $(STRIP) even when empty

2017-03-16 Thread Tim Ruehsen
Package: bash Version: 4.4-4+b1 Severity: serious Justification: fails to build from source (but built successfully in the past) Dear Maintainer, in debian/rules the $(STRIP) command is tried to be executed even when empty. The code is ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) ifneq