[Python-modules-commits] r2708 - in /packages/python-openid/trunk/debian: changelog docs rules

dottedmag-guest at users.alioth.debian.org dottedmag-guest at users.alioth.debian.org
Wed Jul 11 17:46:13 UTC 2007


Author: dottedmag-guest
Date: Wed Jul 11 17:46:13 2007
New Revision: 2708

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2708
Log:
* New upstream release (Closes: #429355, #429628, #430620).
* Do not compress examples directory (Closes: #429630).
* epydoc documentation moved to html/ subdir.

Modified:
    packages/python-openid/trunk/debian/changelog
    packages/python-openid/trunk/debian/docs
    packages/python-openid/trunk/debian/rules

Modified: packages/python-openid/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-openid/trunk/debian/changelog?rev=2708&op=diff
==============================================================================
--- packages/python-openid/trunk/debian/changelog (original)
+++ packages/python-openid/trunk/debian/changelog Wed Jul 11 17:46:13 2007
@@ -1,3 +1,11 @@
+python-openid (2.0.1-1) unstable; urgency=low
+
+  * New upstream release (Closes: #429355, #429628, #430620).
+  * Do not compress examples directory (Closes: #429630).
+  * epydoc documentation moved to html/ subdir.
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Wed, 04 Jul 2007 14:06:56 +0700
+
 python-openid (2.0.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/python-openid/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/python-openid/trunk/debian/docs?rev=2708&op=diff
==============================================================================
--- packages/python-openid/trunk/debian/docs (original)
+++ packages/python-openid/trunk/debian/docs Wed Jul 11 17:46:13 2007
@@ -1,4 +1,5 @@
 README
 NOTICE
 background-associations.txt
-doc/*
+html
+

Modified: packages/python-openid/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-openid/trunk/debian/rules?rev=2708&op=diff
==============================================================================
--- packages/python-openid/trunk/debian/rules (original)
+++ packages/python-openid/trunk/debian/rules Wed Jul 11 17:46:13 2007
@@ -1,8 +1,12 @@
 #!/usr/bin/make -f
 
 DEB_DH_INSTALLCHANGELOGS_ARGS=NEWS
+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/class/python-distutils.mk




More information about the Python-modules-commits mailing list