tags 821964 + patch
thanks

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

Thanks.
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,8 @@ stamp-configure:
 PYVER := $(shell pyversions -vd)
 PYOTHERS := $(filter-out $(PYVER), $(shell pyversions -vr))
 
+build-arch: build
+build-indep: build
 build: stamp-build $(PYOTHERS:%=stamp-build-python%)
 stamp-build: stamp-configure
        dh_testdir
@@ -122,4 +124,4 @@ binary-arch: install
 
 binary: binary-indep binary-arch
 
-.PHONY: binary binary-arch binary-indep clean
+.PHONY: binary binary-arch binary-indep clean build build-arch build-indep

Reply via email to