Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-12 | dh_auto_*: Support reload-all-buildenv-variables | Niels Thykier | 1 | -0/+31 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2019-10-06 | Add mailing list link to the c11 issue | Niels Thykier | 1 | -1/+2 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2019-10-06 | Actively discourage (but no deprecate) c11 | Niels Thykier | 1 | -0/+8 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2019-08-17 | Rewrite special-casing of ELF tools (dh_strip etc.) via an elf-tools sequence | Niels Thykier | 1 | -0/+10 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2019-08-15 | Disable auto-abbrev of cli options in c13 to enable dh optimizations | Niels Thykier | 1 | -0/+8 | |
Disable auto-abbreviation of command-line options in compat 13 and re-enable dh's optimization for skipping redundant commands when passed long options. Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2019-08-15 | dh_auto_*: Officially adopt --sourcedir/--builddir | Niels Thykier | 1 | -2/+2 | |
Since the beginning, debhelper has accepted abbrevated command line parameters. Anyone that has been using (e.g.): dh $@ --sourcedir=foo To pass --sourcedir to dh_install has *also* implicitly passed it to the dh_auto_* helpers. Due to auto-abbrevation being enabled, they have considered it a short form of --sourcedirectory. This is trivially confirmable by comparing: dh_auto_configure --bar foo Unknown option: bar dh_auto_configure: unknown option or error during option parsing; aborting with dh_auto_configure --sourcedir foo dh_auto_configure: invalid or non-existing path to the source directory: foo Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2019-08-13 | debhelper.pod: Fix typo | Sven Joachim | 1 | -1/+1 | |
2019-08-12 | dh: Remove support for --{until,after,before,remaining} | Niels Thykier | 1 | -0/+3 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2019-07-13 | debhelper.pod: Document usage of dpkg-buildflags vs. *FLAGS env variables | Niels Thykier | 1 | -0/+9 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2018-12-24 | Mark compat 12 as stable | Niels Thykier | 1 | -3/+1 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2018-12-06 | debhelper.7: Document that python-distutils is gone [c12] | Niels Thykier | 1 | -0/+5 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2018-11-04 | meson: Run tests with meson [c13] | Niels Thykier | 1 | -0/+18 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2018-10-14 | dh_installsystemduser: New helper to handle systemd user instance units | Daniele Nicolodi | 1 | -0/+5 | |
Add a new 'dh_installsystemduser' helper responsible for istalling package maintainer supplied systemd user instance units and to produce postinst and postrm maintiner scripts code blocks to appropriately enable, mask and disable units when the package is installed, upgraded, or removed. | |||||
2018-09-16 | debhelper.pod: debhelper-compat doesn't support beta/experimental compat levels | Josh Triplett | 1 | -0/+4 | |
2018-09-16 | debhelper.pod: Document the new debhelper-compat mechanism | Josh Triplett | 1 | -14/+28 | |
2018-09-16 | debhelper.pod: Quote value of INSTALL in c11 description | Niels Thykier | 1 | -2/+2 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2018-09-14 | debhelper.pod: Compat 12 is now in beta | Niels Thykier | 1 | -1/+1 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2018-09-14 | dh: Remove broken (and obsolete) compat item | Niels Thykier | 1 | -7/+12 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2018-09-12 | debhelper.pod: Document dh_golang's DH_GOLANG_EXCLUDES behaviour change | Clément Hermann | 1 | -0/+8 | |
2018-09-03 | Document dh_install{init,systemd} changes | Niels Thykier | 1 | -0/+16 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2018-08-09 | dh_installdeb: Ignore debian/*.conffiles [c12] | Niels Thykier | 1 | -0/+7 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2018-08-04 | autoconf,meson: Use usr/libexec dir by default [c12] | Niels Thykier | 1 | -0/+16 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2018-06-24 | debhelper.pod: Rewrite main-doc-package change | Niels Thykier | 1 | -8/+23 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2018-06-23 | debhelper.pod: Make a dedicated subsection to exec config files | Niels Thykier | 1 | -4/+35 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2018-06-13 | debhelper.pod: Fix incomplete conversion to pod format | Daniele Nicolodi | 1 | -1/+1 | |
2018-05-19 | debhelper.pod: Remove bogus compat 12 note that never was | Niels Thykier | 1 | -8/+0 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2018-05-19 | Use a new sequence to toggle dh_installinitramfs in c11 and older | Niels Thykier | 1 | -4/+6 | |
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-18 | dh_installinitramfs: New helper tool | Niels Thykier | 1 | -0/+8 | |
2018-05-11 | debhelper.7: Document that dh_dwz is enabled by default | Niels Thykier | 1 | -0/+7 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2018-04-28 | Document the dh_makeshlibs changes | Niels Thykier | 1 | -0/+10 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2018-04-07 | debhelper.7: Recommend d/<pkg>.foo over d/foo | Niels Thykier | 1 | -1/+5 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2018-04-04 | debhelper.pod: Add a ~ to the versioned depends | Niels Thykier | 1 | -1/+1 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2018-03-29 | dh_installinfo: Accept --sourcedir as documented | Nicolas Boulenguez | 1 | -0/+3 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2018-01-02 | debhelper.pod: Remove cmake caveat for compat 11 | Niels Thykier | 1 | -5/+0 | |
Given the "Breaks: cmake (<< 3.9~)" it is no longer relevant. Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-12-31 | dh_compress: Avoid compressing examples [c12] | Niels Thykier | 1 | -0/+5 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-12-31 | dh_makeshlibs: In c12, avoid passing SONAME-less binaries to dpkg-gensymbols | Niels Thykier | 1 | -0/+5 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-12-30 | dh_missing: Make --list-missing the default in c12 | Niels Thykier | 1 | -0/+4 | |
Closes: nthykier/debhelper#2 Closes: Debian#650129 Closes: Debian#858834 Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-12-30 | debhelper.pod: Note that -s will be removed in compat 12 | Niels Thykier | 1 | -0/+2 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-12-29 | Add DH_EXTRA_ADDONS env variable to specify local addons. | Paul Tagliamonte | 1 | -0/+12 | |
This is intended to be used by downstreams or specific local configurations that require a debhelper addon to be run during multiple builds without having to patch a large number of rules file. If at all possible, this should be avoided in favor of a --with flag in the rules file. Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-12-17 | fix typo | Hideki Yamane | 1 | -1/+1 | |
unncessary -> unn"e"cessary Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-12-16 | debhelper.pod: Declare compat 11 as stable | Niels Thykier | 1 | -4/+1 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-12-16 | debhelper.pod: Fix missing word | Niels Thykier | 1 | -3/+3 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-12-16 | debhelper.pod: Improve the wording of two paragraphs | Chris Leick | 1 | -4/+4 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-11-25 | dh_installdeb: Basic validation of {rm,mv}_conffile | Niels Thykier | 1 | -0/+6 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-11-12 | Mark c11 as in open beta | Niels Thykier | 1 | -1/+1 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-10-28 | Remove support for named compat levels | Niels Thykier | 1 | -60/+0 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-10-22 | Document directory requirement for all debhelper tools | Niels Thykier | 1 | -0/+5 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-10-14 | dh_installinit: Remove upstart support [c12] | Niels Thykier | 1 | -0/+8 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-10-13 | debhelper.pod: Document systemd related changes in c11 | Niels Thykier | 1 | -3/+15 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-10-11 | debhelper.pod: Correct a compat v12 message | Niels Thykier | 1 | -6/+1 | |
Signed-off-by: Niels Thykier <niels@thykier.net> |