[Python-modules-commits] r17544 - in packages/decoratortools/trunk/debian (changelog control)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Sun Jun 19 18:20:55 UTC 2011
Date: Sunday, June 19, 2011 @ 18:20:54
Author: eriol-guest
Revision: 17544
- Renamed binary package from python-decoratortools to
python-peak.util.decorators to comply with Debian Python Policy
- Added a transitional dummy package for transition from
python-decoratortools to python-peak.util.decorators
Modified:
packages/decoratortools/trunk/debian/changelog
packages/decoratortools/trunk/debian/control
Modified: packages/decoratortools/trunk/debian/changelog
===================================================================
--- packages/decoratortools/trunk/debian/changelog 2011-06-19 18:17:50 UTC (rev 17543)
+++ packages/decoratortools/trunk/debian/changelog 2011-06-19 18:20:54 UTC (rev 17544)
@@ -7,10 +7,14 @@
- Updated Homepage
- Bumped Standards-Version to 3.9.2 (no changes needed)
- Added python-nose as build-dep
+ - Renamed binary package from python-decoratortools to
+ python-peak.util.decorators to comply with Debian Python Policy
+ - Added a transitional dummy package for transition from
+ python-decoratortools to python-peak.util.decorators
* debian/rules
- Added override_dh_auto_test to run tests at build time using python-nose
- -- Daniele Tricoli <eriol at mornie.org> Fri, 27 May 2011 17:03:32 +0200
+ -- Daniele Tricoli <eriol at mornie.org> Sun, 19 Jun 2011 20:07:22 +0200
decoratortools (1.8-1) unstable; urgency=low
Modified: packages/decoratortools/trunk/debian/control
===================================================================
--- packages/decoratortools/trunk/debian/control 2011-06-19 18:17:50 UTC (rev 17543)
+++ packages/decoratortools/trunk/debian/control 2011-06-19 18:20:54 UTC (rev 17544)
@@ -14,9 +14,11 @@
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/decoratortools/trunk/
XS-Python-Version: >= 2.5
-Package: python-decoratortools
+Package: python-peak.util.decorators
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
+Replaces: python-decoratortools (<< 1.8-2)
+Breaks: python-decoratortools (<< 1.8-2)
Description: version-agnostic decorators support for Python
DecoratorTools provides decorator facilities for Python 2.3 and above. It
provides class and function decorators as well as support for decorating
@@ -24,3 +26,14 @@
.
DecoratorTools is part of the PEAK (Python Enterprise Architecture Kit)
framework and provides the peak.util.decorators module.
+
+Package: python-decoratortools
+Architecture: all
+Depends: ${misc:Depends},
+ ${python:Depends},
+ python-peak.util.decorators (>= 1.8-2)
+Description: transitional dummy package for python-peak.util.decorators
+ This is a dummy package for transition from python-decoratortools to
+ python-peak.util.decorators.
+ .
+ It can be safely removed.
More information about the Python-modules-commits
mailing list