[Pkg-voip-commits] r6092 - /dahdi-tools/trunk/debian/rules
tzafrir-guest at alioth.debian.org
tzafrir-guest at alioth.debian.org
Tue Aug 26 12:15:23 UTC 2008
Author: tzafrir-guest
Date: Tue Aug 26 12:15:23 2008
New Revision: 6092
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6092
Log:
Fix building on a system with no kernel source/headers.
Modified:
dahdi-tools/trunk/debian/rules
Modified: dahdi-tools/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-tools/trunk/debian/rules?rev=6092&op=diff
==============================================================================
--- dahdi-tools/trunk/debian/rules (original)
+++ dahdi-tools/trunk/debian/rules Tue Aug 26 12:15:23 2008
@@ -51,8 +51,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
install: install-arch install-indep
More information about the Pkg-voip-commits
mailing list