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

Bug#223088: prebaseconfig: should use binary-indep, not binary-arch



Package: prebaseconfig
Version: 0.42
Tags: patch

The udeb produced by this source package is Architecture: all, so
it should be generated in the binary-indep target, not in binary-arch.

Patch follows:

diff -ru prebaseconfig-0.42.orig/debian/rules prebaseconfig-0.42/debian/rules
--- prebaseconfig-0.42.orig/debian/rules	Sat Oct 18 18:36:33 2003
+++ prebaseconfig-0.42/debian/rules	Sat Dec  6 19:40:00 2003
@@ -46,11 +46,11 @@
 	done

 # 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 base-install
+binary-indep: build install base-install
 base-install:
 	dh_testdir
 	dh_testroot



Reply to: