r7905 - packages/trunk/amphetamine/debian

Gonéri Le Bouder goneri at alioth.debian.org
Sat Aug 9 12:48:13 UTC 2008


Author: goneri
Date: 2008-08-09 12:48:13 +0000 (Sat, 09 Aug 2008)
New Revision: 7905

Modified:
   packages/trunk/amphetamine/debian/changelog
   packages/trunk/amphetamine/debian/rules
Log:
clean the .pc/ directory


Modified: packages/trunk/amphetamine/debian/changelog
===================================================================
--- packages/trunk/amphetamine/debian/changelog	2008-08-09 12:36:31 UTC (rev 7904)
+++ packages/trunk/amphetamine/debian/changelog	2008-08-09 12:48:13 UTC (rev 7905)
@@ -1,10 +1,12 @@
 amphetamine (0.8.10-14) unstable; urgency=low
 
+  [ Gonéri Le Bouder ]
   * disable 000_gcc_m68k.diff that was forcing the use of gcc 4.1.
     amphetamine should build fine on m68k now with the default gcc
     (Closes: #479573)
+  * clean the .pc/ directory
 
- -- Gonéri Le Bouder <goneri at rulezlan.org>  Sat, 09 Aug 2008 14:58:26 +0200
+ -- Debian Games Team <pkg-games-devel at lists.alioth.debian.org>  Sat, 09 Aug 2008 14:58:26 +0200
 
 amphetamine (0.8.10-13) unstable; urgency=low
 

Modified: packages/trunk/amphetamine/debian/rules
===================================================================
--- packages/trunk/amphetamine/debian/rules	2008-08-09 12:36:31 UTC (rev 7904)
+++ packages/trunk/amphetamine/debian/rules	2008-08-09 12:48:13 UTC (rev 7905)
@@ -13,6 +13,7 @@
 	rm -f build-stamp
 	[ ! -f Makefile ] || $(MAKE) clean
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+	rm -rf .pc 
 	dh_clean
 
 install: build




More information about the Pkg-games-commits mailing list