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

Christoph Egger Christoph.Egger at gmx.de
Sun Jun 15 08:22:43 UTC 2008


The following commit has been merged in the master branch:
commit 49861879d535f798b45bb647bacc9a82694da3a3
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Sat Jun 14 14:54:41 2008 +0200

     * Switching to standards 3.8.0
       * Adding README.source

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..5ae301e
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,21 @@
+Task: apply debian patches
+Tools: quilt
+Command: quilt push -a
+Description: Please read /usr/share/doc/quilt/README.source how to use
+  quilt for managing Debian patches
+
+Task: getting the used tarball
+Tools: make, wget
+Command: make -f debian/rules create_orig_tarball
+Description: The tarball for libsfml was repacked from upstream to get rid of 
+  some libraries that where built in upstream. Furthermore the executeable 
+  status of parts of the samples where mistakenly set upstream and are fixed by 
+  the repackaging. To download and repack the tarball you can use tha makefile 
+  target create_orig_tarball in debian/rules. Be sure to use it from the base 
+  directory of the extracted source.
+  .
+  If you prefer doing this manually remove all «glew» «glext» «libjpeg» «libpng»
+  «zlib» Subdirectories from the include/ and src/ trees and change the 
+  executeable state e.g. by this command:
+  find samples \( -name "*.jpg" -o -name "*.png" -o -name "*.[ch]pp" -o \
+  -name "*.sfx" \) -print | xargs /bin/chmod a-x  ; \
diff --git a/debian/changelog b/debian/changelog
index 01a6ffe..6395e0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
 libsfml (1.2-3) UNRELEASED; urgency=low
 
   * clean rules improvement (thanks to gnoéri)
+  * switching to Standards Version 3.8.0
+    * Adding README.source
 
- -- Christoph Egger <Christoph.Egger at gmx.de>  Sat, 14 Jun 2008 12:45:45 +0200
+ -- Christoph Egger <Christoph.Egger at gmx.de>  Sat, 14 Jun 2008 14:43:41 +0200
 
 libsfml (1.2-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index d0c73ec..c7a2264 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Christoph Egger <Christoph.Egger at gmx.de>
 Vcs-Git: git://git.debian.org/git/pkg-games/libsfml.git/
 Vcs-Browser: http://git.debian.org/?p=pkg-games/libsfml.git
 Build-Depends: debhelper (>= 5), libgl1-mesa-glx, mesa-common-dev, libglu1-mesa-dev, libxrandr-dev, libfreetype6-dev, libopenal-dev, libsndfile1-dev, libjpeg62-dev, libpng12-dev, libglew1.5-dev, quilt
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 
 Package: libsfml1-dev
 Section: libdevel

-- 
Simple and fast multimedia library for C++



More information about the Pkg-games-commits mailing list