[SCM] C Bindings for the SFML Library branch, master, updated. upstream/1.2-13-ge725704

Gonéri Le Bouder goneri at rulezlan.org
Fri Jun 13 17:07:12 UTC 2008


The following commit has been merged in the master branch:
commit e72570453f1f3c6967fa4161aa83fa7126ceaad6
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date:   Fri Jun 13 19:30:49 2008 +0200

    remove the .pc directory during the clean

diff --git a/debian/rules b/debian/rules
index 2613b9d..daa38e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,13 +36,14 @@ clean:
 	find ./CSFML/lib -name "*so*" -exec rm {} \;
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
 	cd CSFML && $(MAKE) clean
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+	
+	rm -Rf .pc 
 
-	dh_clean 
+	dh_clean build-stamp configure-stamp
 
 install: build
 	dh_testdir

-- 
C Bindings for the SFML Library



More information about the Pkg-games-commits mailing list