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

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Sat Mar 8 10:48:22 UTC 2008


Author: tzafrir-guest
Date: Sat Mar  8 10:48:22 2008
New Revision: 5277

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5277
Log:
Once again ignoring 'make distclean' errors: it will fail if we don't 
have kernel sources / headers for current kernel :-(

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=5277&op=diff
==============================================================================
--- zaptel/trunk/debian/changelog (original)
+++ zaptel/trunk/debian/changelog Sat Mar  8 10:48:22 2008
@@ -8,9 +8,11 @@
     http://sourceforge.net/mailarchive/message.php?msg_name=20080217212421.GT15415%40xorcom.com
     (Closes: #447245).
   * Adjusted lintian overrides: mknod is now called from a function.
-  * Adjust vzaphfc to netdevice API changes in kernel 2.6.24. 
-
- -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Fri, 29 Feb 2008 08:58:12 +0200
+  * Adjust vzaphfc to netdevice API changes in kernel 2.6.24.
+  * Once again ignoring 'make distclean' errors: it will fail if we don't 
+    have kernel sources / headers for current kernel :-( .
+
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Sat,  8 Mar 2008 12:34:31 +0200
 
 zaptel (1:1.4.8~dfsg-1) unstable; urgency=low
 

Modified: zaptel/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/rules?rev=5277&op=diff
==============================================================================
--- zaptel/trunk/debian/rules (original)
+++ zaptel/trunk/debian/rules Sat Mar  8 10:48:22 2008
@@ -142,7 +142,8 @@
 	#   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
+	[ ! -f Makefile ] || [ ! -d menuselect ] || $(MAKE) dist-clean \
+		|| true # FIXME: for userspace only builds.
 	#rm -f debian/manpage.links  debian/manpage.refs debian/*.8
 	dh_clean
 




More information about the Pkg-voip-commits mailing list