[debhelper-devel] [debhelper] 02/12: Add --upstart-only dummy argument to dh_installinit

Niels Thykier nthykier at moszumanska.debian.org
Sun Jan 7 21:37:46 UTC 2018


This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to annotated tag Release_2.3.0
in repository debhelper.

commit 0a241f2ab29bcabed3f8cb6c3de09a2e91c7a9d5
Author: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
Date:   Mon Aug 12 09:49:15 2013 +0200

    Add --upstart-only dummy argument to dh_installinit
---
 debian/changelog | 6 ++++++
 dh_installinit   | 1 +
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f491eb9..5dcb825 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debhelper (9.20130630co2) alphacentauri; urgency=low
+
+  * Add --upstart-only dummy argument to dh_installinit
+
+ -- Sjoerd Simons <sjoerd.simons at collabora.co.uk>  Mon, 12 Aug 2013 09:49:15 +0200
+
 debhelper (9.20130630co1) alphacentauri; urgency=low
 
   * Use Debian version essentially as-is.
diff --git a/dh_installinit b/dh_installinit
index 7ee16ef..2169762 100755
--- a/dh_installinit
+++ b/dh_installinit
@@ -153,6 +153,7 @@ init(options => {
 	"init-script=s" => \$dh{INIT_SCRIPT},
 	"update-rcd-params=s", => \$dh{U_PARAMS},
 	"remove-d" => \$dh{D_FLAG},
+	"upstart-only" => \$dh{UPSTART_ONLY},
 });
 
 # PROMISE: DH NOOP WITHOUT service tmpfile default upstart init init.d

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list