[Python-modules-commits] r16224 - in packages/python-openid/trunk/debian (4 files)

dottedmag at users.alioth.debian.org dottedmag at users.alioth.debian.org
Fri Mar 25 10:33:36 UTC 2011


    Date: Friday, March 25, 2011 @ 10:33:18
  Author: dottedmag
Revision: 16224

Update python-openid package to 2.2.5-1

Modified:
  packages/python-openid/trunk/debian/changelog
  packages/python-openid/trunk/debian/control
  packages/python-openid/trunk/debian/rules
  packages/python-openid/trunk/debian/watch

Modified: packages/python-openid/trunk/debian/changelog
===================================================================
--- packages/python-openid/trunk/debian/changelog	2011-03-25 08:43:21 UTC (rev 16223)
+++ packages/python-openid/trunk/debian/changelog	2011-03-25 10:33:18 UTC (rev 16224)
@@ -1,3 +1,19 @@
+python-openid (2.2.5-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control:
+    - Update my e-mail address.
+    - Update homepage as upstream moved to GitHub.
+    - Bump Standards-Version to 3.9.1, no changes required.
+    - Add python-epydoc to Build-Depends to generate documentation during
+      build.
+  * debian/watch:
+    - Update download URL as upstream moved to GitHub.
+  * debian/rules:
+    - Generate epydoc documentation during build.
+
+ -- Mikhail Gusarov <dottedmag at debian.org>  Fri, 25 Mar 2011 10:30:17 +0100
+
 python-openid (2.2.4-2) unstable; urgency=low
 
   * debian/pycompat: remove useless file.

Modified: packages/python-openid/trunk/debian/control
===================================================================
--- packages/python-openid/trunk/debian/control	2011-03-25 08:43:21 UTC (rev 16223)
+++ packages/python-openid/trunk/debian/control	2011-03-25 10:33:18 UTC (rev 16224)
@@ -1,14 +1,14 @@
 Source: python-openid
 Section: python
 Priority: optional
-Maintainer: Mikhail Gusarov <dottedmag at dottedmag.net>
+Maintainer: Mikhail Gusarov <dottedmag at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.0.50~), python
 Build-Depends-Indep: python-support (>= 0.6.4)
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-openid/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-openid/trunk/
-Homepage: http://openidenabled.com/python-openid/
+Homepage: http://github.com/openid/python-openid
 
 Package: python-openid
 Architecture: all

Modified: packages/python-openid/trunk/debian/rules
===================================================================
--- packages/python-openid/trunk/debian/rules	2011-03-25 08:43:21 UTC (rev 16223)
+++ packages/python-openid/trunk/debian/rules	2011-03-25 10:33:18 UTC (rev 16224)
@@ -3,7 +3,8 @@
 	dh $@
 
 override_dh_install:
-	dh_install "doc/*" usr/share/doc/python-openid/html
+	mkdir -p debian/python-openid/usr/share/doc/python-openid/html
+	epydoc -o debian/python-openid/usr/share/doc/python-openid/html openid
 
 override_dh_compress:
 	dh_compress -X.py -Xexamples

Modified: packages/python-openid/trunk/debian/watch
===================================================================
--- packages/python-openid/trunk/debian/watch	2011-03-25 08:43:21 UTC (rev 16223)
+++ packages/python-openid/trunk/debian/watch	2011-03-25 10:33:18 UTC (rev 16224)
@@ -1,4 +1,2 @@
 version=3
-
-# I just consider numerical versions, not all those "-rc" or something funnier than that
-http://openidenabled.com/files/python-openid/packages/python-openid-([\d.]*)\.tar\.bz2
+http://githubredir.debian.net/github/openid/python-openid/ (.*).tar.gz




More information about the Python-modules-commits mailing list