[debhelper-devel] [debhelper] 04/07: Enable systemd sequence in compat 10

Niels Thykier nthykier at moszumanska.debian.org
Sat Jul 9 08:37:22 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 0ed36a617cd09e49161e88768454636f3ae456f6
Author: Niels Thykier <niels at thykier.net>
Date:   Sat Jul 9 08:13:38 2016 +0000

    Enable systemd sequence in compat 10
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 debhelper.pod | 12 ++++++------
 dh            |  4 +---
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/debhelper.pod b/debhelper.pod
index 44fdbd3..1f95082 100644
--- a/debhelper.pod
+++ b/debhelper.pod
@@ -553,6 +553,12 @@ The B<autoreconf> sequence is now enabled by default.  Please pass
 B<--without autoreconf> to B<dh> if this is not desirable for a given
 package
 
+=item -
+
+The B<systemd> sequence is now enabled by default.  Please pass
+B<--without systemd> to B<dh> if this is not desirable for a given
+package.
+
 =back
 
 =item v11
@@ -589,12 +595,6 @@ B<--mainpackage> option.
 
 Please remember to check/update your doc-base files.
 
-=item -
-
-The B<systemd> sequence is now enabled by default.  Please pass
-B<--without systemd> to B<dh> if this is not desirable for a given
-package.
-
 =back
 
 =back
diff --git a/dh b/dh
index 98295a2..4acad26 100755
--- a/dh
+++ b/dh
@@ -292,9 +292,7 @@ if (not compat(9, 1)) {
 	# Enable autoreconf'ing by default in compat 10 or later.  Use the
 	# sequence add-on so existing --without=autoreconf
 	unshift(@ARGV, "--with=autoreconf");
-}
-if (not compat(10, 1)) {
-	# Enable systemd support by default in compat 11 or later.
+	# Enable systemd support by default in compat 10 or later.
 	unshift(@ARGV, "--with=systemd");
 }
 

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