chiark / gitweb /
changelog: document changes since 0.6.0
[secnet.git] / debian / rules
index 46c36767ec12d3facb1e8a71c55fd3f7feb170bb..f94e7521ba9d088ec90493ed7deb8e192ae45da8 100755 (executable)
@@ -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:
 # We have nothing to do by default.
 
 # Build architecture-dependent files here.