summaryrefslogtreecommitdiff
path: root/dh
AgeCommit message (Expand)AuthorFilesLines
2019-08-12dh: Remove support for --{until,after,before,remaining}Niels Thykier1-7/+3
2019-07-20dh: Move an if-elsif chain out of an if and de-indentNiels Thykier1-40/+37
2018-12-24dh: Special case cli-options() with no optionsNiels Thykier1-0/+3
2018-11-09dh: Fix inverted boolean logicNiels Thykier1-1/+1
2018-10-14dh_installsystemduser: New helper to handle systemd user instance unitsDaniele Nicolodi1-9/+10
2018-09-29dh: Disable cli-options NOOP PROMISE optimization with long optionsNiels Thykier1-1/+6
2018-09-14dh: Add hidden ENV variable to test can_skip under --no-actNiels Thykier1-1/+3
2018-09-14dh: Remove broken (and obsolete) compat itemNiels Thykier1-14/+1
2018-09-14dh: Support a new cli-options NOOP PROMISENiels Thykier1-9/+23
2018-09-14dh: Track which options have been passedNiels Thykier1-11/+10
2018-08-04dh: Support autoloading sequences via Build-DependsNiels Thykier1-0/+11
2018-08-04dh: Refactor --with/--without handling of add-onsNiels Thykier1-19/+57
2018-05-19Use a new sequence to toggle dh_installinitramfs in c11 and olderNiels Thykier1-1/+3
2018-05-18dh_installinitramfs: New helper toolNiels Thykier1-0/+1
2018-05-10Enable dwz in c12 by defaultNiels Thykier1-2/+4
2018-03-07dh: Simplify sequence definitionsNiels Thykier1-19/+7
2018-03-07Move sub from dh to D::DH::SequencerUtilNiels Thykier1-17/+0
2018-01-28dh: Rename optimize_sequence to unpack_sequenceNiels Thykier1-2/+2
2018-01-20dh: Always run commands with sequence defined optionsNiels Thykier1-0/+3
2018-01-07dh: Fix missing $ in $startpointNiels Thykier1-1/+1
2018-01-07dh: Fix off-by-one in a compat checkNiels Thykier1-3/+3
2018-01-04dh: Avoid reset of starting point with multiple opaque targetsNiels Thykier1-1/+10
2018-01-04dh: Move some "compat 9"-only code inside an if-guardNiels Thykier1-9/+7
2018-01-02dh: Ensure that $startpoint{$package} is definedNiels Thykier1-0/+4
2018-01-02dh: Isolate some (now) "compat 9"-only codeNiels Thykier1-45/+30
2018-01-02dh: Do not re-run completed targetsNiels Thykier1-32/+85
2018-01-02dh: Rewrite sequence handlingNiels Thykier1-113/+15
2017-12-30dh: Fix a warning about an uninitialized variableNiels Thykier1-1/+1
2017-12-29Add DH_EXTRA_ADDONS env variable to specify local addons.Paul Tagliamonte1-0/+1
2017-11-11Replace some string evals with a simple requireNiels Thykier1-1/+1
2017-10-28dh,dh_auto_*: Add NOOP promisesNiels Thykier1-0/+9
2017-10-22Document directory requirement for all debhelper toolsNiels Thykier1-1/+3
2017-10-13dh: Replace systemd sequence with dh_installsystemd [c11]Niels Thykier1-1/+7
2017-07-30dh: Avoid unintended shell in run()Niels Thykier1-2/+2
2017-07-23dh: Stricter parsing of DH NOOP PROMISENiels Thykier1-1/+1
2017-07-23dh: Rely on PROMISE NOOP to exclude dh_testdirNiels Thykier1-4/+6
2017-07-22dh: Optimize out dh_testdir as it is literally uselessNiels Thykier1-6/+4
2017-07-10dh: --with=build-stamp is a c10+ thingNiels Thykier1-1/+1
2017-07-09dh: Revert --without=build-stamp in c11Niels Thykier1-7/+11
2017-07-09dh: Support pkgfile and pkgfile-logged PROMISE hintsNiels Thykier1-0/+11
2017-07-07Dh_Lib: Embed tool versions into auto-generated snippetsNiels Thykier1-0/+2
2017-07-03Set Emacs file variables directory-wideSven Joachim1-6/+0
2017-06-26Avoid fork+exec for rm -f and ln -s in non-deprecated toolsNiels Thykier1-1/+4
2017-06-04Revert 80c955221e83327efb984845f59648678c729978Niels Thykier1-10/+8
2017-06-04include present/wanted architecture in error messageMichael Stapelberg1-1/+1
2017-05-06Remove remains of dh_pysupportNiels Thykier1-7/+1
2017-04-10pkgfile: Create a "secret" bulk check call for dhNiels Thykier1-3/+2
2017-04-10dh: Juggle some loops to move invariants outNiels Thykier1-11/+12
2017-04-10dh: Avoid unnecessary work for empty overridesNiels Thykier1-10/+12
2017-04-10pkgfile: Attempt to make it scale better for more pkgsNiels Thykier1-0/+5