Bug#223087: cdrom-detect: should use binary-indep, not binary-arch
Package: cdrom-detect
Version: 0.38
Tags: patch
The udeb produced by this source package is Architecture: all, so it
should be generated by the binary-indep target, not by binary-arch.
Patch follows:
diff -ru cdrom-detect-0.38.orig/debian/rules cdrom-detect-0.38/debian/rules
--- cdrom-detect-0.38.orig/debian/rules Sat Oct 18 18:36:32 2003
+++ cdrom-detect-0.38/debian/rules Sat Dec 6 19:30:26 2003
@@ -43,11 +43,11 @@
# Build architecture-independent files here.
-binary-indep: build install
+binary-arch: build install
# We have nothing to do by default.
# Build architecture-dependent files here.
-binary-arch: build install cdrom-detect
+binary-indep: build install cdrom-detect
cdrom-detect: build install
dh_testdir
dh_testroot
Reply to: