summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Dh_Lib.pm
Commit message (Expand)AuthorAge
* Fix typo for propagateGuillem Jover2013-08-09
* add commentJoey Hess2012-11-12
* Makefile: introduce PREFIX variableChristoph Junghans2012-11-12
* Make it possible to pass perl code to autoscript.Marcin Owsiany2012-09-09
* comment typoJoey Hess2012-03-26
* Revert avoid expanding shell metacharacters in sed call in autoscript(). It b...Joey Hess2012-03-22
* avoid expanding shell variables in sed stringJoey Hess2012-02-21
* spelingJoey Hess2012-01-15
* v9 doneJoey Hess2012-01-15
* Only enable executable config files in v9. The quality of file permissions in...Joey Hess2011-12-09
* executable config files. bleh, arghJoey Hess2011-12-07
* dh: Avoid compat deprecation warning before option parsing. Closes: #641361Joey Hess2011-09-12
* Tighten parsing of DEB_BUILD_OPTIONS.Joey Hess2011-09-09
* Avoid writing debhelper log files in no-act mode. Closes: #640586Joey Hess2011-09-05
* dpkg-buildflags is only used to set environment in v9Joey Hess2011-08-06
* Revert "Always respect DEB_${flag}_{APPEND,SET} envvars."Joey Hess2011-06-20
* Always respect DEB_${flag}_{APPEND,SET} envvars.Modestas Vainius2011-06-19
* In the unlikely case Dpkg::BuildFlags fails, don't do anything.Modestas Vainius2011-06-19
* Use Dpkg::BuildFlags module directly in set_buildflags().Modestas Vainius2011-06-19
* dpkg-buildflags supportJoey Hess2011-06-14
* Fix error message. Closes: #628053Joey Hess2011-05-27
* Add support for multiarch.Steve Langasek2011-03-12
* Improve handling of logging in override targetsJoey Hess2011-02-10
* refactor cross command generationJoey Hess2011-02-08
* dh: Inhibit logging for commands run inside override targetsJoey Hess2010-11-02
* note that the hardcoded arg_max here is obsoleteJoey Hess2010-10-27
* In v8 mode, do not allow directly passing unknown options to debhelper comman...Joey Hess2010-05-23
* Further reduce the number of calls to dpkg-architecture to zero, in a typical...Joey Hess2010-05-09
* typoJoey Hess2010-05-09
* cleanupsJoey Hess2010-05-09
* Drop one more call to dpkg-architecture. Closes: #580837 (Raphael Geissert)Joey Hess2010-05-09
* Memoize architecture comparisons in samearch, and avoid calling dpkg-architec...Joey Hess2010-04-26
* fix commentJoey Hess2010-04-08
* minor optimisationJoey Hess2010-03-01
* If neither -a or -i are specified, debhelper commands used to default to acti...Joey Hess2010-03-01
* Fix warning about unknown options passed to commands in override targets.Joey Hess2010-01-04
* use foreach instead of for when looping thru arrayJoey Hess2009-11-19
* make error() throw a catchable error with dieJoey Hess2009-11-16
* Adjust code to add deprecation warning for compatability level 4. (Man page a...Joey Hess2009-11-12
* reduce amount of MAKEFLAGS cleaningJoey Hess2009-10-28
* split get_make_jobserver_status into two functionsJoey Hess2009-10-28
* move obscure function to EOFJoey Hess2009-10-28
* Support parallel building in makefile buildsystemModestas Vainius2009-10-28
* consistently print whole failing command lineJoey Hess2009-10-19
* Allow dpkg-architecture to print errors to stderr. Closes: #548636Joey Hess2009-09-27
* -a == -sJoey Hess2009-09-01
* Optimise -s handling to avoid running dpkg-architecture if the package is arc...Joey Hess2009-09-01
* refactorJoey Hess2009-09-01
* minor code cleanup and optimisationJoey Hess2009-08-10
* Revert "Improvements in DH_OPTIONS handling and DH_AUTO_OPTIONS envvar support."Modestas Vainius2009-06-13