From b7bf35dd7f852b82ebd3c6ff55ca714468826a69 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 28 Dec 2014 16:21:08 +0000 Subject: [PATCH] Build system: debian/rules: Provide build-arch and build-indep targets. Signed-off-by: Ian Jackson --- debian/changelog | 1 + debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f6834ee..4be8f9f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ secnet (0.4.0~beta2~) unstable; urgency=low * Get rid of old FSF street address; use URL instead. * Remove obsolete LICENCE.txt (which was for snprintf reimplementation). * Remove obsolete references to Cendio (for old ipaddr.py). + * Build system: debian/rules: Provide build-arch and build-indep targets. -- diff --git a/debian/rules b/debian/rules index 46c3676..79f57c1 100755 --- a/debian/rules +++ b/debian/rules @@ -34,7 +34,7 @@ export EXTRA_CFLAGS= $(shell dpkg-buildflags --get CPPFLAGS) \ $(shell dpkg-buildflags --get CFLAGS) export EXTRA_LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS) -build: build-stamp +build build-arch: build-stamp build-stamp: dh_testdir @@ -63,7 +63,7 @@ install: build $(MAKE) DESTDIR=`pwd`/debian/`dh_listpackages` install # Build architecture-independent files here. -binary-indep: build install +build-indep binary-indep: build install # We have nothing to do by default. # Build architecture-dependent files here. -- 2.30.2