[Python-modules-commits] r16499 - in packages/python-webob/trunk/debian (5 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Wed Apr 13 19:58:39 UTC 2011
Date: Wednesday, April 13, 2011 @ 19:58:38
Author: piotr
Revision: 16499
* New upstream release
* debian/watch updated to search for .tar.bz2 on bitbucket
* Run tests for default Python interpreter at build time,
add python-webtest and python-nose to build dependencies
* Remove WebOb.egg-info/* files in clean rule (upstream doesn't always
regenerate them)
* Bump Standards-Version to 3.9.2 (no changes needed)
Modified:
packages/python-webob/trunk/debian/changelog
packages/python-webob/trunk/debian/control
packages/python-webob/trunk/debian/rules
packages/python-webob/trunk/debian/watch
Deleted:
packages/python-webob/trunk/debian/README.source
Deleted: packages/python-webob/trunk/debian/README.source
===================================================================
--- packages/python-webob/trunk/debian/README.source 2011-04-13 18:36:57 UTC (rev 16498)
+++ packages/python-webob/trunk/debian/README.source 2011-04-13 19:58:38 UTC (rev 16499)
@@ -1,2 +0,0 @@
-This package uses the patch management system quilt as documented in
-/usr/share/doc/quilt/README.source.
Modified: packages/python-webob/trunk/debian/changelog
===================================================================
--- packages/python-webob/trunk/debian/changelog 2011-04-13 18:36:57 UTC (rev 16498)
+++ packages/python-webob/trunk/debian/changelog 2011-04-13 19:58:38 UTC (rev 16499)
@@ -1,3 +1,15 @@
+python-webob (1.0.6-1) unstable; urgency=low
+
+ * New upstream release
+ * debian/watch updated to search for .tar.bz2 on bitbucket
+ * Run tests for default Python interpreter at build time,
+ add python-webtest and python-nose to build dependencies
+ * Remove WebOb.egg-info/* files in clean rule (upstream doesn't always
+ regenerate them)
+ * Bump Standards-Version to 3.9.2 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org> Wed, 13 Apr 2011 20:37:24 +0200
+
python-webob (1.0.5-1) experimental; urgency=low
* New upstream release
Modified: packages/python-webob/trunk/debian/control
===================================================================
--- packages/python-webob/trunk/debian/control 2011-04-13 18:36:57 UTC (rev 16498)
+++ packages/python-webob/trunk/debian/control 2011-04-13 19:58:38 UTC (rev 16499)
@@ -5,8 +5,9 @@
Uploaders: Christoph Haas <haas at debian.org>, Piotr Ożarowski <piotr at debian.org>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: python-all (>= 2.6.6-3),
- python-setuptools (>= 0.6b3-1~), python-sphinx (>= 1.0)
-Standards-Version: 3.9.1
+ python-setuptools (>= 0.6b3-1~), python-sphinx (>= 1.0),
+ python-webtest, python-nose
+Standards-Version: 3.9.2
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/
Modified: packages/python-webob/trunk/debian/rules
===================================================================
--- packages/python-webob/trunk/debian/rules 2011-04-13 18:36:57 UTC (rev 16498)
+++ packages/python-webob/trunk/debian/rules 2011-04-13 19:58:38 UTC (rev 16499)
@@ -8,7 +8,7 @@
clean:
rm -rf build
find . -name *\.py[co] -delete
- dh_clean build-docs build-*
+ dh_clean build-docs build-* WebOb.egg-info/*
build: build-docs
@@ -34,6 +34,9 @@
--no-compile \
--single-version-externally-managed \
--root $(CURDIR)/debian/$(package)
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+ python setup.py test --quiet
+endif
binary-indep: build install
dh_testdir
Modified: packages/python-webob/trunk/debian/watch
===================================================================
--- packages/python-webob/trunk/debian/watch 2011-04-13 18:36:57 UTC (rev 16498)
+++ packages/python-webob/trunk/debian/watch 2011-04-13 19:58:38 UTC (rev 16499)
@@ -1,2 +1,2 @@
version=3
-http://pypi.python.org/packages/source/W/WebOb/WebOb-(.*)\.zip
+https://bitbucket.org/ianb/webob/downloads /ianb/webob/get/(\d+[\d\.]+)\.tar\.bz2
More information about the Python-modules-commits
mailing list