tags 822038 + patch
thanks

I also recommend switching to dh, but in the meantime, the attached
patch should work.

Thanks.
--- a/debian/rules
+++ b/debian/rules
@@ -76,6 +76,8 @@ configure-stamp:
        ./configure $(CONFIGURE_FLAGS)
        touch configure-stamp
 
+build-arch: build
+build-indep: build
 build: build-stamp
 build-stamp: configure-stamp
        dh_testdir
@@ -234,7 +236,7 @@ binary-%: build install
        -(cd debian/$* && find .) | grep -v DEBIAN > $@-stamp
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary-common binary install 
configure diff-installed-files
+.PHONY: build build-arch build-indep clean binary-indep binary-arch 
binary-common binary install configure diff-installed-files
 
 #run only by hand!
 ifneq (,$(wildcard /usr/share/misc/config.guess))

Reply via email to