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

Christoph Egger Christoph.Egger at gmx.de
Tue Jun 16 10:08:39 UTC 2009


The following commit has been merged in the master branch:
commit a8385bb87a29345f529db7e6d13d8bf1e6c74c99
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Tue Jun 16 12:08:15 2009 +0200

    last polishing

diff --git a/debian/changelog b/debian/changelog
index d88b988..a1b107c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,8 @@ libsfml (1.5+repack1-1) unstable; urgency=low
   * [b25d0c2c] lib/ is missing from time to time, just create it if
                needed
   * [eef4cb02] Update standards-Version to 3.8.1 (no changes needed)
-
+  * [08ae7680] rename doc package to drop the soversion part
+  
  -- Christoph Egger <debian at christoph-egger.org>  Tue, 16 Jun 2009 10:54:09 +0200
 
 libsfml (1.4+repack1-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 356d632..fd0ca2c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,8 @@ get-orig-source:
 		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  ; \
+			-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
 
@@ -69,7 +70,7 @@ binary-arch: build install
 	dh_testroot
 	dh_installchangelogs 
 	dh_installdocs
-	dh_installexamples ;# ( cd debian/libsfml1.5-doc/usr/share/doc/libsfml1.4-doc/examples/ && make clean && chmod -R a-x .)
+	dh_installexamples
 	dh_install --fail-missing --sourcedir=debian/tmp
 	dh_installman
 	dh_link

-- 
Simple and fast multimedia library for C++



More information about the Pkg-games-commits mailing list