[Python-modules-commits] r845 - in /packages/configobj/trunk/debian: changelog control

kov at users.alioth.debian.org kov at users.alioth.debian.org
Thu Jun 15 21:47:40 UTC 2006


Author: kov
Date: Thu Jun 15 21:47:40 2006
New Revision: 845

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=845
Log:
provide version-specific virtual packages

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

Modified: packages/configobj/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/configobj/trunk/debian/changelog?rev=845&op=diff
==============================================================================
--- packages/configobj/trunk/debian/changelog (original)
+++ packages/configobj/trunk/debian/changelog Thu Jun 15 21:47:40 2006
@@ -12,6 +12,7 @@
     which implement the new Python Policy
   - add the python X-headers, and replaced the Dependencies with a
     substitution variable that will be filled by the packaging tools
+  - added Provides to provide all the version specific virtual packages
   * debian/python-configobj.{postinst,prerm}:
   - removed; will be created automatically by dh_pysupport
   * debian/rules:

Modified: packages/configobj/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/configobj/trunk/debian/control?rev=845&op=diff
==============================================================================
--- packages/configobj/trunk/debian/control (original)
+++ packages/configobj/trunk/debian/control Thu Jun 15 21:47:40 2006
@@ -12,6 +12,7 @@
 Architecture: all
 XB-Python-Version: ${python:Versions}
 Depends: ${python:Depends}
+Provides: ${python:Provides}
 Description: a simple but powerful config file reader and writer for Python
  ConfigObj is a simple but powerful config file reader and writer: an
  ini file round tripper. Its main feature is that it is very easy to




More information about the Python-modules-commits mailing list