[debhelper-devel] [debhelper] 01/01: dh_installinit: Add tmpfiles.d to the NOOP rule

Niels Thykier nthykier at moszumanska.debian.org
Sun Jan 10 13:00:23 UTC 2016


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

nthykier pushed a commit to branch master
in repository debhelper.

commit df18890a61a64653c4dfad398b1155632cc61151
Author: Niels Thykier <niels at thykier.net>
Date:   Sun Jan 10 13:00:16 2016 +0000

    dh_installinit: Add tmpfiles.d to the NOOP rule
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 debian/changelog | 2 ++
 dh_installinit   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7099b0a..96bbd6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ debhelper (9.20151225+unreleased) UNRELEASED; urgency=medium
     (Closes: #733045)
   * d/control: Add dependency on autotools-dev for the new
     dh_update_autotools_config tool.
+  * dh_installinit: Correct the "PROMISE NOOP" clause to account
+    for /etc/tmpfiles.d and /usr/lib/tmpfiles.d.
 
   [ Dmitry Shachnev ]
   * dh_install: Fail because of missing files only after processing
diff --git a/dh_installinit b/dh_installinit
index f427009..b9fc7d6 100755
--- a/dh_installinit
+++ b/dh_installinit
@@ -165,7 +165,7 @@ init(options => {
 	"remove-d" => \$dh{D_FLAG},
 });
 
-# PROMISE: DH NOOP WITHOUT service tmpfile default upstart init init.d
+# PROMISE: DH NOOP WITHOUT service tmpfile default upstart init init.d tmp(usr/lib/tmpfiles.d) tmp(etc/tmpfiles.d)
 
 foreach my $package (@{$dh{DOPACKAGES}}) {
 	my $tmp=tmpdir($package);

-- 
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