[Python-modules-commits] r18465 - in packages/python-webob/trunk/debian (3 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Thu Sep 8 18:28:44 UTC 2011
Date: Thursday, September 8, 2011 @ 18:28:43
Author: piotr
Revision: 18465
* New upstream release
- minimum required Python version bumped to 2.5
* Let dh_sphinxdoc handle documentation files, python-sphinx build
dependency bumped to 1.0.7+dfsg-1
* Homepage changed to webob.org
Modified:
packages/python-webob/trunk/debian/changelog
packages/python-webob/trunk/debian/control
packages/python-webob/trunk/debian/rules
Modified: packages/python-webob/trunk/debian/changelog
===================================================================
--- packages/python-webob/trunk/debian/changelog 2011-09-08 18:00:13 UTC (rev 18464)
+++ packages/python-webob/trunk/debian/changelog 2011-09-08 18:28:43 UTC (rev 18465)
@@ -1,3 +1,13 @@
+python-webob (1.1-1) unstable; urgency=low
+
+ * New upstream release
+ - minimum required Python version bumped to 2.5
+ * Let dh_sphinxdoc handle documentation files, python-sphinx build
+ dependency bumped to 1.0.7+dfsg-1
+ * Homepage changed to webob.org
+
+ -- Piotr Ożarowski <piotr at debian.org> Thu, 08 Sep 2011 19:59:02 +0200
+
python-webob (1.0.8-1) unstable; urgency=low
[ Soren Hansen ]
Modified: packages/python-webob/trunk/debian/control
===================================================================
--- packages/python-webob/trunk/debian/control 2011-09-08 18:00:13 UTC (rev 18464)
+++ packages/python-webob/trunk/debian/control 2011-09-08 18:28:43 UTC (rev 18465)
@@ -6,13 +6,13 @@
Soren Hansen <soren at ubuntu.com>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: python-all (>= 2.6.6-3),
- python-setuptools (>= 0.6b3-1~), python-sphinx (>= 1.0),
+ python-setuptools (>= 0.6b3-1~), python-sphinx (>= 1.0.7+dfsg-1~),
python-webtest, python-nose
Standards-Version: 3.9.2
-Homepage: http://pythonpaste.org/webob/
+Homepage: http://webob.org/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-webob/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-webob/trunk/
-X-Python-Version: >= 2.4
+X-Python-Version: >= 2.5
Package: python-webob
Architecture: all
Modified: packages/python-webob/trunk/debian/rules
===================================================================
--- packages/python-webob/trunk/debian/rules 2011-09-08 18:00:13 UTC (rev 18464)
+++ packages/python-webob/trunk/debian/rules 2011-09-08 18:28:43 UTC (rev 18465)
@@ -19,9 +19,6 @@
dh_installdirs
[ -d docs/_static ] || mkdir docs/_static # Sphinx needs it
PYTHONPATH=. sphinx-build -N -q -E -b html docs/ debian/$(package)/usr/share/doc/$(package)/docs/
- rm -rf debian/$(package)/usr/share/doc/$(package)/docs/.doctrees
- dh_link /usr/share/javascript/jquery/jquery.js \
- /usr/share/doc/$(package)/docs/_static/jquery.js
echo "$(package): extra-license-file usr/share/doc/$(package)/docs/_sources/license.txt" \
>> debian/$(package)/usr/share/lintian/overrides/$(package)
dh_link usr/share/doc/$(package)/docs /usr/share/doc/python-paste/docs/webob
@@ -44,6 +41,7 @@
dh_testroot
dh_installchangelogs docs/news.txt
dh_installdocs
+ dh_sphinxdoc
dh_compress -X.py -X.js -X.inv
dh_fixperms
dh_python2
More information about the Python-modules-commits
mailing list