From 07d34ca91d4ca16c71c463ebd5b20b37866a0691 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 17 May 2012 19:00:09 +0200 Subject: [PATCH] rules: Split build target into build-{arch,indep} as recommended by policy. --- debian/changelog | 1 + debian/rules | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 71b2676..915ff0e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ tig (1.0-1) UNRELEASED; urgency=low * debian/rules: - Don't remove 'test-graph'; it is no longer installed by 'make install'. - Don't try to install TODO; it no longer exists. + - Split build target into build-{arch,indep} as recommended by policy. -- Sebastian Harl Thu, 17 May 2012 18:15:46 +0200 diff --git a/debian/rules b/debian/rules index 4128ddd..63f2599 100755 --- a/debian/rules +++ b/debian/rules @@ -25,7 +25,10 @@ config.status: configure --prefix=/usr --mandir=\$${prefix}/share/man --sysconfdir=/etc \ CFLAGS="$(CFLAGS)" -build: build-stamp +build: build-arch build-indep + +build-arch: build-stamp +build-indep: build-stamp build-stamp: config.status dh_testdir -- 2.30.2