tags 822034 + patch
thanks

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

Thanks.
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,8 @@ export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture 
-qDEB_HOST_GNU_TYPE)
 export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
 
+build-arch: build
+build-indep: build
 build: build-stamp 
 build-stamp:
        dh_testdir
@@ -213,4 +215,4 @@ source diff:
        @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary patch unpatch
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary 
patch unpatch

Reply via email to