[Python-modules-commits] r2597 - /packages/psycopg/trunk/debian/control

kobold at users.alioth.debian.org kobold at users.alioth.debian.org
Sun Jun 24 10:08:36 UTC 2007


Author: kobold
Date: Sun Jun 24 10:08:36 2007
New Revision: 2597

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2597
Log:
Fixed a few lintian warnings.

Modified:
    packages/psycopg/trunk/debian/control

Modified: packages/psycopg/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/psycopg/trunk/debian/control?rev=2597&op=diff
==============================================================================
--- packages/psycopg/trunk/debian/control (original)
+++ packages/psycopg/trunk/debian/control Sun Jun 24 10:08:36 2007
@@ -28,7 +28,7 @@
 Package: zope-psycopgda
 Architecture: all
 Section: python
-Depends: ${zope:Depends}, python-psycopg (>= ${Source-Version})
+Depends: ${zope:Depends}, python-psycopg (>= ${source:Version})
 Description: Zope database adapter based on python-psycopg
  The package contains the PostgreSQL database adapter for Zope 2.7, 2.8 and
  2.9 based on the psycopg Python module.
@@ -36,7 +36,7 @@
 Package: python-psycopgda
 Architecture: all
 Section: python
-Depends: ${zope:Depends}, python-psycopg (>= ${Source-Version})
+Depends: ${zope:Depends}, python-psycopg (>= ${source:Version})
 XB-Python-Version: ${zope:PythonVersion}
 Description: Zope database adapter based on python-psycopg -- zope3 version
  The package contains the PostgreSQL database adapter for Zope 3 based on




More information about the Python-modules-commits mailing list