tags 831914 + patch
thanks

Swapped binary-* targets.

Trivial patch attached.
--- a/debian/rules
+++ b/debian/rules
@@ -40,10 +40,10 @@ debclean:
        rm -rf debian/tmp
        rm -f debian/{files,substvars}
 
-binary-indep:
+binary-arch:
 # Nothing to be done here
 
-binary-arch: debclean
+binary-indep: debclean
        test -f stamp-build || $(MAKE) -f debian/rules build
        $(installbin) -d debian/tmp/DEBIAN
        chown -R root.root debian/tmp

Reply via email to