tags 471213 + patch
thanks

Hi,

the latest upload of this package swapped the rules for binary-arch and
binary-indep. This resulted in this FTBFS bug. The attached patch
reverses the change and binary-arch only builds should be possible
again.

Regards,
  Sebastian

--- cl-rsm-random-1.3.orig/debian/rules	2008-03-13 22:20:50.000000000 +0100
+++ cl-rsm-random-1.3/debian/rules	2008-04-27 22:43:48.000000000 +0200
@@ -46,12 +46,12 @@
 
 
 
-# Build architecture-dependent files here.
-binary-arch: build install
-
-
 # Build architecture-independent files here.
 binary-indep: build install
+
+
+# Build architecture-dependent files here.
+binary-arch: build install
 	dh_testdir
 	dh_testroot
 #	dh_installdebconf	

Reply via email to