tags 831920 + patch
thanks
Swapped binary-* targets.
Trivial patch attached.
Note: The patch also fixes the non-standard "binary-arch-indep"
target, which I don't think it follows policy.
--- a/debian/rules
+++ b/debian/rules
@@ -51,14 +51,12 @@ install: build
dh_install debian/newbiedoc-icon.xpm usr/share/pixmaps
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
+# Build architecture-dependent files here.
binary-arch:
+# We have nothing to do by default.
-# Build architecture-dependent files here.
-binary-arch-indep: build install
+# Build architecture-independent files here.
+binary-indep: build install
dh_testdir
dh_testroot
dh_installchangelogs debian/changelog.source
@@ -88,5 +86,5 @@ binary-arch-indep: build install
dh_md5sums
dh_builddeb
-binary: binary-indep binary-arch-indep
-.PHONY: build clean binary-indep binary-arch-indep binary install configure
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure