[Python-modules-commits] r14145 - in packages/sqlalchemy/trunk/debian (changelog control)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat Aug 7 02:44:00 UTC 2010


    Date: Saturday, August 7, 2010 @ 02:43:59
  Author: piotr
Revision: 14145

Use ${python3:Depends} in python3-sqlalchemy package (closes: 591954)

Modified:
  packages/sqlalchemy/trunk/debian/changelog
  packages/sqlalchemy/trunk/debian/control

Modified: packages/sqlalchemy/trunk/debian/changelog
===================================================================
--- packages/sqlalchemy/trunk/debian/changelog	2010-08-07 02:41:53 UTC (rev 14144)
+++ packages/sqlalchemy/trunk/debian/changelog	2010-08-07 02:43:59 UTC (rev 14145)
@@ -1,3 +1,9 @@
+sqlalchemy (0.6.3-2) UNRELEASED; urgency=low
+
+  * Use ${python3:Depends} in python3-sqlalchemy package (closes: 591954)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Fri, 06 Aug 2010 22:42:27 -0400
+
 sqlalchemy (0.6.3-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/sqlalchemy/trunk/debian/control
===================================================================
--- packages/sqlalchemy/trunk/debian/control	2010-08-07 02:41:53 UTC (rev 14144)
+++ packages/sqlalchemy/trunk/debian/control	2010-08-07 02:43:59 UTC (rev 14145)
@@ -85,7 +85,7 @@
 
 Package: python3-sqlalchemy
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python3:Depends}, ${misc:Depends}
 Suggests: python-sqlalchemy-doc
 Description: SQL toolkit and Object Relational Mapper for Python 3
  SQLAlchemy is an SQL database abstraction library for Python.




More information about the Python-modules-commits mailing list