summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2015-11-10 12:19:22 +0000
committerBen Hutchings <ben@decadent.org.uk>2015-11-10 12:19:45 +0000
commit4af24f2fc064a54b06309818d49c44182d8700d0 (patch)
tree4b69958e2f160d2b39170cb96bc7dde93989c98f
parente317536be0f2901310f48411ea9aea9a9c4f6708 (diff)
debian/control: Move patchutils from Build-Depends to Build-Depends-Indep
We only use filterdiff when building linux-source-<version>.
-rw-r--r--debian/changelog2
-rw-r--r--debian/templates/control.source.in4
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index ea2284f82..04cfc83ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ linux (4.3-1~exp2) UNRELEASED; urgency=medium
* qxl: Enable by default (Closes: #779515)
* mv643xx_eth: Re-enable TSO, fixed upstream in 4.3
+ * debian/control: Move patchutils from Build-Depends to Build-Depends-Indep,
+ as we only use filterdiff when building linux-source-<version>
-- Ben Hutchings <ben@decadent.org.uk> Sat, 07 Nov 2015 14:18:48 +0000
diff --git a/debian/templates/control.source.in b/debian/templates/control.source.in
index 485baff20..c791bb04a 100644
--- a/debian/templates/control.source.in
+++ b/debian/templates/control.source.in
@@ -3,8 +3,8 @@ Priority: optional
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.5
-Build-Depends: debhelper, cpio, kmod, python3, xz-utils, kernel-wedge, quilt, patchutils, bc
-Build-Depends-Indep: xmlto
+Build-Depends: debhelper, cpio, kmod, python3, xz-utils, kernel-wedge, quilt, bc
+Build-Depends-Indep: patchutils, xmlto
Vcs-Git: https://anonscm.debian.org/git/kernel/linux.git
Vcs-Browser: https://anonscm.debian.org/cgit/kernel/linux.git
Homepage: https://www.kernel.org/