[Python-modules-commits] r15339 - in packages/python-webob/trunk/debian (4 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat Jan 15 21:38:21 UTC 2011


    Date: Saturday, January 15, 2011 @ 21:38:20
  Author: piotr
Revision: 15339

* New upstream release
  - minimum required python-sphinx version bumped to 1.0
* Convert to dh_python2
* Source format changed to 3.0 (quilt)

Modified:
  packages/python-webob/trunk/debian/changelog
  packages/python-webob/trunk/debian/control
  packages/python-webob/trunk/debian/rules
  packages/python-webob/trunk/debian/source/format

Modified: packages/python-webob/trunk/debian/changelog
===================================================================
--- packages/python-webob/trunk/debian/changelog	2011-01-15 20:35:46 UTC (rev 15338)
+++ packages/python-webob/trunk/debian/changelog	2011-01-15 21:38:20 UTC (rev 15339)
@@ -1,3 +1,12 @@
+python-webob (1.0.1-1) experimental; urgency=low
+
+  * New upstream release
+    - minimum required python-sphinx version bumped to 1.0
+  * Convert to dh_python2
+  * Source format changed to 3.0 (quilt)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sat, 15 Jan 2011 22:23:08 +0100
+
 python-webob (1.0-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/python-webob/trunk/debian/control
===================================================================
--- packages/python-webob/trunk/debian/control	2011-01-15 20:35:46 UTC (rev 15338)
+++ packages/python-webob/trunk/debian/control	2011-01-15 21:38:20 UTC (rev 15339)
@@ -4,17 +4,18 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Christoph Haas <haas at debian.org>, Piotr Ożarowski <piotr at debian.org>
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: python (>= 2.3.3), python-all, python-support (>= 0.6.4),
- python-setuptools (>= 0.6b3-1~), python-sphinx (>= 0.6)
+Build-Depends-Indep: python-all (>= 2.6.6-3),
+ python-setuptools (>= 0.6b3-1~), python-sphinx (>= 1.0)
 Standards-Version: 3.9.1
-XS-Python-Version: all
 Homepage: http://pythonpaste.org/webob/
 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
 
 Package: python-webob
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python
+Breaks: ${python:Breaks}
 Suggests: libjs-jquery
 Description: Python module providing WSGI request and response objects
  WebOb provides wrappers around the WSGI request environment, and an object to

Modified: packages/python-webob/trunk/debian/rules
===================================================================
--- packages/python-webob/trunk/debian/rules	2011-01-15 20:35:46 UTC (rev 15338)
+++ packages/python-webob/trunk/debian/rules	2011-01-15 21:38:20 UTC (rev 15339)
@@ -6,19 +6,17 @@
 package=python-webob
 
 clean:
-	rm -f build-*
-	dh_testdir
-	dh_testroot
 	rm -rf build
-	find . -name *\.py[co] -exec rm -f {} \;
-	dh_clean build-docs
+	find . -name *\.py[co] -delete
+	dh_clean build-docs build-*
 
+
 build: build-docs
 
-build-docs: $(QUILT_STAMPFN)
+build-docs:
 	dh_testdir
 	dh_installdirs
-	mkdir docs/_static # Sphinx needs it
+	[ -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 \
@@ -30,7 +28,7 @@
 
 install: build
 	dh_testdir
-	 dh_testroot
+	dh_testroot
 	dh_installdirs
 	python setup.py install \
 		--no-compile \
@@ -42,9 +40,9 @@
 	dh_testroot
 	dh_installchangelogs docs/news.txt
 	dh_installdocs
-	dh_compress -X.py -X.js
+	dh_compress -X.py -X.js -X.inv
 	dh_fixperms
-	dh_pysupport
+	dh_python2
 	dh_installdeb
 	dh_gencontrol
 	dh_md5sums

Modified: packages/python-webob/trunk/debian/source/format
===================================================================
--- packages/python-webob/trunk/debian/source/format	2011-01-15 20:35:46 UTC (rev 15338)
+++ packages/python-webob/trunk/debian/source/format	2011-01-15 21:38:20 UTC (rev 15339)
@@ -1 +1 @@
-1.0
+3.0 (quilt)




More information about the Python-modules-commits mailing list