[Python-modules-commits] r5160 - in packages/pastedeploy/trunk/debian (changelog control)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat Apr 26 16:28:33 UTC 2008


    Date: Saturday, April 26, 2008 @ 16:28:30
  Author: piotr
Revision: 5160

* Replace python-setuptools with python-pkg-resources in Depends
  (closes: #468715)
* Remove paste-common dependency, python-support will provide all needed
  namespace

Modified:
  packages/pastedeploy/trunk/debian/changelog
  packages/pastedeploy/trunk/debian/control

Modified: packages/pastedeploy/trunk/debian/changelog
===================================================================
--- packages/pastedeploy/trunk/debian/changelog	2008-04-26 15:59:58 UTC (rev 5159)
+++ packages/pastedeploy/trunk/debian/changelog	2008-04-26 16:28:30 UTC (rev 5160)
@@ -1,3 +1,12 @@
+pastedeploy (1.3.1-3) UNRELEASED; urgency=low
+
+  * Replace python-setuptools with python-pkg-resources in Depends
+    (closes: #468715)
+  * Remove paste-common dependency, python-support will provide all needed
+    namespace
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sat, 26 Apr 2008 18:21:58 +0200
+
 pastedeploy (1.3.1-2) unstable; urgency=low
 
   * Switch to python-support. All paste packages will now depend on

Modified: packages/pastedeploy/trunk/debian/control
===================================================================
--- packages/pastedeploy/trunk/debian/control	2008-04-26 15:59:58 UTC (rev 5159)
+++ packages/pastedeploy/trunk/debian/control	2008-04-26 16:28:30 UTC (rev 5160)
@@ -13,7 +13,7 @@
 
 Package: python-pastedeploy
 Architecture: all
-Depends: ${python:Depends}, paste-common (>= 1.6-1), python-setuptools (>= 0.6b3-1)
+Depends: ${python:Depends}, python-pkg-resources
 XB-Python-Version: ${python:Versions}
 Enhances: python-paste
 Description: Load, configure, and compose WSGI applications and servers




More information about the Python-modules-commits mailing list