[linux] 01/01: debian/control: Build-Depend on a recent debhelper instead of dh-systemd

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sun Nov 13 04:47:37 UTC 2016


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

benh pushed a commit to branch sid
in repository linux.

commit 772d6648d50280d09d5755ac2222c1203eda3cc6
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sun Nov 13 04:38:06 2016 +0000

    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 313057f..0b00eea 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 at 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 a8bc9c1..08969a3 100644
--- a/debian/templates/control.source.in
+++ b/debian/templates/control.source.in
@@ -4,7 +4,7 @@ Maintainer: Debian Kernel Team <debian-kernel at lists.debian.org>
 Uploaders: Bastian Blank <waldi at debian.org>, maximilian attems <maks at debian.org>, Ben Hutchings <ben at 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>,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list