[Python-modules-commits] r25519 - in packages/python-axiom/trunk/debian (changelog control)
mithrandi at users.alioth.debian.org
mithrandi at users.alioth.debian.org
Sun Aug 11 20:42:15 UTC 2013
Date: Sunday, August 11, 2013 @ 20:42:14
Author: mithrandi
Revision: 25519
Drop no longer needed python-twisted-conch dependency. (Closes: #591282)
Modified:
packages/python-axiom/trunk/debian/changelog
packages/python-axiom/trunk/debian/control
Modified: packages/python-axiom/trunk/debian/changelog
===================================================================
--- packages/python-axiom/trunk/debian/changelog 2013-08-11 20:41:41 UTC (rev 25518)
+++ packages/python-axiom/trunk/debian/changelog 2013-08-11 20:42:14 UTC (rev 25519)
@@ -4,6 +4,7 @@
* Remove MetaItem comparison methods patch (this was fixed in CPython
itself, see <http://bugs.python.org/issue7491>).
* Bump Python version specification (upstream only supports 2.6 and 2.7).
+ * Drop no longer needed python-twisted-conch dependency. (Closes: #591282)
-- Tristan Seligmann <mithrandi at debian.org> Sun, 11 Aug 2013 07:45:02 +0200
Modified: packages/python-axiom/trunk/debian/control
===================================================================
--- packages/python-axiom/trunk/debian/control 2013-08-11 20:41:41 UTC (rev 25518)
+++ packages/python-axiom/trunk/debian/control 2013-08-11 20:42:14 UTC (rev 25519)
@@ -3,8 +3,10 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Tristan Seligmann <mithrandi at debian.org>, Vincent Bernat <bernat at debian.org>
-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
+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-pysqlite2,
+ python-zopeinterface
Homepage: https://launchpad.net/divmod-axiom
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-axiom/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-axiom/trunk/
@@ -13,7 +15,8 @@
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
+Depends: ${python:Depends}, ${misc:Depends}, python-twisted-core,
+ python-epsilon (>= 0.5.11), python-pysqlite2, python-zopeinterface
Breaks: libsqlite3-0 (<< 3.6.12)
Description: Python object database
Divmod Axiom is an object database, or alternatively, an
More information about the Python-modules-commits
mailing list