[armhf] Build a linux-tools package

svn path=/dists/trunk/linux-2.6/; revision=17269
This commit is contained in:
Ben Hutchings 2011-04-29 03:55:22 +00:00
parent fd19f14c89
commit 9981e3ae28
3 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -9,6 +9,7 @@ linux-2.6 (2.6.39~rc5-1~experimental.1) UNRELEASED; urgency=low
- Enable IWL4965 as module; it is no longer part of the iwlagn module
* [armhf] Actually install zImage into the linux-image package, thanks to
Sebastian Reichel
* [armhf] Build a linux-tools package
[ Aurelien Jarno ]
* drm/nouveau, drm/radeon: fix build failure on mips.

2
debian/rules.real vendored
View File

@ -39,7 +39,7 @@ MAKE_PERF_VARS = prefix=/usr perfexecdir=share/perf_$(VERSION)-core NO_PERL=1 V=
#
binary-arch-arch: install-headers_$(ARCH)
binary-arch-arch: install-libc-dev_$(ARCH)
ifneq ($(filter alpha amd64 armel hppa i386 powerpc ppc64 s390 sh4 sparc sparc64,$(ARCH)),)
ifneq ($(filter alpha amd64 armel armhf hppa i386 powerpc ppc64 s390 sh4 sparc sparc64,$(ARCH)),)
binary-arch-arch: install-tools_$(ARCH)
endif
binary-arch-featureset: install-headers_$(ARCH)_$(FEATURESET)

View File

@ -1,5 +1,5 @@
Package: linux-tools-@version@
Architecture: alpha amd64 armel hppa i386 powerpc ppc64 s390 sh4 sparc sparc64
Architecture: alpha amd64 armel armhf hppa i386 powerpc ppc64 s390 sh4 sparc sparc64
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, ${python:Depends}
Recommends: linux-base (>= 2.6.32-16)
Suggests: linux-doc-@version@