[Python-modules-commits] r2561 - /packages/decoratortools/trunk/debian/control

kov at users.alioth.debian.org kov at users.alioth.debian.org
Mon Jun 18 16:56:54 UTC 2007


Author: kov
Date: Mon Jun 18 16:56:54 2007
New Revision: 2561

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2561
Log:
make the package depend on python-support >= 0.7, since
it is the one providing namespaces support

Modified:
    packages/decoratortools/trunk/debian/control

Modified: packages/decoratortools/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/decoratortools/trunk/debian/control?rev=2561&op=diff
==============================================================================
--- packages/decoratortools/trunk/debian/control (original)
+++ packages/decoratortools/trunk/debian/control Mon Jun 18 16:56:54 2007
@@ -11,7 +11,7 @@
 Package: python-decoratortools
 Architecture: all
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}
+Depends: ${python:Depends}, python-support (>= 0.7)
 Provides: ${python:Provides}
 Description: version-agnostic decorators support for Python
  DecoratorTools provides decorator facilities for Python 2.3 and
@@ -20,4 +20,4 @@
  DecoratorTools is part of the PEAK (Python Enterprise Architecture
  Kit) framework and provides the peak.util.decorators module.
  .
-  Homepage: http://cheeseshop.python.org/pypi/DecoratorTools/
+  Homepage: http://cheeseshop.python.org/pypi/DecoratorTools/




More information about the Python-modules-commits mailing list