[SCM] Simple and fast multimedia library for C++ branch, master, updated. d19e54ba2ae21a395bb086c95234e20a00b60580

Christoph Egger Christoph.Egger at gmx.de
Sat Jun 14 10:46:56 UTC 2008


The following commit has been merged in the master branch:
commit 296fd59c3255cc82e6ee464008214bd1d10ced6c
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Sat Jun 14 12:45:39 2008 +0200

     * Applying improved clean rules from libcsfml (thanks gonéri)

diff --git a/debian/rules b/debian/rules
index 1cb3d2e..09630a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 # Sample debian/rules that uses debhelper.
 
 # Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
 
 
 version=1.2.0
@@ -37,15 +37,17 @@ build-stamp: configure-stamp
 	touch $@
 
 clean:
-	-[ -d lib ] && cd ./lib && find . -name "*so*" -exec rm {} \;
+	find 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.
 	$(MAKE) clean
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
-	dh_clean 
+
+	rm -Rf .pc
+
+	dh_clean build-stamp configure-stamp
 
 install: build
 	dh_testdir
diff --git a/lib/.gitignore b/lib/.gitignore
new file mode 100644
index 0000000..e69de29

-- 
Simple and fast multimedia library for C++



More information about the Pkg-games-commits mailing list