diff options
author | Niels Thykier <niels@thykier.net> | 2016-07-09 08:13:38 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2016-07-09 08:15:52 +0000 |
commit | 0ed36a617cd09e49161e88768454636f3ae456f6 (patch) | |
tree | f3ad964cb2e5f5a64ca590847262af0b3350a30d /dh | |
parent | 44c16799c3f61447280a5b1403b62d06c98b02ec (diff) | |
download | debhelper-0ed36a617cd09e49161e88768454636f3ae456f6.tar.gz |
Enable systemd sequence in compat 10
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'dh')
-rwxr-xr-x | dh | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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"); } |