index
:
debhelper
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dh
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-16
Merge https://salsa.debian.org/debian/debhelper
Igor Pashev
1
-228
/
+355
2019-09-01
dh: Fix bug in binary-indep in compat 5-12
Niels Thykier
1
-2
/
+4
2019-08-18
dh: Fix regression in dh addon API
Niels Thykier
1
-8
/
+9
2019-08-17
dh: Skip some invalid calls to helpers after an override
Niels Thykier
1
-1
/
+13
2019-08-17
dh: Fix use of uninitialized variable in compat 13
Niels Thykier
1
-1
/
+1
2019-08-17
Rewrite special-casing of ELF tools (dh_strip etc.) via an elf-tools sequence
Niels Thykier
1
-19
/
+26
2019-08-16
Fix logic for arch-only commands to make it testable again
Niels Thykier
1
-2
/
+9
2019-08-16
Update documentation and changelog to cover new sequence/addon features
Niels Thykier
1
-6
/
+19
2019-08-16
Dh_Lib: Only parse dh-sequence-X in dh
Niels Thykier
1
-0
/
+1
2019-08-16
Generalize and move logic for filtering out arch-only helpers
Niels Thykier
1
-3
/
+0
2019-08-16
Rewrite sequence handling to ensure add-on commands are ordered correctly
Niels Thykier
1
-76
/
+78
2019-08-16
dh: Implement conditional sequence add-ons
Niels Thykier
1
-25
/
+181
2019-08-16
dh: Drop code only used for obsolete parameters
Niels Thykier
1
-57
/
+10
2019-08-15
Disable auto-abbrev of cli options in c13 to enable dh optimizations
Niels Thykier
1
-3
/
+9
2019-08-15
dh_auto_*: Officially adopt --sourcedir/--builddir
Niels Thykier
1
-1
/
+1
2019-08-13
dh: Remove dead variable
Niels Thykier
1
-1
/
+0
2019-08-13
dh: Stop mentioning removed options in manpage
Sven Joachim
1
-34
/
+1
2019-08-12
dh: Remove support for --{until,after,before,remaining}
Niels Thykier
1
-7
/
+3
2019-07-20
dh: Move an if-elsif chain out of an if and de-indent
Niels Thykier
1
-40
/
+37
2018-12-24
dh: Special case cli-options() with no options
Niels Thykier
1
-0
/
+3
2018-11-09
dh: Fix inverted boolean logic
Niels Thykier
1
-1
/
+1
2018-10-14
dh_installsystemduser: New helper to handle systemd user instance units
Daniele Nicolodi
1
-9
/
+10
2018-09-29
dh: Disable cli-options NOOP PROMISE optimization with long options
Niels Thykier
1
-1
/
+6
2018-09-14
dh: Add hidden ENV variable to test can_skip under --no-act
Niels Thykier
1
-1
/
+3
2018-09-14
dh: Remove broken (and obsolete) compat item
Niels Thykier
1
-14
/
+1
2018-09-14
dh: Support a new cli-options NOOP PROMISE
Niels Thykier
1
-9
/
+23
2018-09-14
dh: Track which options have been passed
Niels Thykier
1
-11
/
+10
2018-08-30
Merge https://salsa.debian.org/debian/debhelper
Igor Pashev
1
-231
/
+211
2018-08-04
dh: Support autoloading sequences via Build-Depends
Niels Thykier
1
-0
/
+11
2018-08-04
dh: Refactor --with/--without handling of add-ons
Niels Thykier
1
-19
/
+57
2018-05-19
Use a new sequence to toggle dh_installinitramfs in c11 and older
Niels Thykier
1
-1
/
+3
2018-05-18
dh_installinitramfs: New helper tool
Niels Thykier
1
-0
/
+1
2018-05-10
Enable dwz in c12 by default
Niels Thykier
1
-2
/
+4
2018-03-07
dh: Simplify sequence definitions
Niels Thykier
1
-19
/
+7
2018-03-07
Move sub from dh to D::DH::SequencerUtil
Niels Thykier
1
-17
/
+0
2018-01-28
dh: Rename optimize_sequence to unpack_sequence
Niels Thykier
1
-2
/
+2
2018-01-20
dh: Always run commands with sequence defined options
Niels Thykier
1
-0
/
+3
2018-01-07
dh: Fix missing $ in $startpoint
Niels Thykier
1
-1
/
+1
2018-01-07
dh: Fix off-by-one in a compat check
Niels Thykier
1
-3
/
+3
2018-01-04
dh: Avoid reset of starting point with multiple opaque targets
Niels Thykier
1
-1
/
+10
2018-01-04
dh: Move some "compat 9"-only code inside an if-guard
Niels Thykier
1
-9
/
+7
2018-01-02
dh: Ensure that $startpoint{$package} is defined
Niels Thykier
1
-0
/
+4
2018-01-02
dh: Isolate some (now) "compat 9"-only code
Niels Thykier
1
-45
/
+30
2018-01-02
dh: Do not re-run completed targets
Niels Thykier
1
-32
/
+85
2018-01-02
dh: Rewrite sequence handling
Niels Thykier
1
-113
/
+15
2017-12-30
dh: Fix a warning about an uninitialized variable
Niels Thykier
1
-1
/
+1
2017-12-29
Add DH_EXTRA_ADDONS env variable to specify local addons.
Paul Tagliamonte
1
-0
/
+1
2017-11-19
Merge https://anonscm.debian.org/git/debhelper/debhelper
Igor Pashev
1
-77
/
+120
2017-11-11
Replace some string evals with a simple require
Niels Thykier
1
-1
/
+1
2017-10-28
dh,dh_auto_*: Add NOOP promises
Niels Thykier
1
-0
/
+9
[next]