debian/control: Exclude tools from 'stage1' build profile

This commit is contained in:
Ben Hutchings 2016-05-14 20:05:06 +01:00
parent 203fac302f
commit f865a890fd
2 changed files with 12 additions and 0 deletions

1
debian/changelog vendored
View File

@ -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@debian.org> Tue, 10 May 2016 23:58:07 +0200

View File

@ -1,4 +1,5 @@
Package: linux-kbuild-@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@.
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-@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@version@
Recommends: liblockdep-dev
@ -111,6 +120,7 @@ Description: Runtime locking correctness validator
actual and potential deadlocks and other locking bugs.
Package: liblockdep@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