[Python-modules-commits] r3710 - in /packages/python-openid/trunk/debian: changelog control docs patches/ patches/build-extensions.patch patches/series rules watch

dottedmag-guest at users.alioth.debian.org dottedmag-guest at users.alioth.debian.org
Tue Nov 20 10:44:14 UTC 2007


Author: dottedmag-guest
Date: Tue Nov 20 10:44:14 2007
New Revision: 3710

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3710
Log:
* Package updated to 2.0.2

Added:
    packages/python-openid/trunk/debian/patches/
    packages/python-openid/trunk/debian/patches/build-extensions.patch
    packages/python-openid/trunk/debian/patches/series
Modified:
    packages/python-openid/trunk/debian/changelog
    packages/python-openid/trunk/debian/control
    packages/python-openid/trunk/debian/docs
    packages/python-openid/trunk/debian/rules
    packages/python-openid/trunk/debian/watch

Modified: packages/python-openid/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-openid/trunk/debian/changelog?rev=3710&op=diff
==============================================================================
--- packages/python-openid/trunk/debian/changelog (original)
+++ packages/python-openid/trunk/debian/changelog Tue Nov 20 10:44:14 2007
@@ -1,3 +1,17 @@
+python-openid (2.0.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * urljr and yadis libraries are now in openid - dropping dependencies
+    (Closes: #441926).
+  * Package can now be built twice in a row. Thanks for clean solution
+    goes to Kumar Appaiah (Closes: #442713).
+  * quilt added to manage patches.
+  * Added patch build-extensions.patch, enabling openid.extensions to be
+    packaged.
+  * Watch file updated.
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Sat, 15 Sep 2007 14:09:38 +0700
+
 python-openid (2.0.1-1) unstable; urgency=low
 
   * New upstream release (Closes: #430620)

Modified: packages/python-openid/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-openid/trunk/debian/control?rev=3710&op=diff
==============================================================================
--- packages/python-openid/trunk/debian/control (original)
+++ packages/python-openid/trunk/debian/control Tue Nov 20 10:44:14 2007
@@ -3,13 +3,13 @@
 Priority: optional
 Maintainer: Mikhail Gusarov <dottedmag at dottedmag.net>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.41), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6)
+Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.41), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), quilt
 Standards-Version: 3.7.2
 XS-Python-Version: all
 
 Package: python-openid
 Architecture: all
-Depends: ${python:Depends}, python-yadis (>= 1.1.0), python-urljr (>= 1.0.1)
+Depends: ${python:Depends}
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
 Description: OpenID support for servers and consumers

Modified: packages/python-openid/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/python-openid/trunk/debian/docs?rev=3710&op=diff
==============================================================================
--- packages/python-openid/trunk/debian/docs (original)
+++ packages/python-openid/trunk/debian/docs Tue Nov 20 10:44:14 2007
@@ -1,5 +1,3 @@
 README
 NOTICE
 background-associations.txt
-html
-

Added: packages/python-openid/trunk/debian/patches/build-extensions.patch
URL: http://svn.debian.org/wsvn/python-modules/packages/python-openid/trunk/debian/patches/build-extensions.patch?rev=3710&op=file
==============================================================================
--- packages/python-openid/trunk/debian/patches/build-extensions.patch (added)
+++ packages/python-openid/trunk/debian/patches/build-extensions.patch Tue Nov 20 10:44:14 2007
@@ -1,0 +1,12 @@
+Index: python-openid-2.0.2/setup.py
+===================================================================
+--- python-openid-2.0.2.orig/setup.py	2007-11-20 16:34:45.000000000 +0600
++++ python-openid-2.0.2/setup.py	2007-11-20 16:34:59.000000000 +0600
+@@ -42,6 +42,7 @@
+     url='http://www.openidenabled.com/openid/libraries/python/',
+     packages=['openid',
+               'openid.consumer',
++              'openid.extensions',
+               'openid.server',
+               'openid.store',
+               'openid.yadis',

Added: packages/python-openid/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/python-modules/packages/python-openid/trunk/debian/patches/series?rev=3710&op=file
==============================================================================
--- packages/python-openid/trunk/debian/patches/series (added)
+++ packages/python-openid/trunk/debian/patches/series Tue Nov 20 10:44:14 2007
@@ -1,0 +1,1 @@
+build-extensions.patch

Modified: packages/python-openid/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-openid/trunk/debian/rules?rev=3710&op=diff
==============================================================================
--- packages/python-openid/trunk/debian/rules (original)
+++ packages/python-openid/trunk/debian/rules Tue Nov 20 10:44:14 2007
@@ -1,12 +1,11 @@
 #!/usr/bin/make -f
 
 DEB_DH_INSTALLCHANGELOGS_ARGS=NEWS
+DEB_DH_INSTALL_ARGS="doc/*" usr/share/doc/python-openid/html
 DEB_COMPRESS_EXCLUDE=examples
 
 DEB_PYTHON_SYSTEM=pycentral
 
-install/python-openid::
-	mv doc html
-
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/python-distutils.mk

Modified: packages/python-openid/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/python-openid/trunk/debian/watch?rev=3710&op=diff
==============================================================================
--- packages/python-openid/trunk/debian/watch (original)
+++ packages/python-openid/trunk/debian/watch Tue Nov 20 10:44:14 2007
@@ -3,4 +3,4 @@
 #
 # 2.0.0-rc3b is actually RC before 2.0.0, so mangle it to 2.0.0~rc3b
 #
-opts="uversionmangle=s/-rc/~rc/" http://www.openidenabled.com/resources/downloads/python-openid/python-openid-(.*)\.tar\.bz2
+opts="uversionmangle=s/-rc/~rc/" http://openidenabled.com/files/python-openid/packages/python-openid-(.*)\.tar\.bz2




More information about the Python-modules-commits mailing list