[Pkg-voip-commits] r6094 - /dahdi-linux/trunk/debian/rules

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Tue Aug 26 12:33:19 UTC 2008


Author: tzafrir-guest
Date: Tue Aug 26 12:33:18 2008
New Revision: 6094

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6094
Log:
When specifying working copy paths, only one target may be given

Modified:
    dahdi-linux/trunk/debian/rules

Modified: dahdi-linux/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-linux/trunk/debian/rules?rev=6094&op=diff
==============================================================================
--- dahdi-linux/trunk/debian/rules (original)
+++ dahdi-linux/trunk/debian/rules Tue Aug 26 12:33:18 2008
@@ -122,8 +122,10 @@
 	#   as the source tree is not there.
 	# FIXME: This will fail with an ugly warning on the clean of the
 	# modules build. However only fter the actuual clean.
-	[ ! -f Makefile ] || $(MAKE) dist-clean || true
-	#rm -f debian/manpage.links  debian/manpage.refs debian/*.8
+	# FIXME(2): 'make clean' currently fails if there's no kernel source.
+	# So clean manually. Should be fixed in 2.0.0 (final).
+	rm -f dahdi/include/version.h
+	#[ ! -f Makefile ] || $(MAKE) dist-clean || true
 	dh_clean
 
 TARPARDIR=$(CURDIR)/debian/tmp




More information about the Pkg-voip-commits mailing list