Update policy version to 3.9.4

debian/rules: Implement build-arch and build-indep targets

svn path=/dists/trunk/linux-tools/; revision=20329
This commit is contained in:
Ben Hutchings 2013-07-02 05:15:33 +00:00
parent 3ee789e9d5
commit 28acb1fbb6
3 changed files with 8 additions and 2 deletions

2
debian/changelog vendored
View File

@ -10,6 +10,8 @@ linux-tools (3.10-1~exp1) UNRELEASED; urgency=low
* debian/copyright: Convert to machine-readable format (fka DEP-5)
* debian/copyright: Add explanation of indirect linking of perf to OpenSSL
* debian/rules.real: Remove support for pre-multiarch dpkg
* Update policy version to 3.9.4
- debian/rules: Implement build-arch and build-indep targets
-- Chris Boot <debian@bootc.net> Mon, 01 Jul 2013 22:07:42 +0100

6
debian/rules vendored
View File

@ -10,12 +10,16 @@ VERSION_DEBIAN_BINNMU := $(shell echo "$(VERSION_DEBIAN)" | sed -ne 's,.*\+b\(.*
include debian/rules.defs
build: debian/control $(STAMPS_DIR)/build-base
build: build-arch build-indep
build-arch: debian/control $(STAMPS_DIR)/build-base
$(STAMPS_DIR)/build-base: $(STAMPS_DIR)
dh_testdir
$(MAKE) -f debian/rules.gen build
touch $@
build-indep: debian/control
$(STAMPS_DIR):
@[ -d $@ ] || mkdir $@

View File

@ -3,7 +3,7 @@ Section: kernel
Priority: optional
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Uploaders: Bastian Blank <waldi@debian.org>, Ben Hutchings <ben@decadent.org.uk>, Jonathan Nieder <jrnieder@gmail.com>
Standards-Version: 3.9.2
Standards-Version: 3.9.4
Build-Depends:
debhelper (>> 7), python,
asciidoc, binutils-dev, bison, flex, libdw-dev, libelf-dev, libnewt-dev, libperl-dev, python-dev, xmlto,