[Python-modules-commits] r20679 - in packages/python-axiom/trunk/debian (4 files)
adejong at users.alioth.debian.org
adejong at users.alioth.debian.org
Sun Mar 4 20:26:08 UTC 2012
Date: Sunday, March 4, 2012 @ 20:26:06
Author: adejong
Revision: 20679
* Moved packaging from python-central to dh_python2 (Closes: #616994).
Modified:
packages/python-axiom/trunk/debian/changelog
packages/python-axiom/trunk/debian/control
packages/python-axiom/trunk/debian/rules
Deleted:
packages/python-axiom/trunk/debian/pyversions
Modified: packages/python-axiom/trunk/debian/changelog
===================================================================
--- packages/python-axiom/trunk/debian/changelog 2012-03-04 18:48:20 UTC (rev 20678)
+++ packages/python-axiom/trunk/debian/changelog 2012-03-04 20:26:06 UTC (rev 20679)
@@ -1,9 +1,13 @@
python-axiom (0.6.0-3) UNRELEASED; urgency=low
+ [ Vincent Bernat ]
* Remove dependency to quilt. Adjust debian/rules accordingly.
- -- Vincent Bernat <bernat at debian.org> Tue, 02 Mar 2010 08:29:37 +0100
+ [ Arthur de Jong ]
+ * Moved packaging from python-central to dh_python2 (Closes: #616994).
+ -- Arthur de Jong <adejong at debian.org> Sun, 04 Mar 2012 21:25:00 +0100
+
python-axiom (0.6.0-2) unstable; urgency=low
[ Jakub Wilk ]
@@ -138,4 +142,3 @@
* Initial release (Closes: #414892)
-- Stefano Zacchiroli <zack at debian.org> Fri, 16 Mar 2007 11:37:34 +0100
-
Modified: packages/python-axiom/trunk/debian/control
===================================================================
--- packages/python-axiom/trunk/debian/control 2012-03-04 18:48:20 UTC (rev 20678)
+++ packages/python-axiom/trunk/debian/control 2012-03-04 20:26:06 UTC (rev 20679)
@@ -3,19 +3,18 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Tristan Seligmann <mithrandi at mithrandi.net>, Vincent Bernat <bernat at debian.org>
-Build-Depends: debhelper (>= 6), cdbs (>= 0.4.43), python, python-central (>= 0.5.6), python-epsilon (>= 0.6.0-2~)
+Build-Depends: debhelper (>= 6), cdbs (>= 0.4.90~), python-all (>= 2.6.6-3~), python-epsilon (>= 0.6.0-2~)
Build-Depends-Indep: python-twisted-core, python-twisted-conch, python-pysqlite2, python-zopeinterface
Homepage: http://www.divmod.org/trac/wiki/DivmodAxiom
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-axiom/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-axiom/trunk/
Standards-Version: 3.8.4
-XS-Python-Version: >=2.4
+X-Python-Version: >= 2.4
Package: python-axiom
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-twisted-core, python-twisted-conch, python-epsilon (>= 0.5.11), python-pysqlite2, python-zopeinterface
Conflicts: libsqlite3-0 (<< 3.6.12)
-XB-Python-Version: ${python:Versions}
Description: Python object database
Divmod Axiom is an object database, or alternatively, an
object-relational mapper, implemented on top of Python.
Deleted: packages/python-axiom/trunk/debian/pyversions
===================================================================
--- packages/python-axiom/trunk/debian/pyversions 2012-03-04 18:48:20 UTC (rev 20678)
+++ packages/python-axiom/trunk/debian/pyversions 2012-03-04 20:26:06 UTC (rev 20679)
@@ -1 +0,0 @@
-2.4-
Modified: packages/python-axiom/trunk/debian/rules
===================================================================
--- packages/python-axiom/trunk/debian/rules 2012-03-04 18:48:20 UTC (rev 20678)
+++ packages/python-axiom/trunk/debian/rules 2012-03-04 20:26:06 UTC (rev 20679)
@@ -1,5 +1,4 @@
#!/usr/bin/make -f
-DEB_PYTHON_SYSTEM = pycentral
DEB_INSTALL_MANPAGES_python-axiom := debian/axiomatic.1
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