[Python-modules-commits] r21620 - in packages/webtest/trunk/debian (changelog control rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sun May 6 17:03:25 UTC 2012


    Date: Sunday, May 6, 2012 @ 17:03:20
  Author: piotr
Revision: 21620

* New upstream release
* debian/rules: do not fail if docs/_static exists (closes: #671390)
* Standards-Version bumped to 3.9.3 (no changes needed)

Modified:
  packages/webtest/trunk/debian/changelog
  packages/webtest/trunk/debian/control
  packages/webtest/trunk/debian/rules

Modified: packages/webtest/trunk/debian/changelog
===================================================================
--- packages/webtest/trunk/debian/changelog	2012-05-06 16:27:33 UTC (rev 21619)
+++ packages/webtest/trunk/debian/changelog	2012-05-06 17:03:20 UTC (rev 21620)
@@ -1,3 +1,11 @@
+webtest (1.3.4-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/rules: do not fail if docs/_static exists (closes: #671390)
+  * Standards-Version bumped to 3.9.3 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sun, 06 May 2012 18:54:47 +0200
+
 webtest (1.3.3-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/webtest/trunk/debian/control
===================================================================
--- packages/webtest/trunk/debian/control	2012-05-06 16:27:33 UTC (rev 21619)
+++ packages/webtest/trunk/debian/control	2012-05-06 17:03:20 UTC (rev 21620)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: python-all,
  python-setuptools (>= 0.6b3-1~), python-webob, python-sphinx (>= 1.0.7+dfsg-1~)
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 X-Python-Version: >=2.4
 Homepage: http://pythonpaste.org/webtest/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/webtest/trunk/

Modified: packages/webtest/trunk/debian/rules
===================================================================
--- packages/webtest/trunk/debian/rules	2012-05-06 16:27:33 UTC (rev 21619)
+++ packages/webtest/trunk/debian/rules	2012-05-06 17:03:20 UTC (rev 21620)
@@ -20,7 +20,7 @@
 build-docs:
 	dh_testdir
 	dh_installdirs
-	mkdir docs/_static # Sphinx needs it
+	mkdir -p docs/_static # Sphinx needs it
 	PYTHONPATH=. sphinx-build -N -q -E -b html docs/ $(PKGDIR)/usr/share/doc/python-webtest/docs/
 	touch $@
 




More information about the Python-modules-commits mailing list