From 772d6648d50280d09d5755ac2222c1203eda3cc6 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 13 Nov 2016 04:38:06 +0000 Subject: [PATCH] debian/control: Build-Depend on a recent debhelper instead of dh-systemd --- debian/changelog | 1 + debian/templates/control.source.in | 4 +--- 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 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 Uploaders: Bastian Blank , maximilian attems , Ben Hutchings 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 , # used by debian/rules.real to build linux-perf and linux-support dh-python , -# used by debian/rules.real to build hyperv-daemons - dh-systemd , Build-Depends-Indep: # used by debian/rules.real to build linux-source patchutils ,