[Python-modules-commits] r1153 - in /packages/paste/trunk/debian:
changelog control rules
pox-guest at users.alioth.debian.org
pox-guest at users.alioth.debian.org
Mon Jul 10 12:23:26 UTC 2006
Author: pox-guest
Date: Mon Jul 10 12:23:11 2006
New Revision: 1153
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1153
Log:
paste-common's Depend header filled by hand
Modified:
packages/paste/trunk/debian/changelog
packages/paste/trunk/debian/control
packages/paste/trunk/debian/rules
Modified: packages/paste/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/changelog?rev=1153&op=diff
==============================================================================
--- packages/paste/trunk/debian/changelog (original)
+++ packages/paste/trunk/debian/changelog Mon Jul 10 12:23:11 2006
@@ -1,3 +1,11 @@
+paste (0.9.3-3) unstable; urgency=low
+
+ * paste-common's dependency on python filled by hand
+ (${python:Depends} generates python (>= 2.4) which makes
+ python-pastedeploy uninstallable for python 2.3)
+
+ -- Piotr Ozarowski <ozarow at gmail.com> Mon, 10 Jul 2006 14:02:32 +0200
+
paste (0.9.3-2) unstable; urgency=low
* Update for the new python policy (closes: #373474)
Modified: packages/paste/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/control?rev=1153&op=diff
==============================================================================
--- packages/paste/trunk/debian/control (original)
+++ packages/paste/trunk/debian/control Mon Jul 10 12:23:11 2006
@@ -4,7 +4,7 @@
Maintainer: Piotr Ozarowski <ozarow at gmail.com>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 5.0.37.2)
-Build-Depends-Indep: python (>= 2.3.5-7), python-all-dev, python-central (>= 0.4.17), python-setuptools (>= 0.6b3-1)
+Build-Depends-Indep: python (>= 2.3.5-11), python-all-dev, python-central (>= 0.5), python-setuptools (>= 0.6b3-1)
Standards-Version: 3.7.2
XS-Python-Version: >= 2.4
@@ -36,7 +36,7 @@
Package: paste-common
Architecture: all
-Depends: ${python:Depends}
+Depends: python-central (>= 0.5), python (>= 2.3)
XB-Python-Version: >=2.3
Recommends: python-paste, python-pastedeploy
Suggests: python-pastescript, python-pastewebkit
Modified: packages/paste/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/rules?rev=1153&op=diff
==============================================================================
--- packages/paste/trunk/debian/rules (original)
+++ packages/paste/trunk/debian/rules Mon Jul 10 12:23:11 2006
@@ -5,7 +5,7 @@
DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog \
| grep ^Version: | cut -d ' ' -f 2 | cut -d '-' -f 1)
-PYVERS=$(shell pyversions -vr debian/control)
+PYVERS=$(shell pyversions -vr)
clean:
dh_testdir
More information about the Python-modules-commits
mailing list