From 28acb1fbb6b021bae7acf64d74c66f6068a84327 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 2 Jul 2013 05:15:33 +0000 Subject: [PATCH] Update policy version to 3.9.4 debian/rules: Implement build-arch and build-indep targets svn path=/dists/trunk/linux-tools/; revision=20329 --- debian/changelog | 2 ++ debian/rules | 6 +++++- debian/templates/control.source.in | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3fb0d2ec9..83ed2310d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 01 Jul 2013 22:07:42 +0100 diff --git a/debian/rules b/debian/rules index a9358ec7d..6867d47e2 100755 --- a/debian/rules +++ b/debian/rules @@ -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 $@ diff --git a/debian/templates/control.source.in b/debian/templates/control.source.in index a4377273f..5583772ee 100644 --- a/debian/templates/control.source.in +++ b/debian/templates/control.source.in @@ -3,7 +3,7 @@ Section: kernel Priority: optional Maintainer: Debian Kernel Team Uploaders: Bastian Blank , Ben Hutchings , Jonathan Nieder -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,