[Python-modules-commits] r24994 - in packages/python-pytc/trunk/debian (4 files)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Thu Jun 27 16:53:31 UTC 2013
Date: Thursday, June 27, 2013 @ 16:53:29
Author: dktrkranz
Revision: 24994
Convert from python-central to dh_python2
Modified:
packages/python-pytc/trunk/debian/changelog
packages/python-pytc/trunk/debian/control
packages/python-pytc/trunk/debian/rules
Deleted:
packages/python-pytc/trunk/debian/pycompat
Modified: packages/python-pytc/trunk/debian/changelog
===================================================================
--- packages/python-pytc/trunk/debian/changelog 2013-06-27 16:35:51 UTC (rev 24993)
+++ packages/python-pytc/trunk/debian/changelog 2013-06-27 16:53:29 UTC (rev 24994)
@@ -1,9 +1,15 @@
-python-pytc (0.8-2) UNRELEASED; urgency=low
+python-pytc (0.8-2) unstable; urgency=low
+ * Team upload.
+
+ [ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:03:16 +0200
+ [ Andrea Colangelo ]
+ * Convert to dh_python2 (Closes: #617026).
+ -- Andrea Colangelo <warp10 at ubuntu.com> Sun, 05 May 2013 16:03:16 +0200
+
python-pytc (0.8-1) unstable; urgency=low
* New upstream release.
Modified: packages/python-pytc/trunk/debian/control
===================================================================
--- packages/python-pytc/trunk/debian/control 2013-06-27 16:35:51 UTC (rev 24993)
+++ packages/python-pytc/trunk/debian/control 2013-06-27 16:53:29 UTC (rev 24994)
@@ -4,9 +4,8 @@
Maintainer: Vernon Tang <vt at foilhead.net>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
Robert S. Edmonds <edmonds at debian.org>
-Build-Depends: debhelper (>= 7), cdbs (>= 0.4.41), quilt, python-central,
- python-all-dev (>= 2.3), python-all-dbg (>= 2.3), libtokyocabinet-dev (>= 1.3.6)
-XS-Python-Version: >= 2.3
+Build-Depends: debhelper (>= 7), cdbs (>= 0.4.90~), quilt, python-all-dev (>= 2.6.6-3~), python-all-dbg (>= 2.6.6-3~), libtokyocabinet-dev (>= 1.3.6)
+X-Python-Version: >= 2.3
Standards-Version: 3.9.1
Homepage: http://pypi.python.org/pypi/pytc/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-pytc/trunk/
@@ -28,7 +27,6 @@
Depends: python-pytc (= ${binary:Version}),
${shlibs:Depends}, ${misc:Depends}, python-dbg
Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
Description: Python bindings for the Tokyo Cabinet database (debug extension)
This package contains the pytc module, which gives Python programs the
ability to work with Tokyo Cabinet database files.
Deleted: packages/python-pytc/trunk/debian/pycompat
===================================================================
--- packages/python-pytc/trunk/debian/pycompat 2013-06-27 16:35:51 UTC (rev 24993)
+++ packages/python-pytc/trunk/debian/pycompat 2013-06-27 16:53:29 UTC (rev 24994)
@@ -1 +0,0 @@
-2
Modified: packages/python-pytc/trunk/debian/rules
===================================================================
--- packages/python-pytc/trunk/debian/rules 2013-06-27 16:35:51 UTC (rev 24993)
+++ packages/python-pytc/trunk/debian/rules 2013-06-27 16:53:29 UTC (rev 24994)
@@ -1,7 +1,5 @@
#!/usr/bin/make -f
-DEB_PYTHON_SYSTEM=pycentral
-
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
include /usr/share/cdbs/1/class/python-distutils.mk
More information about the Python-modules-commits
mailing list