summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-init
AgeCommit message (Collapse)AuthorFilesLines
2018-09-03Make dh_install{init,systemd}'s autoscripts independent [c12]Niels Thykier1-1/+1
Have dh_installinit use the new --skip-systemd-native parameter and let dh_installsystemd always generate autoscript snippets for systemd services. This ensures that dh_installsystemd's snippet will be used for starting the services and will among other ensure that services are properly unmasked before started. Signed-off-by: Niels Thykier <niels@thykier.net>
2018-01-20autoscripts/postinst-*: Handle all current abort-* casesNiels Thykier1-1/+1
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-11-06dh_installinit: Conditionally run the postint snippetsNiels Thykier1-3/+5
Signed-off-by: Niels Thykier <niels@thykier.net>
2012-10-29dh_installinit: only add systemd-tmpfiles --create when shipping tmpfilesMichael Stapelberg1-6/+0
2012-10-28Support systemd in dh_installinit and postinst/postrmMichael Stapelberg1-0/+6
2012-10-28Revert "Support systemd in dh_installinit and postinst/postrm"Joey Hess1-6/+0
This reverts commit a0a7bb3433cba64677cf25c469d626552da9f356. New patch sent.
2012-10-15Support systemd in dh_installinit and postinst/postrmMichael Stapelberg1-0/+6
2011-01-25dh_installinit: never call init scripts directly, only through invoke-rc.dSteve Langasek1-5/+1
2005-01-05r1737: releasing version 4.2.304.2.30joey1-1/+1
2004-06-29r1691: * dh_installinit: Added --error-handler option. Based on work by ↵joey1-2/+2
Thom May. Closes: #209090
2002-09-16r547: * Use invoke-rc.d always now that it is in policy. Fall back to old ↵joey1-1/+5
behavior if invoke-rc.d is not present, so versioned deps on sysvinit are not needed.
2001-08-23r487: * dh_movefiles: Typo, Closes: #106532joey1-1/+1
* Use -x to test for existance of init scripts, rather then -e since we'll be running them, Closes: #109692 * dh_clean: remove debian/*.debhelper. No need to name files specifically; any file matching that is a debhelper temp file. Closes: #106514, #85520
2001-03-13r451: * Fixed broken -e #SCRIPT# tests in init script start/stop/restart ↵joey1-1/+1
code. Arrgh. All packages built with the old code (that is, all daemon packages built with debhelper 3.0.9!) are broken. Closes: #89472
2001-03-05r450: * Modified to use dpkg-architecture instead of dpkg ↵joey1-2/+4
--print-architecture. I hate this, and wish it wasn't necessary to make cross compiles for the hurd work. Closes: #88494 * Now depends on debconf-utils for debconf-mergetemplates. Closes: #87321 * Continues to depend on lynx for html changelog conversions. Yes, these and packages with translated debconf templates are rather rare, but it makes more sense for debhelper to consistently depend on all utilities it uses internally rather than force people to keep their dependancies up to date with debhelper internals. If I decide tomorrow that w3m is the better program to use to format html changelogs, I can make the change and packages don't need to update their build dependancies. Closes: #88464, #77743 * Test for init scripts before running them, since they are conffiles and the admin may have removed them for some reason, and policy wants us to deal with that gracefully. * dh_makeshlibs: now uses objdump, should be more accurate. Closes: #88426 * Wildcards have been supported for a while, Closes: #54197 * dh_installdocs and dh_link have been able to make doc-dir symlinks for a while, Closes: #51225
1999-08-17r11: Initial revisionjoey1-0/+2