[Python-modules-commits] r7612 - in packages/python-axiom/trunk/debian (control)

mithrandi-guest at users.alioth.debian.org mithrandi-guest at users.alioth.debian.org
Tue Feb 17 21:13:31 UTC 2009


    Date: Tuesday, February 17, 2009 @ 21:13:31
  Author: mithrandi-guest
Revision: 7612

Add python-zopeinterface dependency; this is a transitive dependency of python-twisted-core, but should be explicit.

Modified:
  packages/python-axiom/trunk/debian/control

Modified: packages/python-axiom/trunk/debian/control
===================================================================
--- packages/python-axiom/trunk/debian/control	2009-02-17 21:12:26 UTC (rev 7611)
+++ packages/python-axiom/trunk/debian/control	2009-02-17 21:13:31 UTC (rev 7612)
@@ -4,7 +4,7 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Stefano Zacchiroli <zack at debian.org>, Tristan Seligmann <mithrandi at mithrandi.net>, Vincent Bernat <bernat at debian.org>
 Build-Depends: debhelper (>= 6), cdbs (>= 0.4.43), python, python-support (>= 0.4)
-Build-Depends-Indep: python-twisted-core, python-twisted-conch, python-epsilon (>= 0.5.11), python-pysqlite2
+Build-Depends-Indep: python-twisted-core, python-twisted-conch, python-epsilon (>= 0.5.11), 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/
@@ -12,7 +12,7 @@
 
 Package: python-axiom
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-twisted-core, python-twisted-conch, python-epsilon (>= 0.5.11), python-pysqlite2
+Depends: ${python:Depends}, ${misc:Depends}, python-twisted-core, python-twisted-conch, python-epsilon (>= 0.5.11), python-pysqlite2, python-zopeinterface
 Description: a Python object database
  Divmod Axiom is an object database, or alternatively, an
  object-relational mapper, implemented on top of Python.




More information about the Python-modules-commits mailing list