From 0de5f85a2c0fb727ea9c2d0a26c81e31feb002aa Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Mon, 23 Mar 2009 20:38:27 +0100 Subject: Better -dev Package name Update get-orig-source target Update Copyright --- debian/rules | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 427a04a..f02eef3 100755 --- a/debian/rules +++ b/debian/rules @@ -13,15 +13,15 @@ include /usr/share/quilt/quilt.make -include /usr/share/topgit/tg2quilt.mk get-orig-source: - cd .. ; rm -rf libsfml-1.3.orig ; mkdir libsfml-1.3.orig ; cd libsfml-1.3.orig ; \ - wget http://downloads.sourceforge.net/sfml/SFML-1.3-sdk-linux.tar.gz ; \ - tar -xzf SFML-1.3-sdk-linux.tar.gz ; cd SFML-1.3 ; \ + cd .. ; rm -rf libsfml-1.4.orig ; mkdir libsfml-1.4.orig ; cd libsfml-1.4.orig ; \ + wget http://downloads.sourceforge.net/sfml/SFML-1.4-sdk-linux.tar.gz ; \ + tar -xzf SFML-1.4-sdk-linux.tar.gz ; cd SFML-1.4 ; \ find . \( -iname glew -o -iname glext -o -iname libjpeg \ -o -iname libpng -o -iname zlib -o -iname SOIL \) -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.3-sdk-linux.tar.gz; mv SFML-1.3/* . ; rm -r SFML-1.3 - cd .. ; dpkg-source -b -su libsfml libsfml-1.3.orig + cd .. ; rm SFML-1.4-sdk-linux.tar.gz; mv SFML-1.4/* . ; rm -r SFML-1.4 + cd .. ; dpkg-source -b -su libsfml libsfml-1.4.orig configure: configure-stamp configure-stamp: $(QUILT_STAMPFN) @@ -69,7 +69,7 @@ binary-arch: build install dh_testroot dh_installchangelogs dh_installdocs - dh_installexamples ; ( cd debian/libsfml1.4-doc/usr/share/doc/libsfml1.4-doc/examples/ && make clean ) + dh_installexamples ; ( cd debian/libsfml1.4-doc/usr/share/doc/libsfml1.4-doc/examples/ && make clean && chmod -R a-x .) dh_install --fail-missing --sourcedir=debian/tmp dh_installman dh_link -- cgit v1.2.3