[Python-modules-commits] r18393 - in packages/webtest/trunk/debian (changelog control rules)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Mon Aug 29 19:33:48 UTC 2011
Date: Monday, August 29, 2011 @ 19:33:47
Author: piotr
Revision: 18393
* New upstream release
* Let dh_sphinxdoc handle documentation files, python-sphinx build
dependency bumped to 1.0.7+dfsg-1
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 2011-08-29 12:44:44 UTC (rev 18392)
+++ packages/webtest/trunk/debian/changelog 2011-08-29 19:33:47 UTC (rev 18393)
@@ -1,3 +1,11 @@
+webtest (1.3-1) unstable; urgency=low
+
+ * New upstream release
+ * Let dh_sphinxdoc handle documentation files, python-sphinx build
+ dependency bumped to 1.0.7+dfsg-1
+
+ -- Piotr Ożarowski <piotr at debian.org> Mon, 29 Aug 2011 21:12:06 +0200
+
webtest (1.2.4-1) unstable; urgency=low
* New upstream release
Modified: packages/webtest/trunk/debian/control
===================================================================
--- packages/webtest/trunk/debian/control 2011-08-29 12:44:44 UTC (rev 18392)
+++ packages/webtest/trunk/debian/control 2011-08-29 19:33:47 UTC (rev 18393)
@@ -5,7 +5,7 @@
Uploaders: Piotr Ożarowski <piotr at debian.org>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: python-all,
- python-setuptools (>= 0.6b3-1~), python-webob, python-sphinx
+ python-setuptools (>= 0.6b3-1~), python-webob, python-sphinx (>= 1.0.7+dfsg-1~)
Standards-Version: 3.9.2
X-Python-Version: >=2.4
Homepage: http://pythonpaste.org/webtest/
@@ -17,6 +17,7 @@
Depends: ${python:Depends}, ${misc:Depends}, python-webob,
python-paste (>= 1.7.1), python-pastedeploy, python-pastescript
Recommends: python-simplejson, python-beautifulsoup, python-lxml
+Suggests: ${sphinxdoc:Depends}
Description: wraps any WSGI application and makes it easy to test
WebTest helps you test your WSGI-based web applications. This can be any
application that has a WSGI (Web Server Gateway Interface) interface,
Modified: packages/webtest/trunk/debian/rules
===================================================================
--- packages/webtest/trunk/debian/rules 2011-08-29 12:44:44 UTC (rev 18392)
+++ packages/webtest/trunk/debian/rules 2011-08-29 19:33:47 UTC (rev 18393)
@@ -22,9 +22,6 @@
dh_installdirs
mkdir docs/_static # Sphinx needs it
PYTHONPATH=. sphinx-build -N -q -E -b html docs/ $(PKGDIR)/usr/share/doc/python-webtest/docs/
- rm -rf $(PKGDIR)/usr/share/doc/python-webtest/docs/.doctrees
- dh_link /usr/share/javascript/jquery/jquery.js \
- /usr/share/doc/python-webtest/docs/_static/jquery.js
touch $@
install: $(PYVERS:%=install-python%)
@@ -39,6 +36,7 @@
dh_testroot -i
dh_installchangelogs -i
dh_installdocs -i
+ dh_sphinxdoc -i
dh_python2 -i
# it's not an extra license file
echo "python-webtest: extra-license-file usr/share/doc/python-webtest/docs/_sources/license.txt" \
More information about the Python-modules-commits
mailing list