[SCM] Python bindings for the SFML Library branch, master, updated. upstream/1.2-34-gc116afc

Christoph Egger Christoph.Egger at gmx.de
Tue Jun 16 14:59:41 UTC 2009


The following commit has been merged in the master branch:
commit f14ca715e1f9133da1d3d72126f5538ff2633d13
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Mon Jun 15 10:01:52 2009 +0200

    merge diff from ubuntu as far as appropriate

diff --git a/debian/control b/debian/control
index e9aaa8e..d4a5fc3 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: python
 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), python-support (>= 0.6), libsfml-dev (>= 1.4), python-all-dev, libglew1.5-dev
+Build-Depends: debhelper (>= 6), python-support (>= 0.6), libsfml-dev (>= 1.4), 
+  python-all-dev, libglew1.5-dev, python (>= 2.5.4-1)
 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/rules b/debian/rules
index 44c9dd5..c6a95c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/python/python.mk
+
 export PYVERS=$(shell pyversions -vr)
 
 build: $(PYVERS:%=build-python%)
@@ -22,7 +24,7 @@ build-python%:
 
 install: build $(PYVERS:%=install-python%)
 install-python%:
-	cd python && python$* setup.py install --root $(CURDIR)/debian/python-sfml
+	cd python && python$* setup.py install --root $(CURDIR)/debian/python-sfml $(py_setup_install_args)
 
 clean: $(PYVERS:%=clean-python%)
 	dh_clean

-- 
Python bindings for the SFML Library



More information about the Pkg-games-commits mailing list