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

Bug#447248: fusd-kor - FTBFS: failure: cannot read files list file: No such file or directory



tags 447248 + patch
thanks

Hi,
attached is a patch that fixes the issue by adding the required binary-indep and
binary-arch targets to debian/rules.

Cheers

-- 
Albin Tonnerre
--- rules	2008-01-31 15:18:25.000000000 +0100
+++ rules.new	2008-01-31 14:04:17.000000000 +0100
@@ -120,7 +120,7 @@
 	ln -s ../packages/default.sh debian/fusd-kor-source/usr/share/modass/overrides/fusd-kor-source
 	dh_install
 
-binary: install
+binary-common:
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs 
@@ -136,4 +136,13 @@
 	dh_md5sums
 	dh_builddeb
 
+binary-indep: build install
+	$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
+
+# Build architecture dependant packages using the common target.
+binary-arch: build install
+	$(MAKE) -f debian/rules DH_OPTIONS=-s binary-common
+
+binary: binary-arch binary-indep
+
 .PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure

Attachment: signature.asc
Description: Digital signature


Reply to: