[SCM] C Bindings for the SFML Library branch, master, updated. upstream/1.5-50-gc53ff31

Christoph Egger Christoph.Egger at gmx.de
Tue Sep 29 23:27:00 UTC 2009


The following commit has been merged in the master branch:
commit c53ff3164c46346a1d7d5b97bbd7551fa8e49cb4
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Wed Sep 30 01:26:54 2009 +0200

    still some cleanups

diff --git a/debian/README.source b/debian/README.source
index 8f88c59..a7f9216 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -4,18 +4,4 @@ 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 get-orig-source
-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  ; \
+ -- Christoph Egger <debian at christoph-egger.org>, Mon, 24 Aug 2009 13:20:14 +0200
diff --git a/debian/changelog b/debian/changelog
index 8656090..a778acf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,18 @@
 libcsfml (1.5-1) unstable; urgency=low
 
-  * [93f02a2c] New upstream 1.5 release (Closes: #542982)
-               Improve description
-  * [3f96bad4] Clean up rules file -- some quirks no longer needed
-               because of improvements in upstream buildsystem
-  * [932aa815] Bump standards version to 3.8.3 (no changes)
-  * [59f7d4fa] remove additional priority
-  * [308fb2e0] Add REDAME.source
-
- -- Christoph Egger <debian at christoph-egger.org>  Tue, 28 Jul 2009 11:56:25 +0200
+  * New upstream 1.5 release
+    * Builds against newer libsfml (Closes: #542982)
+    * SONAME bump for libraries
+    * Drop debian/gcc4.3.diff (implemented upstream)
+    * Refresh debian/correct-destdir
+  * Improve descriptions
+  * Clean up rules file -- some quirks no longer needed because of
+    improvements in upstream buildsystem
+  * Bump standards version to 3.8.3 (no changes)
+  * remove duplicate priority entries in control
+  * Add README.source
+
+ -- Christoph Egger <debian at christoph-egger.org>  Mon, 24 Aug 2009 13:17:03 +0200
 
 libcsfml (1.4-2) unstable; urgency=low
 
@@ -18,7 +22,7 @@ libcsfml (1.4-2) unstable; urgency=low
 
 libcsfml (1.4-1) experimental; urgency=low
 
-  [ Christoph Egger ] 
+  [ Christoph Egger ]
   * New Upstream Version
   * Drop patches now upstream
     * RM: add_destdir_to_makefile.patch
@@ -26,7 +30,7 @@ libcsfml (1.4-1) experimental; urgency=low
   * Convert patch system to topgit
   * Fix problem in upstream's destdir implementation
   * Change my Mailaddress
-  * Wrap -dev package's depends 
+  * Wrap -dev package's depends
 
   [ Gonéri Le Bouder ]
   * libcsfml-dev conflicts on/replaces libcsfml1.deb3-dev
diff --git a/debian/control b/debian/control
index f9a55e5..308152a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libcsfml
 Priority: extra
 Maintainer: Debian Games team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Christoph Egger <debian at christoph-egger.org>
-Build-Depends: debhelper (>= 6.0.7), quilt, libsfml-dev (>= 1.5)
+Build-Depends: debhelper (>= 6), quilt, libsfml-dev (>= 1.5)
 Standards-Version: 3.8.3
 Section: libs
 Homepage: http://www.sfml-dev.org
diff --git a/debian/rules b/debian/rules
index 898b6cc..857f78f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -61,7 +61,6 @@ binary-arch: build install
 	dh_installman
 	dh_link
 	dh_strip --dbg-package=libcsfml1.5-dbg
-	dh_lintian
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs

-- 
C Bindings for the SFML Library



More information about the Pkg-games-commits mailing list