[Pkg-cli-apps-commits] r4266 - in /packages/beagle/trunk/debian: changelog rules

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Tue Dec 9 08:37:15 UTC 2008


Author: hanska-guest
Date: Tue Dec  9 08:37:14 2008
New Revision: 4266

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4266
Log:
Added autom4te.cache/ removal in clean target

Modified:
    packages/beagle/trunk/debian/changelog
    packages/beagle/trunk/debian/rules

Modified: packages/beagle/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle/trunk/debian/changelog?rev=4266&op=diff
==============================================================================
--- packages/beagle/trunk/debian/changelog (original)
+++ packages/beagle/trunk/debian/changelog Tue Dec  9 08:37:14 2008
@@ -9,7 +9,7 @@
   * debian/control:
     + Build-Depends-Indep updated
 
- -- David Paleino <d.paleino at gmail.com>  Fri, 28 Nov 2008 04:26:12 +0100
+ -- David Paleino <d.paleino at gmail.com>  Tue, 09 Dec 2008 09:36:39 +0100
 
 beagle (0.3.8-1) unstable; urgency=low
 

Modified: packages/beagle/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle/trunk/debian/rules?rev=4266&op=diff
==============================================================================
--- packages/beagle/trunk/debian/rules (original)
+++ packages/beagle/trunk/debian/rules Tue Dec  9 08:37:14 2008
@@ -53,7 +53,7 @@
 	dh_testroot
 	[ ! -f Makefile ] || $(MAKE) distclean
 	find . -name "Makefile.in" | xargs rm -rf
-	rm -rf $(MONO_SHARED_DIR)/.wapi
+	rm -rf $(MONO_SHARED_DIR)/.wapi autom4te.cache/
 	rm -f build-stamp configure-stamp patch-stamp
 	dh_clean configure config.sub config.guess aclocal.m4 ltmain.sh
 




More information about the Pkg-cli-apps-commits mailing list