Package: python-decorator Version: 3.2.0-1 Severity: minor Tags: patch Hi,
The website currently pointed to by the Homepage control field documents an obsolete version, and explicitly points us to an URL with up-to-date content [1]. [0] http://www.phyast.pitt.edu/~micheles/python/documentation.html [1] http://pypi.python.org/pypi/decorator The attached patch (against current packaging SVN repository) fixes this. Bye, -- intrigeri <[email protected]> | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc | Did you exchange a walk on part in the war | for a lead role in the cage?
diff -Naur python-decorator.orig/debian/control python-decorator/debian/control --- python-decorator.orig/debian/control 2011-05-11 00:25:00.289596465 +0200 +++ python-decorator/debian/control 2011-05-11 00:25:36.297897642 +0200 @@ -8,7 +8,7 @@ Standards-Version: 3.8.4 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-decorator/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-decorator/trunk/ -Homepage: http://www.phyast.pitt.edu/~micheles/python/documentation.html +Homepage: http://pypi.python.org/pypi/decorator Package: python-decorator Architecture: all
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

