From 6f821c7078f3a08a9892708b7b5f3476fe4c503b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 28 Dec 2014 16:22:05 +0000 Subject: [PATCH] Build system: debian/rules: Do not run build for *-indep (!) Signed-off-by: Ian Jackson --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4be8f9f..6e54785 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ secnet (0.4.0~beta2~) unstable; urgency=low * 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. + * Build system: debian/rules: Do not run build for *-indep (!) -- diff --git a/debian/rules b/debian/rules index 79f57c1..f94e752 100755 --- a/debian/rules +++ b/debian/rules @@ -63,7 +63,7 @@ install: build $(MAKE) DESTDIR=`pwd`/debian/`dh_listpackages` install # Build architecture-independent files here. -build-indep binary-indep: build install +build-indep binary-indep: # We have nothing to do by default. # Build architecture-dependent files here. -- 2.11.0