[SCM] Simple and fast multimedia library for C++ branch, master, updated. upstream/1.4-97-gad09845

Christoph Egger Christoph.Egger at gmx.de
Sat Jul 11 14:01:15 UTC 2009


The following commit has been merged in the master branch:
commit ad09845833d0dad402b665ef2694807822561f66
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Sat Jul 11 16:01:03 2009 +0200

    Some minor debian/rules improvments suggested by Sandro Tosi

diff --git a/debian/rules b/debian/rules
index fd0ca2c..1c567f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,22 +17,15 @@ get-orig-source:
 		wget http://downloads.sourceforge.net/sfml/SFML-1.5-sdk-linux-32.tar.gz ; \
 		tar -xzf SFML-1.5-sdk-linux-32.tar.gz ; cd SFML-1.5 ; \
 		find . \( -iname glew -o -iname glext -o -iname libjpeg \
-			-o -iname libpng -o -iname zlib -o -iname SOIL \) -print | xargs /bin/rm -rf ; \
+			-o -iname libpng -o -iname zlib -o -iname SOIL \) -delete \
 		find samples \( -name "*.jpg" -o -name "*.png" -o -name "*.[ch]pp" -o \
 			-name "*.sfx" \) -print | xargs /bin/chmod a-x  ;
 		make mrproper ; \
 		cd .. ; rm SFML-1.5-sdk-linux-32.tar.gz; mv SFML-1.5/* . ; rm -r SFML-1.5
 	cd .. ; dpkg-source -b -su libsfml libsfml-1.5.orig
 
-configure: configure-stamp 
-configure-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-
-	touch configure-stamp
-
-
 build: build-stamp
-build-stamp: configure-stamp 
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	-mkdir lib 
 	$(MAKE) sfml

-- 
Simple and fast multimedia library for C++



More information about the Pkg-games-commits mailing list