[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#223090: iso-scan: should use binary-indep, not binary-arch



Package: iso-scan
Version: 0.06
Tags: patch

The udebs produced by this source package are both Architecture: all, so
they should be generated in the binary-indep target, not in binary-arch.

Patch follows:

diff -ru iso-scan-0.06.orig/debian/rules iso-scan-0.06/debian/rules
--- iso-scan-0.06.orig/debian/rules	Mon Nov  3 03:19:14 2003
+++ iso-scan-0.06/debian/rules	Sat Dec  6 19:35:28 2003
@@ -15,9 +15,9 @@
 	dh_testroot
 	dh_clean

-binary-indep: build
-
 binary-arch: build
+
+binary-indep: build
 	dh_testdir
 	dh_testroot
 	dh_installdebconf



Reply to: