>-----Ursprüngliche Nachricht----- >Von: Guido Günther [mailto:[email protected]] >Gesendet: Dienstag, 25. April 2017 19:19 >An: Lukasz Walewski >Cc: [email protected] >Betreff: Re: [git-buildpackage] Do NOT run lintian after building the >package > >On Tue, Apr 25, 2017 at 07:04:09AM +0000, Lukasz Walewski wrote: >> Hi Guido, >> >> How do you pass options to debuild? > >See the --git-builder option in "man gbp-buildpackage" or [1]. The >DESCRIPTION sections has details on how the builder and hooks are >invoked.
Oh! The order, in which the options to debuild are passed, matters! I got it right eventually: gbp buildpackage --git-ignore-new --git-builder="debuild --no-lintian -i -I" -us -uc My problem was, that I appended the "--no-lintian" option to the default debuild command line instead of inserting it _before_ "-i -I". Thanks & regards! Lukasz ---------------------------------------- scan Messtechnik GmbH Brigittagasse 22-24 A-1200 Wien/Vienna tel. +43 1 219 73 93 - 0 fax +43 1 219 73 93 - 12 http://www.s-can.at [email protected] Geschaeftsfuehrer/President: DI Andreas Weingartner Firmenbuchnummer/Incorporation No: FN178880i Gerichtsstand/Court of Jurisdiction: Wien/Vienna ---------------------------------------- s::can - intelligent, optical, online i::scan - compact, precise and affordable! UV254::NTU::FTU::TOC::DOC::COD::BOD::Colour ...and many more to come! http://www.i-scan.at ---------------------------------------- "YES WE SCAN !" _______________________________________________ git-buildpackage mailing list [email protected] http://lists.sigxcpu.org/mailman/listinfo/git-buildpackage
