[Python-modules-commits] r10156 - in packages/python-cloudfiles/trunk/debian (3 files)

mshuler-guest at users.alioth.debian.org mshuler-guest at users.alioth.debian.org
Tue Oct 20 21:05:00 UTC 2009


    Date: Tuesday, October 20, 2009 @ 21:04:58
  Author: mshuler-guest
Revision: 10156

s/UNRELEASED/unstable/
- built 1.5.1 upstream release
- moved source docs/ to html/ for clarity

Modified:
  packages/python-cloudfiles/trunk/debian/changelog
  packages/python-cloudfiles/trunk/debian/python-cloudfiles.doc-base
  packages/python-cloudfiles/trunk/debian/rules

Modified: packages/python-cloudfiles/trunk/debian/changelog
===================================================================
--- packages/python-cloudfiles/trunk/debian/changelog	2009-10-20 17:01:42 UTC (rev 10155)
+++ packages/python-cloudfiles/trunk/debian/changelog	2009-10-20 21:04:58 UTC (rev 10156)
@@ -1,5 +1,5 @@
-python-cloudfiles (1.4.0-1) UNRELEASED; urgency=low
+python-cloudfiles (1.5.1-1) unstable; urgency=low
 
   * Initial Debian release of python-cloudfiles (Closes: #543118)
 
- -- Michael Shuler <michael at pbandjelly.org>  Fri, 16 Oct 2009 15:58:13 -0500
+ -- Michael Shuler <michael at pbandjelly.org>  Tue, 20 Oct 2009 16:02:13 -0500

Modified: packages/python-cloudfiles/trunk/debian/python-cloudfiles.doc-base
===================================================================
--- packages/python-cloudfiles/trunk/debian/python-cloudfiles.doc-base	2009-10-20 17:01:42 UTC (rev 10155)
+++ packages/python-cloudfiles/trunk/debian/python-cloudfiles.doc-base	2009-10-20 21:04:58 UTC (rev 10156)
@@ -5,5 +5,5 @@
 Section: Programming/Python
 
 Format: HTML
-Index: /usr/share/doc/python-cloudfiles/docs/index.html
-Files: /usr/share/doc/python-cloudfiles/docs/*.html
+Index: /usr/share/doc/python-cloudfiles/html/index.html
+Files: /usr/share/doc/python-cloudfiles/html/*.html

Modified: packages/python-cloudfiles/trunk/debian/rules
===================================================================
--- packages/python-cloudfiles/trunk/debian/rules	2009-10-20 17:01:42 UTC (rev 10155)
+++ packages/python-cloudfiles/trunk/debian/rules	2009-10-20 21:04:58 UTC (rev 10156)
@@ -1,11 +1,12 @@
 #!/usr/bin/make -f
 
-# Verbose mode
-#export DH_VERBOSE=1
-
 %:
 	dh $@
 
+override_dh_installdocs:
+	dh_installdocs
+	mv debian/python-cloudfiles/usr/share/doc/python-cloudfiles/docs \
+		debian/python-cloudfiles/usr/share/doc/python-cloudfiles/html
+
 override_dh_compress:
-	dh_compress -X.py -X.js -X.txt
-
+	dh_compress -X.py -X.js -Xapi-objects.txt




More information about the Python-modules-commits mailing list