[Python-modules-commits] r5466 - in packages/paste/trunk/debian (changelog control dirs)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Sat May 24 19:48:39 UTC 2008
Date: Saturday, May 24, 2008 @ 19:48:37
Author: piotr
Revision: 5466
setuptools dependency related changes
Modified:
packages/paste/trunk/debian/changelog
packages/paste/trunk/debian/control
packages/paste/trunk/debian/dirs
Modified: packages/paste/trunk/debian/changelog
===================================================================
--- packages/paste/trunk/debian/changelog 2008-05-24 16:30:19 UTC (rev 5465)
+++ packages/paste/trunk/debian/changelog 2008-05-24 19:48:37 UTC (rev 5466)
@@ -1,11 +1,9 @@
-paste (1.7-1) UNRELEASED; urgency=low
+paste (1.7-1) unstable; urgency=low
[ Sandro Tosi ]
* debian/control
- updated recommends to python-openssl (python-pyopenssl is a transitional
package)
- - removed debian revision from versioned build-depends-indep for
- python-setuptools
* debian/python-paste.doc-base
- section updated to Programming/Python
* debian/copyright
@@ -19,9 +17,11 @@
+ python-paste package replaces and conflicts with paste-common
* Replace python-setuptools with python-pkg-resources in Depends
(closes: #468716)
+ * Change setuptools' required build version to (>= 0.6b3-1~) to ease
+ backports
* remove_link_to_wareweb patch no longer needed
- -- Piotr Ożarowski <piotr at debian.org> Wed, 21 May 2008 21:37:15 +0200
+ -- Piotr Ożarowski <piotr at debian.org> Sat, 24 May 2008 20:47:41 +0200
paste (1.6-2) unstable; urgency=low
Modified: packages/paste/trunk/debian/control
===================================================================
--- packages/paste/trunk/debian/control 2008-05-24 16:30:19 UTC (rev 5465)
+++ packages/paste/trunk/debian/control 2008-05-24 19:48:37 UTC (rev 5466)
@@ -5,7 +5,7 @@
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 5), dpatch
Build-Depends-Indep: python (>= 2.3.5-11), python-all, python-support (>= 0.6.4),
- python-setuptools (>= 0.6b3), python-docutils
+ python-setuptools (>= 0.6b3-1~), python-docutils
Standards-Version: 3.7.3
Homepage: http://pythonpaste.org/
XS-Python-Version: >= 2.4
@@ -14,7 +14,7 @@
Package: python-paste
Architecture: all
-Depends: ${python:Depends}, python-setuptools (>= 0.6b3-1), python-formencode (>= 0.5.1-1)
+Depends: ${python:Depends}, python-pkg-resources, python-formencode (>= 0.5.1-1)
Recommends: python-ctypes, python-openid, python-openssl, python-scgi
Suggests: python-pastedeploy, python-pastescript, python-pastewebkit,
libapache2-mod-wsgi, libapache2-mod-python (>= 3.2.8-3), libapache2-mod-scgi,
Modified: packages/paste/trunk/debian/dirs
===================================================================
--- packages/paste/trunk/debian/dirs 2008-05-24 16:30:19 UTC (rev 5465)
+++ packages/paste/trunk/debian/dirs 2008-05-24 19:48:37 UTC (rev 5466)
@@ -1,3 +1,2 @@
/usr/share/doc/python-paste/docs/community
/usr/share/doc/python-paste/docs/download
-/usr/share/doc/python-paste/docs/web
\ No newline at end of file
More information about the Python-modules-commits
mailing list