Build system: debian/rules: Do not run build for *-indep (!)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 28 Dec 2014 16:22:05 +0000 (16:22 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 28 Dec 2014 16:50:36 +0000 (16:50 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/changelog
debian/rules

index 4be8f9f..6e54785 100644 (file)
@@ -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 (!)
 
  --
 
index 79f57c1..f94e752 100755 (executable)
@@ -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.