Bug#436498: axel: not handling nostrip build option (policy 10.1) sid/i386

2007-09-14 Thread Justin Pryzby
On Fri, Sep 14, 2007 at 01:22:04PM +0530, Y Giridhar Appaji Nag wrote: > tags 436498 +patch > thanks > > On 07/08/07 23:06 +0200, Julien Danjou said ... > > If you call dh_strip correctly in debian/rules, this may mean that upstream > > axel doesn't use debhelper, so dh_strip is not called. > >

Bug#436498: axel: not handling nostrip build option (policy 10.1) sid/i386

2007-09-14 Thread Y Giridhar Appaji Nag
On 07/09/14 14:24 +0530, Y Giridhar Appaji Nag said ... > Part of my patch is incorrect. > > The --debug=1 also enabled additional debugging output which is not the > intent of "debug" in DEB_BUILD_OPTIONS. I will post an update. Updated patch attached. Giridhar -- Y Giridhar Appaji Nag | htt

Bug#436498: axel: not handling nostrip build option (policy 10.1) sid/i386

2007-09-14 Thread Y Giridhar Appaji Nag
Part of my patch is incorrect. On 07/09/14 13:22 +0530, Y Giridhar Appaji Nag said ... > > +confopts = --i18n=1 --prefix=/usr --etcdir=/etc > +ifeq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) > + confopts += --debug=0 > +else > + confopts += --debug=1 > +endif The --debug=1 also enabled

Bug#436498: axel: not handling nostrip build option (policy 10.1) sid/i386

2007-09-14 Thread Y Giridhar Appaji Nag
tags 436498 +patch thanks On 07/08/07 23:06 +0200, Julien Danjou said ... > If you call dh_strip correctly in debian/rules, this may mean that upstream axel doesn't use debhelper, so dh_strip is not called. > > -> Building the package > > Setting DEB_BUILD_OPTIONS=nostrip > > > > ./configure -

Bug#436498: axel: not handling nostrip build option (policy 10.1) sid/i386

2007-08-07 Thread Julien Danjou
Package: axel Version: 1.0b-1.1 Severity: wishlist User: [EMAIL PROTECTED] Usertags: nostrip Hello, There was a problem while autobuilding your package with DEB_BUILD_OPTIONS=nostrip. Final binaries are still stripped. If you call dh_strip correctly in debian/rules, this may mean that upstream