[Pkg-voip-commits] r5473 - in /zaptel/trunk/debian: changelog rules

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Thu Apr 3 16:00:27 UTC 2008


Author: tzafrir-guest
Date: Thu Apr  3 16:00:27 2008
New Revision: 5473

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5473
Log:
Do run 'make dist-clean' on modules build. It prints an ugly error, but
only after the actualy relevant clean.'

Modified:
    zaptel/trunk/debian/changelog
    zaptel/trunk/debian/rules

Modified: zaptel/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/changelog?rev=5473&op=diff
==============================================================================
--- zaptel/trunk/debian/changelog (original)
+++ zaptel/trunk/debian/changelog Thu Apr  3 16:00:27 2008
@@ -1,8 +1,10 @@
 zaptel (1:1.4.9.2~dfsg-2) UNRELEASED; urgency=low
 
-  * Added NEWS.Debian about zaptel modules incompatibility. 
-
- -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Sat, 29 Mar 2008 20:12:18 +0300
+  * Added NEWS.Debian about zaptel modules incompatibility.
+  * Do run 'make dist-clean' on modules build. It prints an ugly error, but
+    only after the actualy relevant clean.
+
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Thu,  3 Apr 2008 18:43:33 +0300
 
 zaptel (1:1.4.9.2~dfsg-1) unstable; urgency=low
 

Modified: zaptel/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/rules?rev=5473&op=diff
==============================================================================
--- zaptel/trunk/debian/rules (original)
+++ zaptel/trunk/debian/rules Thu Apr  3 16:00:27 2008
@@ -140,10 +140,9 @@
 	rm -rf debian/fake
 	# * Makefile does not exist when running svn-buildpackage
 	#   as the source tree is not there.
-	# * menuselect/ does not exist when building the -modules
-	#   packages - we only build kernel-space stuff there.
-	[ ! -f Makefile ] || [ ! -d menuselect ] || $(MAKE) dist-clean \
-		|| true # FIXME: for userspace only builds.
+	# 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
 	dh_clean
 




More information about the Pkg-voip-commits mailing list