summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2016-11-13 04:38:06 +0000
committerBen Hutchings <ben@decadent.org.uk>2016-11-13 04:38:06 +0000
commit772d6648d50280d09d5755ac2222c1203eda3cc6 (patch)
treed8691ffd6cfcaaec68d18b48c0b30d2cb6b3197a
parent15da3c4884b89d27af8d3e46cee08558d4dadf57 (diff)
debian/control: Build-Depend on a recent debhelper instead of dh-systemd
-rw-r--r--debian/changelog1
-rw-r--r--debian/templates/control.source.in4
2 files changed, 2 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 313057f4a..0b00eeadc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -241,6 +241,7 @@ linux (4.8.7-1) UNRELEASED; urgency=medium
- ipmi: Enable IPMI_HANDLER, IPMI_DEVICE_INTERFACE, IPMI_SSIF as modules
- i2c: Enable I2C_XGENE_SLIMPRO as module
- mailbox: Enable XGENE_SLIMPRO_MBOX as module
+ * debian/control: Build-Depend on a recent debhelper instead of dh-systemd
-- Ben Hutchings <ben@decadent.org.uk> Wed, 02 Nov 2016 12:01:42 -0600
diff --git a/debian/templates/control.source.in b/debian/templates/control.source.in
index a8bc9c1db..08969a3da 100644
--- a/debian/templates/control.source.in
+++ b/debian/templates/control.source.in
@@ -4,7 +4,7 @@ Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Uploaders: Bastian Blank <waldi@debian.org>, maximilian attems <maks@debian.org>, Ben Hutchings <ben@decadent.org.uk>
Standards-Version: 3.9.8
Build-Depends:
- debhelper,
+ debhelper (>= 10.1~),
# used to run debian/bin/*.py
python3:any,
# used by debian/rules.real to prepare the source
@@ -54,8 +54,6 @@ Build-Depends:
libpci-dev <!stage1 !pkg.linux.notools>,
# used by debian/rules.real to build linux-perf and linux-support
dh-python <!stage1>,
-# used by debian/rules.real to build hyperv-daemons
- dh-systemd <!stage1 !pkg.linux.notools>,
Build-Depends-Indep:
# used by debian/rules.real to build linux-source
patchutils <!stage1>,