[debhelper-devel] [debhelper] 02/07: Enable systemd addon by default in compat level 11

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 fdcfd8b3f835d0512092cd16171fc44868b5d970
Author: Michael Biebl <biebl at debian.org>
Date:   Fri Jul 8 18:05:02 2016 +0200

    Enable systemd addon by default in compat level 11
---
 debhelper.pod | 6 ++++++
 dh            | 4 ++++
 2 files changed, 10 insertions(+)

diff --git a/debhelper.pod b/debhelper.pod
index bb28647..44fdbd3 100644
--- a/debhelper.pod
+++ b/debhelper.pod
@@ -589,6 +589,12 @@ 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 71f4f81..98295a2 100755
--- a/dh
+++ b/dh
@@ -293,6 +293,10 @@ if (not compat(9, 1)) {
 	# 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.
+	unshift(@ARGV, "--with=systemd");
+}
 
 inhibit_log();
 		

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