[Reproducible-commits] [debhelper] 18/32: dh_installinit: Add tmpfiles.d to the NOOP rule
Mattia Rizzolo
mattia at debian.org
Fri Jan 15 00:38:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
mattia 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/reproducible/debhelper.git
More information about the Reproducible-commits
mailing list