[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:46 UTC 2008


The following commit has been merged in the master branch:
commit cfee85346479e9190e030a6fe1d6baec1089f75a
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Tue Jul 8 17:11:34 2008 +0200

     * Modifying rules to match new upstream
     * Adding README.source file
     * Adding watch file

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..21a321d
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,6 @@
+Task: Getting orig Tarbal
+Tools: uscan unzip tar
+Description:  As upstream only ships .zip Archives for their sources we need to
+  make an .tar.gz on our own. Get the latest source archive by using 
+  uscan --force-download. Move them to some working directory, unpack it using
+  unzip and build an tarball using tar -xcf
diff --git a/debian/changelog b/debian/changelog
index 8331d59..8125c86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-sfml (1.3-1) unstable; urgency=low
+
+  * New Upstream Version
+  * Adding README.source as there is now some work needed 
+
+ -- Christoph Egger <Christoph.Egger at gmx.de>  Tue, 08 Jul 2008 17:03:04 +0200
+
 python-sfml (1.2-1) unstable; urgency=low
 
   * Initial release (Closes: #481667)
diff --git a/debian/rules b/debian/rules
index 3391faf..586f7d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,6 @@ 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 $@
 
@@ -29,7 +28,6 @@ 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
 
diff --git a/debian/watch b/debian/watch
index ef37c4d..c3db447 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=3
 
-http://sf.net/sfml/SFML-([\d\.]*\d)-python-sdk-linux\.tar\.gz
+http://sf.net/sfml/SFML-([\d\.]*\d)-python-src\.zip
 

-- 
Python bindings for the SFML Library



More information about the Pkg-games-commits mailing list