[Python-modules-commits] r1876 - in /packages/python-axiom/trunk/debian: changelog control

zack at users.alioth.debian.org zack at users.alioth.debian.org
Thu Mar 15 10:52:06 CET 2007


Author: zack
Date: Thu Mar 15 09:52:06 2007
New Revision: 1876

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1876
Log:
axiom needs pysqlite2

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

Modified: packages/python-axiom/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-axiom/trunk/debian/changelog?rev=1876&op=diff
==============================================================================
--- packages/python-axiom/trunk/debian/changelog (original)
+++ packages/python-axiom/trunk/debian/changelog Thu Mar 15 09:52:06 2007
@@ -1,6 +1,6 @@
-python-axiom (0.5.0-1) unstable; urgency=low
+python-axiom (0.5.0-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #414892)
 
- -- Stefano Zacchiroli <zack at debian.org>  Wed, 14 Mar 2007 18:13:48 +0100
+ -- Stefano Zacchiroli <zack at debian.org>  Thu, 15 Mar 2007 10:47:38 +0100
 

Modified: packages/python-axiom/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-axiom/trunk/debian/control?rev=1876&op=diff
==============================================================================
--- packages/python-axiom/trunk/debian/control (original)
+++ packages/python-axiom/trunk/debian/control Thu Mar 15 09:52:06 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Stefano Zacchiroli <zack at debian.org>
 Build-Depends: debhelper (>= 5), cdbs, python, python-support (>= 0.3)
-Build-Depends-Indep: python-twisted-core, python-epsilon, python-sqlite
+Build-Depends-Indep: python-twisted-core, python-epsilon, python-pysqlite2
 XS-Python-Version: all
 XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-axiom/trunk/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/trunk/packages/python-axiom/trunk/
@@ -11,7 +11,7 @@
 
 Package: python-axiom
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-twisted-core, python-epsilon, python-sqlite
+Depends: ${python:Depends}, ${misc:Depends}, python-twisted-core, python-epsilon, python-pysqlite2
 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