[Python-modules-commits] r23285 - in packages/python-django-registration/trunk/debian (2 files)

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Fri Jan 11 07:42:32 UTC 2013


    Date: Friday, January 11, 2013 @ 07:42:28
  Author: hertzog
Revision: 23285

Drop docs/_build entirely on clean so that we don't keep around
docs/_build/doctrees which might not work with python3-sphinx.
Closes: #697721

Modified:
  packages/python-django-registration/trunk/debian/changelog
  packages/python-django-registration/trunk/debian/rules

Modified: packages/python-django-registration/trunk/debian/changelog
===================================================================
--- packages/python-django-registration/trunk/debian/changelog	2013-01-10 22:59:01 UTC (rev 23284)
+++ packages/python-django-registration/trunk/debian/changelog	2013-01-11 07:42:28 UTC (rev 23285)
@@ -1,3 +1,11 @@
+python-django-registration (0.8-2) unstable; urgency=low
+
+  * Drop docs/_build entirely on clean so that we don't keep around
+    docs/_build/doctrees which might not work with python3-sphinx.
+    Closes: #697721
+
+ -- Raphaël Hertzog <hertzog at debian.org>  Thu, 10 Jan 2013 09:44:11 +0100
+
 python-django-registration (0.8-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/python-django-registration/trunk/debian/rules
===================================================================
--- packages/python-django-registration/trunk/debian/rules	2013-01-10 22:59:01 UTC (rev 23284)
+++ packages/python-django-registration/trunk/debian/rules	2013-01-11 07:42:28 UTC (rev 23285)
@@ -6,7 +6,7 @@
 	dh $@ --with python2,sphinxdoc
 
 override_dh_auto_clean:
-	rm -rf docs/_build/html
+	rm -rf docs/_build/
 	dh_auto_clean
 
 override_dh_auto_build:




More information about the Python-modules-commits mailing list