The following commit has been merged in the master branch:
commit e72570453f1f3c6967fa4161aa83fa7126ceaad6
Author: Gonéri Le Bouder <[EMAIL PROTECTED]>
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

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to