tags 831912 + patch
thanks
Swapped binary-* targets.
Trivial patch attached.
--- a/debian/rules
+++ b/debian/rules
@@ -36,12 +36,12 @@ install: build
# Add here commands to install the package into debian/tmp.
$(MAKE) install DESTDIR=`pwd`/debian/mrename
-# Build architecture-independent files here.
-binary-indep: build install
+# Build architecture-dependent files here.
+binary-arch:
# We have nothing to do by default.
-# Build architecture-dependent files here.
-binary-arch: build install
+# Build architecture-independent files here.
+binary-indep: build install
dh_testdir
dh_testroot
dh_installdocs