Update rules for renaming of linux-tools binary package

svn path=/dists/trunk/linux-tools/; revision=22899
This commit is contained in:
Ben Hutchings 2015-08-03 23:46:29 +00:00
parent c2faa8741d
commit bb6e62e1ed
1 changed files with 5 additions and 5 deletions

10
debian/rules.real vendored
View File

@ -5,7 +5,7 @@ include debian/rules.defs
binary-arch: install-kbuild install-usbip
ifneq ($(filter alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64 x32,$(DEB_BUILD_ARCH)),)
binary-arch: install-tools
binary-arch: install-perf
endif
ifneq ($(filter i386 amd64,$(DEB_BUILD_ARCH)),)
binary-arch: install-hyperv-daemons
@ -38,10 +38,10 @@ install-kbuild: $(STAMPS_DIR)/build
dh_md5sums
dh_builddeb
install-tools: PACKAGE_NAME = linux-tools-$(VERSION)
install-tools: DH_OPTIONS = -p$(PACKAGE_NAME)
install-tools: DIR = $(CURDIR)/debian/$(PACKAGE_NAME)
install-tools: $(STAMPS_DIR)/build
install-perf: PACKAGE_NAME = linux-perf-$(VERSION)
install-perf: DH_OPTIONS = -p$(PACKAGE_NAME)
install-perf: DIR = $(CURDIR)/debian/$(PACKAGE_NAME)
install-perf: $(STAMPS_DIR)/build
dh_testdir
dh_testroot
dh_prep