The following commit has been merged in the master branch:
commit 81a70cc4e50df59b6bd33cf8b8fd9c811f562991
Author: Christoph Egger <[EMAIL PROTECTED]>
Date:   Tue Jul 8 16:39:49 2008 +0200

     * Bringing in Shape for Upload

diff --git a/debian/changelog b/debian/changelog
index c7af93f..8331d59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-sfml (1.2-1) UNRELEASED; urgency=low
+python-sfml (1.2-1) unstable; urgency=low
 
   * Initial release (Closes: #481667)
 
diff --git a/debian/control b/debian/control
index 4db3c5f..dc128ae 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
 Priority: extra
 Maintainer: Debian Games Team <[EMAIL PROTECTED]>
 Uploaders: Christoph Egger <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 6), python-support (>= 0.6), libsfml1-dev, 
python-all-dev, libglew1.5-dev
+Build-Depends: debhelper (>= 6), python-support (>= 0.6), libsfml1.deb3-dev, 
python-all-dev, libglew1.5-dev
 Standards-Version: 3.8.0
 Vcs-Git: git://git.debian.org/git/pkg-games/python-sfml.git/
 Vcs-Browser: http://git.debian.org/?p=pkg-games/python-sfml.git
diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..3e87eb3
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1,2 @@
+python/samples/*
+
diff --git a/debian/rules b/debian/rules
index 586f7d8..3391faf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,7 @@ export PYVERS=$(shell pyversions -vr)
 build: $(PYVERS:%=build-python%)
        touch $@
 build-python%:
+       (cd python/samples/data && chmod -x apple.png rond2.png)
        cd python && python$* setup.py build
        touch $@
 
@@ -28,6 +29,7 @@ clean: $(PYVERS:%=clean-python%)
        dh_clean
        rm -rf python/build
        rm -f build build-python*
+       (cd python/samples/data && chmod +x apple.png rond2.png)
 clean-python%:
        cd python && python$* setup.py clean
 

-- 
Python bindings for the SFML Library

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

Reply via email to