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

Bug#223086: baseconfig-udeb: should create the .udeb in binary-indep



Package: baseconfig-udeb
Version: 0.020
Tags: patch

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

Patch follows:

diff -ru baseconfig-udeb-0.020.orig/debian/rules baseconfig-udeb-0.020/debian/rules
--- baseconfig-udeb-0.020.orig/debian/rules	Wed Jun  4 09:41:56 2003
+++ baseconfig-udeb-0.020/debian/rules	Sat Dec  6 19:22:47 2003
@@ -33,13 +33,9 @@
 	install debian/$(PACKAGE).prebaseconfig debian/$(PACKAGE)/usr/lib/prebaseconfig.d/92$(PACKAGE)

 # Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
 #
 # Note that this builds a .udeb, which is not policy compliant or anything.
-binary-arch: build install
+binary-indep: build install
 	dh_testdir
 	dh_testroot
 	dh_strip
@@ -50,6 +46,10 @@
 	dh_shlibdeps
 	dh_gencontrol -- -n$(FILENAME)
 	dh_builddeb --filename=$(FILENAME)
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.

 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install



Reply to: