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

Re: Bug#667755: aiccu: FTBFS[kfreebsd]:



tags 667755 + patch
thanks

Hi,

The attached patch seems to make debian/rules work as intended.

I also added the '-f' option to an 'rm' which would otherwise fail on
subsequent rebuilds.

Regards,
-- 
Steven Chamberlain
steven@pyro.eu.org
--- aiccu-20070115/debian/rules	2012-05-16 13:53:11.856107989 +0100
+++ aiccu-20070115.orig/debian/rules	2012-03-26 12:14:04.000000000 +0100
@@ -21,7 +21,7 @@
 %:
 	dh $@
 
-build: patch
+build: $(QUILT_STAMPFN)
 	dh $@
 
 clean: unpatch
@@ -48,6 +48,6 @@
 install: build
 	dh $@
 	# The license is already duplicated in debian/copyright
-	rm -f `pwd`/debian/aiccu/usr/share/doc/aiccu/LICENSE
+	rm `pwd`/debian/aiccu/usr/share/doc/aiccu/LICENSE
 
 binary: binary-arch binary-indep

Reply to: