[debhelper-devel] [debhelper] 01/01: dh_installsystemd: Fix NOOP PROMISE

Niels Thykier nthykier at moszumanska.debian.org
Wed Jan 3 13:41:08 UTC 2018


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

nthykier pushed a commit to branch master
in repository debhelper.

commit f31d0dda511e170fff631be34ecd1f55ba972d16
Author: Niels Thykier <niels at thykier.net>
Date:   Wed Jan 3 13:39:26 2018 +0000

    dh_installsystemd: Fix NOOP PROMISE
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 debian/changelog  | 2 ++
 dh_installsystemd | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 83a6bfc..3e553e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -73,6 +73,8 @@ debhelper (11.1) UNRELEASED; urgency=medium
       still be started before configuration management happens.
   * debian/control: Drop some very old versioned constraints that are
     no longer important.
+  * dh_installsystemd: Fix NOOP PROMISE to account for the tmpfiles.d
+    files.
 
  -- Niels Thykier <niels at thykier.net>  Sun, 17 Dec 2017 07:59:18 +0000
 
diff --git a/dh_installsystemd b/dh_installsystemd
index 647dd3e..119a961 100755
--- a/dh_installsystemd
+++ b/dh_installsystemd
@@ -205,7 +205,7 @@ sub extract_key {
 }
 
 
-# PROMISE: DH NOOP WITHOUT tmp(lib/systemd/system) mount path service socket target tmpfile timer
+# PROMISE: DH NOOP WITHOUT tmp(lib/systemd/system) tmp(usr/lib/tmpfiles.d) tmp(etc/tmpfiles.d) mount path service socket target tmpfile timer
 
 my %requested_files = map { basename($_) => 1 } @ARGV;
 my %installed_files;

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