debian/control: Build-Depend on a recent debhelper instead of dh-systemd

This commit is contained in:
Ben Hutchings 2016-11-13 04:38:06 +00:00
parent 15da3c4884
commit 772d6648d5
2 changed files with 2 additions and 3 deletions

1
debian/changelog vendored
View File

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

View File

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