[linux] 01/07: debian/control: Move patchutils from Build-Depends to Build-Depends-Indep

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Tue Nov 10 13:53:13 UTC 2015


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

benh pushed a commit to branch master
in repository linux.

commit 4af24f2fc064a54b06309818d49c44182d8700d0
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Tue Nov 10 12:19:22 2015 +0000

    debian/control: Move patchutils from Build-Depends to Build-Depends-Indep
    
    We only use filterdiff when building linux-source-<version>.
---
 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 ea2284f..04cfc83 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 at 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 485baff..c791bb0 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 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.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/

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