[Python-modules-commits] r24962 - in packages/rope/trunk/debian (4 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Tue Jun 25 21:30:38 UTC 2013


    Date: Tuesday, June 25, 2013 @ 21:30:37
  Author: dktrkranz
Revision: 24962

Convert from python-central to dh_python2

Modified:
  packages/rope/trunk/debian/changelog
  packages/rope/trunk/debian/control
  packages/rope/trunk/debian/rules
Deleted:
  packages/rope/trunk/debian/pycompat

Modified: packages/rope/trunk/debian/changelog
===================================================================
--- packages/rope/trunk/debian/changelog	2013-06-25 21:27:30 UTC (rev 24961)
+++ packages/rope/trunk/debian/changelog	2013-06-25 21:30:37 UTC (rev 24962)
@@ -1,3 +1,10 @@
+rope (0.9.2-2) unstable; urgency=low
+
+  * Team upload.
+  * Convert to dh_python2 (Closes: #617053).
+
+ -- Andrea Colangelo <warp10 at ubuntu.com>  Sun, 09 Jun 2013 22:55:00 +0200
+
 rope (0.9.2-1) unstable; urgency=low
 
   [David Spreen]

Modified: packages/rope/trunk/debian/control
===================================================================
--- packages/rope/trunk/debian/control	2013-06-25 21:27:30 UTC (rev 24961)
+++ packages/rope/trunk/debian/control	2013-06-25 21:30:37 UTC (rev 24962)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: David Spreen <netzwurm at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: cdbs, debhelper (>= 7.0.0), python, python-central (>= 0.5.6)
-XS-Python-Version: >=2.5
+Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 7.0.0), python (>= 2.6.6-3~)
+X-Python-Version: >=2.5
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/rope/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/rope/trunk/
@@ -13,7 +13,6 @@
 Package: python-rope
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
-XB-Python-Version: ${python:Versions}
 Recommends: python-svn, mercurial, git-core
 Description: Python refactoring library
  Rope is a Python refactoring library that can be used with several editors

Deleted: packages/rope/trunk/debian/pycompat
===================================================================
--- packages/rope/trunk/debian/pycompat	2013-06-25 21:27:30 UTC (rev 24961)
+++ packages/rope/trunk/debian/pycompat	2013-06-25 21:30:37 UTC (rev 24962)
@@ -1 +0,0 @@
-2

Modified: packages/rope/trunk/debian/rules
===================================================================
--- packages/rope/trunk/debian/rules	2013-06-25 21:27:30 UTC (rev 24961)
+++ packages/rope/trunk/debian/rules	2013-06-25 21:30:37 UTC (rev 24962)
@@ -1,6 +1,4 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pycentral
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk




More information about the Python-modules-commits mailing list