[SCM] Packaging for londonlaw branch, master, updated. debian/0.2.1-10-25-gd6e01ea

Bruno Kleinert fuddl at tauware.de
Thu Mar 10 18:00:49 UTC 2011


The following commit has been merged in the master branch:
commit d6e01ea0d984abb021819949c3c93fe8830c618a
Author: Bruno Kleinert <fuddl at tauware.de>
Date:   Thu Mar 10 18:59:10 2011 +0100

    Switch to python-support (Closes: #616877)
    
    Use python-support instead of python-central. I followed the
    instructions on http://wiki.debian.org/Python/PyCentral2DhPython2

diff --git a/debian/changelog b/debian/changelog
index e249f0d..96215f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+londonlaw (0.2.1-14) unstable; urgency=low
+
+  * Use dh_python2 instead of python-central in debian/rules. (Closes: #616877)
+    * Drop build-dependency on python-central
+    * Remove XB-Python-Version from debian/control
+    * Bump versioned build-dependency of cdbs to 0.4.90
+    * Remove DEB_PYTHON_SYSTEM variable from debian/rules
+    * Make python2.6 a versioned build-dependency and require at least
+      python2.6 2.6.6-3
+    * Add python-support as build-dependency
+
+ -- Bruno "Fuddl" Kleinert <fuddl at debian.org>  Thu, 10 Mar 2011 18:49:05 +0100
+
 londonlaw (0.2.1-13) unstable; urgency=low
 
   * Acknowledge cleanung up the package by Jonas Smedegaard
diff --git a/debian/control b/debian/control
index 7c280c5..065ee39 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: games
 Priority: extra
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Bruno "Fuddl" Kleinert <fuddl at debian.org>
-Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.1), python-central (>= 0.5), texlive-fonts-recommended, python2.6
+Build-Depends: cdbs (>= 0.4.90), debhelper (>= 5.0.37.1), texlive-fonts-recommended, python2.6 (>= 2.6.6-3), python-support
 Build-Depends-Indep: hevea, texlive-latex-extra
 Standards-Version: 3.9.1
 XS-Python-Version: all
@@ -14,7 +14,6 @@ Vcs-Browser: http://git.debian.org/?p=pkg-games/londonlaw.git
 Package: londonlaw
 Architecture: all
 Depends: python-wxgtk2.6, ${python:Depends}, python-twisted-core, python-zopeinterface, ${misc:Depends}
-XB-Python-Version: ${python:Versions}
 Description: Scotland Yard board game with network support
  London Law is an online multiplayer adaptation of the classic Scotland Yard
  board game (also see Wikipedia), first published by Ravensburger in 1983. The
diff --git a/debian/rules b/debian/rules
index 067d34e..0bcdd28 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pycentral
+DEB_PYTHON_SYSTEM=pysupport
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk

-- 
Packaging for londonlaw



More information about the Pkg-games-commits mailing list