[SCM] Python bindings for the SFML Library branch, master, updated. upstream/1.2-15-gcfee853
Christoph Egger
Christoph.Egger at gmx.de
Tue Jul 8 15:16:45 UTC 2008
The following commit has been merged in the master branch:
commit 81a70cc4e50df59b6bd33cf8b8fd9c811f562991
Author: Christoph Egger <Christoph.Egger at gmx.de>
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 <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Christoph Egger <Christoph.Egger at gmx.de>
-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
More information about the Pkg-games-commits
mailing list