[Pkg-voip-commits] r4461 - in /asterisk-sounds-extra/trunk/debian: changelog rules

kilian at alioth.debian.org kilian at alioth.debian.org
Sun Sep 9 20:41:39 UTC 2007


Author: kilian
Date: Sun Sep  9 20:41:39 2007
New Revision: 4461

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4461
Log:
we don't do make, so we don't do make clean either. ;)

Modified:
    asterisk-sounds-extra/trunk/debian/changelog
    asterisk-sounds-extra/trunk/debian/rules

Modified: asterisk-sounds-extra/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-sounds-extra/trunk/debian/changelog?rev=4461&op=diff
==============================================================================
--- asterisk-sounds-extra/trunk/debian/changelog (original)
+++ asterisk-sounds-extra/trunk/debian/changelog Sun Sep  9 20:41:39 2007
@@ -2,7 +2,6 @@
 
   * NOT RELEASED YET
   * Update debian/watch
-  * Don't ignore make clean error.
 
  -- Kilian Krause <kilian at debian.org>  Sun,  9 Sep 2007 16:59:43 +0200
 

Modified: asterisk-sounds-extra/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-sounds-extra/trunk/debian/rules?rev=4461&op=diff
==============================================================================
--- asterisk-sounds-extra/trunk/debian/rules (original)
+++ asterisk-sounds-extra/trunk/debian/rules Sun Sep  9 20:41:39 2007
@@ -46,7 +46,7 @@
 	rm -f build-stamp configure-stamp
 	
 	# Add here commands to clean up after the build process.
-	[ ! -f Makefile -o ! -d sounds ]||$(MAKE) clean
+	#$(MAKE) clean
 	
 	dh_clean 
 




More information about the Pkg-voip-commits mailing list