The following commit has been merged in the master branch:
commit 03c561c91065b3e982a2e0c24529c72a5240b741
Author: Christoph Egger <[EMAIL PROTECTED]>
Date: Sun May 25 13:05:08 2008 +0200
* adding create_orig_tarball make target
diff --git a/debian/rules b/debian/rules
index 1ee986e..56c3961 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,17 @@ export DH_VERBOSE=1
version=1.2.0
major=1
+create_orig_tarball:
+ cd .. ; mkdir libsfml-1.2.orig ; cd libsfml-1.2.orig ; \
+ wget
http://downloads.sourceforge.net/sfml/SFML-1.2-sdk-linux.tar.gz ; \
+ tar -xzf SFML-1.2-sdk-linux.tar.gz ; cd SFML-1.2 ; \
+ find . \( -name glew -o -name glext -o -name libjpeg \
+ -o -name libpng -o -name zlib \) -print | xargs /bin/rm
-rf ; \
+ find samples \( -name "*.jpg" -o -name "*.png" -o -name
"*.[ch]pp" -o \
+ -name "*.sfx" \) -print | xargs /bin/chmod a-x ; \
+ cd .. ; rm SFML-1.2-sdk-linux.tar.gz; mv SFML-1.2/* . ; rm -r
SFML-1.2
+ cd .. ; dpkg-source -b -su libsfml libsfml-1.2.orig
+
configure: configure-stamp
configure-stamp:
dh_testdir
--
Simple and fast multimedia library for C++
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits