summaryrefslogtreecommitdiff
path: root/lib/Debian/Debhelper/Sequence
AgeCommit message (Collapse)AuthorFilesLines
2019-08-17Rewrite special-casing of ELF tools (dh_strip etc.) via an elf-tools sequenceNiels Thykier1-0/+14
Signed-off-by: Niels Thykier <niels@thykier.net>
2018-05-19Use a new sequence to toggle dh_installinitramfs in c11 and olderNiels Thykier1-0/+14
Then we can make dh_installinitramfs do the same in all compat levels and people can simply opt-in with a "--with installinitramfs" in older compat levels. Signed-off-by: Niels Thykier <niels@thykier.net>
2018-05-10Enable dwz in c12 by defaultNiels Thykier1-2/+4
Closes: nthykier/debhelper#3 Signed-off-by: Niels Thykier <niels@thykier.net>
2017-11-12dwz.pm: Include the name of the sequence in the warningNiels Thykier1-1/+1
Signed-off-by: Niels Thykier <niels@thykier.net>
2017-10-24dwz.pm: Fix compile errorNiels Thykier1-0/+2
Signed-off-by: Niels Thykier <niels@thykier.net>
2017-10-24Add new dh_dwz helper along with a "dwz" sequenceNiels Thykier1-0/+10
Signed-off-by: Niels Thykier <niels@thykier.net>
2017-10-13systemd-pm: Disable sequence in compat 11Niels Thykier1-0/+5
Signed-off-by: Niels Thykier <niels@thykier.net>
2017-08-24Support building on case-insensitive filesystemsGeoffrey Thomas3-0/+35
Move Debian/ to lib subdirectory to support building on non-case-sensitive filesystems.