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

Christoph Egger Christoph.Egger at gmx.de
Thu Jun 19 16:01:42 UTC 2008


The following commit has been merged in the master branch:
commit b6ab8a49c0b8cad01be3f047dea311f522aeb99c
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Thu Jun 19 18:01:28 2008 +0200

     * Not including sample programs binaries in the package

diff --git a/debian/changelog b/debian/changelog
index bfcdc70..b911ae3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,9 @@ libsfml (1.2-3) unstable; urgency=low
   * Allowing build on unknown arches and non-linux
     debian kernels (Closes #486851)
   * Linking libraries correctly (fixing upstream makefile) 
+  * Not installing binary sample programms
 
- -- Christoph Egger <Christoph.Egger at gmx.de>  Wed, 18 Jun 2008 17:52:34 +0200
+ -- Christoph Egger <Christoph.Egger at gmx.de>  Thu, 19 Jun 2008 17:59:52 +0200
 
 libsfml (1.2-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index eff1c29..e6c0693 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,7 +70,7 @@ binary-arch: build install
 	dh_testroot
 	dh_installchangelogs 
 	dh_installdocs
-	dh_installexamples
+	dh_installexamples ; find debian/libsfml1-dev/usr/share/doc/libsfml1-dev/examples/bin -maxdepth 1 ! -type d -exec rm {} \;
 	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