[SCM] pyliblo/master: Switch to dh_python2. Add python 2.7 support.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Jan 31 23:58:28 UTC 2011


The following commit has been merged in the master branch:
commit 7d2a8696438af267cdc00004ed0b555df116cd06
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Feb 1 00:35:02 2011 +0100

    Switch to dh_python2. Add python 2.7 support.

diff --git a/debian/control b/debian/control
index f4cdd3d..bac33b6 100644
--- a/debian/control
+++ b/debian/control
@@ -6,11 +6,10 @@ Uploaders: Free Ekanayaka <freee at debian.org>,
  Jaromír Mikeš <mira.mikes at seznam.cz>,
  Alessio Treglia <alessio at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
- python-all-dev,
- liblo-dev (>= 0.26~repack),
- python-support (>= 0.5.3)
+ python-all-dev (>= 2.6.6-4~),
+ liblo-dev (>= 0.26~repack)
 Standards-Version: 3.9.1
-XS-Python-Version: all
+X-Python-Version: >= 2.5
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/pyliblo.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/pyliblo.git
 Homepage: http://das.nasophon.de/pyliblo/
@@ -21,6 +20,7 @@ Architecture: any
 Depends: ${python:Depends},
  ${misc:Depends},
  ${shlibs:Depends}
+Breaks: ${python:Breaks}
 XB-Python-Version: ${python:Versions}
 Suggests: pyliblo-utils
 Provides: ${python:Provides}
diff --git a/debian/rules b/debian/rules
index 127d6b5..83739e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS

-- 
pyliblo packaging



More information about the pkg-multimedia-commits mailing list