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

Michael Biebl biebl at moszumanska.debian.org
Fri Jul 8 16:07:01 UTC 2016


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

biebl pushed a commit to branch biebl/dh-systemd
in repository debhelper.

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