[Python-modules-commits] r24967 - in packages/ropemacs/trunk/debian (4 files)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Tue Jun 25 21:41:59 UTC 2013
Date: Tuesday, June 25, 2013 @ 21:41:57
Author: dktrkranz
Revision: 24967
Convert from python-central to dh_python2
Modified:
packages/ropemacs/trunk/debian/changelog
packages/ropemacs/trunk/debian/control
packages/ropemacs/trunk/debian/rules
Deleted:
packages/ropemacs/trunk/debian/pycompat
Modified: packages/ropemacs/trunk/debian/changelog
===================================================================
--- packages/ropemacs/trunk/debian/changelog 2013-06-25 21:39:40 UTC (rev 24966)
+++ packages/ropemacs/trunk/debian/changelog 2013-06-25 21:41:57 UTC (rev 24967)
@@ -1,3 +1,10 @@
+ropemacs (0.6c2-5) unstable; urgency=low
+
+ * Team upload.
+ * Convert to dh_python2 (Closes: #617054).
+
+ -- Andrea Colangelo <warp10 at ubuntu.com> Sun, 09 Jun 2013 22:48:30 +0200
+
ropemacs (0.6c2-4) unstable; urgency=low
[ Sandro Tosi]
Modified: packages/ropemacs/trunk/debian/control
===================================================================
--- packages/ropemacs/trunk/debian/control 2013-06-25 21:39:40 UTC (rev 24966)
+++ packages/ropemacs/trunk/debian/control 2013-06-25 21:41:57 UTC (rev 24967)
@@ -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.1
Vcs-Svn: svn://svn.debian.org/python-modules/packages/ropemacs/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/ropemacs/trunk/
@@ -13,7 +13,6 @@
Package: python-ropemacs
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, pymacs, python-rope
-XB-Python-Version: ${python:Versions}
Description: Emacs mode for Python refactoring
Rope is a Python library that can be used with several editors and IDEs. It
provides many refactoring operations as well as forms of code assistance like
Deleted: packages/ropemacs/trunk/debian/pycompat
===================================================================
--- packages/ropemacs/trunk/debian/pycompat 2013-06-25 21:39:40 UTC (rev 24966)
+++ packages/ropemacs/trunk/debian/pycompat 2013-06-25 21:41:57 UTC (rev 24967)
@@ -1 +0,0 @@
-2
Modified: packages/ropemacs/trunk/debian/rules
===================================================================
--- packages/ropemacs/trunk/debian/rules 2013-06-25 21:39:40 UTC (rev 24966)
+++ packages/ropemacs/trunk/debian/rules 2013-06-25 21:41:57 UTC (rev 24967)
@@ -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