[Python-modules-commits] r17575 - in packages/python-webob/trunk/debian (3 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Tue Jun 21 19:26:30 UTC 2011
Date: Tuesday, June 21, 2011 @ 19:26:28
Author: piotr
Revision: 17575
* Add build-indep and build-arch targets in debian/rules
* Add Soren Hansen to Uploaders
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-06-21 10:03:02 UTC (rev 17574)
+++ packages/python-webob/trunk/debian/changelog 2011-06-21 19:26:28 UTC (rev 17575)
@@ -1,9 +1,14 @@
-python-webob (1.0.8-1) UNRELEASED; urgency=low
+python-webob (1.0.8-1) unstable; urgency=low
+ [ Soren Hansen ]
* New upstream release
- -- Soren Hansen <soren at ubuntu.com> Tue, 21 Jun 2011 09:21:13 +0200
+ [ Piotr Ożarowski ]
+ * Add build-indep and build-arch targets in debian/rules
+ * Add Soren Hansen to Uploaders
+ -- Piotr Ożarowski <piotr at debian.org> Tue, 21 Jun 2011 20:38:49 +0200
+
python-webob (1.0.7-1) unstable; urgency=low
* New upstream release
Modified: packages/python-webob/trunk/debian/control
===================================================================
--- packages/python-webob/trunk/debian/control 2011-06-21 10:03:02 UTC (rev 17574)
+++ packages/python-webob/trunk/debian/control 2011-06-21 19:26:28 UTC (rev 17575)
@@ -2,7 +2,8 @@
Section: python
Priority: optional
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>
+Uploaders: Christoph Haas <haas at debian.org>, Piotr Ożarowski <piotr at debian.org>,
+ 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),
Modified: packages/python-webob/trunk/debian/rules
===================================================================
--- packages/python-webob/trunk/debian/rules 2011-06-21 10:03:02 UTC (rev 17574)
+++ packages/python-webob/trunk/debian/rules 2011-06-21 19:26:28 UTC (rev 17575)
@@ -11,9 +11,10 @@
dh_clean build-docs build-* WebOb.egg-info/*
-build: build-docs
+build: build-arch build-indep
+build-arch:
-build-docs:
+build-indep:
dh_testdir
dh_installdirs
[ -d docs/_static ] || mkdir docs/_static # Sphinx needs it
@@ -54,5 +55,5 @@
binary-arch:
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build build-arch clean binary-indep binary-arch binary install
More information about the Python-modules-commits
mailing list