[Python-modules-commits] r16986 - in packages/python-mock/trunk/debian (changelog patches rules)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Sun May 8 20:39:48 UTC 2011


    Date: Sunday, May 8, 2011 @ 20:39:46
  Author: fladi-guest
Revision: 16986

New upstream release.

Modified:
  packages/python-mock/trunk/debian/changelog
  packages/python-mock/trunk/debian/rules
Deleted:
  packages/python-mock/trunk/debian/patches/

Modified: packages/python-mock/trunk/debian/changelog
===================================================================
--- packages/python-mock/trunk/debian/changelog	2011-05-08 20:10:19 UTC (rev 16985)
+++ packages/python-mock/trunk/debian/changelog	2011-05-08 20:39:46 UTC (rev 16986)
@@ -1,4 +1,4 @@
-python-mock (0.7.0-1) unstable; urgency=low
+python-mock (0.7.1-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Set PMPT as maintainer and myself as uploader.
@@ -8,7 +8,6 @@
   * Use DEP5 for copyright file.
   * Streamline packaging code with wrap-and-sort.
   * Bumped Standards-Version to 3.9.2 (no change necessary).
-  * Add patch to allow building HTML documentation with sphinx.
   * Move HTML documentation to u/s/d/python-mock/html/.
   * Set 'abort-on-upstream-changes' and 'unapply-patches' in d/s/local-
     options.

Modified: packages/python-mock/trunk/debian/rules
===================================================================
--- packages/python-mock/trunk/debian/rules	2011-05-08 20:10:19 UTC (rev 16985)
+++ packages/python-mock/trunk/debian/rules	2011-05-08 20:39:46 UTC (rev 16986)
@@ -13,6 +13,7 @@
 .PHONY: override_dh_installdocs
 override_dh_installdocs:
 	PYTHONPATH=. sphinx-build -b html -d .build/.doctrees -N docs .build/html
+	rm .build/html/.buildinfo
 	dh_installdocs
 	# Remove embedded copy of libjs-jquery
 	rm debian/python-mock/usr/share/doc/python-mock/html/_static/jquery.js




More information about the Python-modules-commits mailing list