From 4af24f2fc064a54b06309818d49c44182d8700d0 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 10 Nov 2015 12:19:22 +0000 Subject: [PATCH] debian/control: Move patchutils from Build-Depends to Build-Depends-Indep We only use filterdiff when building linux-source-. --- debian/changelog | 2 ++ debian/templates/control.source.in | 4 ++-- 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- -- Ben Hutchings 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 Uploaders: Bastian Blank , maximilian attems , Ben Hutchings 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/