The following commit has been merged in the master branch:
commit 0de5f85a2c0fb727ea9c2d0a26c81e31feb002aa
Author: Christoph Egger <[email protected]>
Date:   Mon Mar 23 20:38:27 2009 +0100

    Better -dev Package name
    Update get-orig-source target
    Update Copyright

diff --git a/debian/changelog b/debian/changelog
index c2053c5..eb9855c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libsfml (1.4+repack1-1) experimental; urgency=low
+libsfml (1.4+repack1-1) unstable; urgency=low
 
   * New Upstream Version
   * Drop patches implemented upstream
diff --git a/debian/control b/debian/control
index da6da0e..594d07e 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 5), libgl1-mesa-glx, 
mesa-common-dev,
 Standards-Version: 3.8.0
 Homepage: http://www.sfml-dev.org/
 
-Package: libsfml1.4-dev
+Package: libsfml-dev
 Provides: libsfml-dev
 Conflicts: libsfml-dev
 Section: libdevel
@@ -79,7 +79,8 @@ Description: Simple and fast cross-platform multimedia 
library - Window part
  Network facilities and supports GNU/Linux MS Windows and Mac OS X.
 
 Package: libsfml1.4-dbg
-Section: libs
+Section: debug
+Priority: extra
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Simple and fast cross-platform multimedia library - debug symbols
diff --git a/debian/copyright b/debian/copyright
index c19f7f8..072d4e6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,14 +6,12 @@ It was downloaded from http://www.sfml-dev.org/download.php
 Upstream Authors: 
 
     Laurent Gomila <[email protected]>
-    Brad Leffler <[email protected]>
     Lucas Soltic <[email protected]>
 
 Copyright: 
 
     Copyright (c) 2007,2008 Laurent Gomila
     Copyright (c) 2007,2008 Lucas Soltic
-    Copyright (c) 2007 Brad Leffler
 
 License:
 
diff --git a/debian/libsfml1.4-dev.dirs b/debian/libsfml-dev.dirs
similarity index 100%
rename from debian/libsfml1.4-dev.dirs
rename to debian/libsfml-dev.dirs
diff --git a/debian/libsfml1.4-dev.install b/debian/libsfml-dev.install
similarity index 100%
rename from debian/libsfml1.4-dev.install
rename to debian/libsfml-dev.install
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

-- 
Simple and fast multimedia library for C++

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to