tags 822003 + patch
thanks

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

Thanks.
--- a/debian/rules
+++ b/debian/rules
@@ -50,6 +50,8 @@ configure-stamp:
        ./bootstrap.sh
        touch $@
        
+build-arch: build
+build-indep: build
 build: configure build-stamp
 build-stamp: $(foreach v,$(VARIANTS),build-stamp-$(v))
        touch $@
@@ -126,4 +128,4 @@ get-orig-tarball:
          tar czf mrxvt_0.5.2+svn$$HEADREV.orig.tar.gz 
mrxvt-0.5.2+svn$$HEADREV; \
        cd ../..; # rm -rf debian/.tmp
 
-.PHONY: clean configure build install binary-indep binary-arch binary 
get-orig-tarball
+.PHONY: clean configure build build-arch build-indep install binary-indep 
binary-arch binary get-orig-tarball

Reply via email to