[linux] 01/03: debian/control: Exclude tools from 'stage1' build profile

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sat May 14 22:36:22 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 f865a890fd1e1a20d331e574d92dfa3e34f778e4
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sat May 14 20:05:06 2016 +0100

    debian/control: Exclude tools from 'stage1' build profile
---
 debian/changelog                  |  1 +
 debian/templates/control.tools.in | 11 +++++++++++
 2 files changed, 12 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 34cd161..d192efd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -98,6 +98,7 @@ linux (4.5.4-1) UNRELEASED; urgency=medium
   [ Ben Hutchings ]
   * gencontrol.py: Fix implementation of [packages]tools config option,
     thanks to Yves-Alexis Perez
+  * debian/control: Exclude tools from 'stage1' build profile
 
  -- Aurelien Jarno <aurel32 at debian.org>  Tue, 10 May 2016 23:58:07 +0200
 
diff --git a/debian/templates/control.tools.in b/debian/templates/control.tools.in
index 3b93722..550584f 100644
--- a/debian/templates/control.tools.in
+++ b/debian/templates/control.tools.in
@@ -1,4 +1,5 @@
 Package: linux-kbuild- at version@
+Build-Profiles: <!stage1>
 Architecture: linux-any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Multi-Arch: foreign
@@ -6,6 +7,7 @@ Description: Kbuild infrastructure for Linux @version@
  This package provides the kbuild infrastructure for the headers packages for Linux kernel version @version at .
 
 Package: linux-cpupower
+Build-Profiles: <!stage1>
 Section: admin
 Architecture: linux-any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -18,6 +20,7 @@ Description: CPU frequency and voltage scaling tools for Linux
  cpufrequtils.
 
 Package: libcpupower0
+Build-Profiles: <!stage1>
 Section: libs
 Architecture: linux-any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -25,6 +28,7 @@ Description: CPU frequency and voltage scaling tools for Linux (libraries)
  This package contains the shared library.
 
 Package: libcpupower-dev
+Build-Profiles: <!stage1>
 Section: libdevel
 Architecture: linux-any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -35,6 +39,7 @@ Description: CPU frequency and voltage scaling tools for Linux (development file
  This package contains the 'power/cpupower' headers and library shared objects.
 
 Package: linux-perf- at version@
+Build-Profiles: <!stage1>
 Section: devel
 Architecture: alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, ${python:Depends}
@@ -51,6 +56,7 @@ Description: Performance analysis tools for Linux @version@
  appropriate version for the running kernel.
 
 Package: libusbip-dev
+Build-Profiles: <!stage1>
 Architecture: linux-any
 Depends: ${misc:Depends}
 Section: libdevel
@@ -61,6 +67,7 @@ Description: USB device sharing system over IP network (development files)
  the library itself for static linking.
 
 Package: usbip
+Build-Profiles: <!stage1>
 Architecture: linux-any
 Depends: usbutils, ${shlibs:Depends}, ${misc:Depends}
 Section: admin
@@ -83,6 +90,7 @@ Description: USB device sharing system over IP network
  client tool 'usbip'.
 
 Package: hyperv-daemons
+Build-Profiles: <!stage1>
 Architecture: i386 amd64 x32
 Depends: lsb-base (>= 3.2-14), ${shlibs:Depends}, ${misc:Depends}
 Section: admin
@@ -101,6 +109,7 @@ Description: Support daemons for Linux running on Hyper-V
  the host to freeze the guest filesystems while taking a snapshot.
 
 Package: lockdep
+Build-Profiles: <!stage1>
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, liblockdep at version@
 Recommends: liblockdep-dev
@@ -111,6 +120,7 @@ Description: Runtime locking correctness validator
  actual and potential deadlocks and other locking bugs.
 
 Package: liblockdep at version@
+Build-Profiles: <!stage1>
 Architecture: linux-any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Section: libs
@@ -120,6 +130,7 @@ Description: Runtime locking correctness validator (shared library)
  be used to detect actual and potential deadlocks and other locking bugs.
 
 Package: liblockdep-dev
+Build-Profiles: <!stage1>
 Architecture: linux-any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Section: libdevel

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