[Python-modules-commits] r17183 - in packages/decoratortools/trunk/debian (4 files)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Fri May 27 14:31:32 UTC 2011
Date: Friday, May 27, 2011 @ 14:31:31
Author: eriol-guest
Revision: 17183
Cleanup
Modified:
packages/decoratortools/trunk/debian/changelog
packages/decoratortools/trunk/debian/control
Deleted:
packages/decoratortools/trunk/debian/pycompat
packages/decoratortools/trunk/debian/pyversions
Modified: packages/decoratortools/trunk/debian/changelog
===================================================================
--- packages/decoratortools/trunk/debian/changelog 2011-05-27 14:21:53 UTC (rev 17182)
+++ packages/decoratortools/trunk/debian/changelog 2011-05-27 14:31:31 UTC (rev 17183)
@@ -4,8 +4,9 @@
- Removed Chris and added Debian Python Modules Team to Maintainer
- Added myself to Uploaders (Closes: #590781)
- Switched Vcs-* fields to DPMT subversion repository
+ - Updated Homepage
- -- Daniele Tricoli <eriol at mornie.org> Fri, 27 May 2011 00:10:10 +0200
+ -- Daniele Tricoli <eriol at mornie.org> Fri, 27 May 2011 16:26:00 +0200
decoratortools (1.8-1) unstable; urgency=low
Modified: packages/decoratortools/trunk/debian/control
===================================================================
--- packages/decoratortools/trunk/debian/control 2011-05-27 14:21:53 UTC (rev 17182)
+++ packages/decoratortools/trunk/debian/control 2011-05-27 14:31:31 UTC (rev 17183)
@@ -3,10 +3,10 @@
Uploaders: Daniele Tricoli <eriol at mornie.org>
Section: python
Priority: optional
-Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: python-setuptools (>= 0.6.14), python-support
+Build-Depends: debhelper (>= 7.0.50~), python-all,
+ python-setuptools (>= 0.6.14), python-support
Standards-Version: 3.9.1
-Homepage: http://cheeseshop.python.org/pypi/DecoratorTools/
+Homepage: http://pypi.python.org/pypi/DecoratorTools/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/decoratortools/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/decoratortools/trunk/
XS-Python-Version: >= 2.5
@@ -14,8 +14,6 @@
Package: python-decoratortools
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-support
-XB-Python-Version: ${python:Versions}
-Provides: ${python:Provides}
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
Deleted: packages/decoratortools/trunk/debian/pycompat
===================================================================
--- packages/decoratortools/trunk/debian/pycompat 2011-05-27 14:21:53 UTC (rev 17182)
+++ packages/decoratortools/trunk/debian/pycompat 2011-05-27 14:31:31 UTC (rev 17183)
@@ -1 +0,0 @@
-2
Deleted: packages/decoratortools/trunk/debian/pyversions
===================================================================
--- packages/decoratortools/trunk/debian/pyversions 2011-05-27 14:21:53 UTC (rev 17182)
+++ packages/decoratortools/trunk/debian/pyversions 2011-05-27 14:31:31 UTC (rev 17183)
@@ -1 +0,0 @@
-2.3-
\ No newline at end of file
More information about the Python-modules-commits
mailing list