[Python-modules-commits] r5159 - in packages/pastescript/trunk/debian (changelog control)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat Apr 26 15:59:59 UTC 2008


    Date: Saturday, April 26, 2008 @ 15:59:58
  Author: piotr
Revision: 5159

* Replace python-setuptools with python-pkg-resources in Depends
  (closes: #468714)
* Remove paste-common dependency, python-paste (>= 1.6-1) is enough since
  python-support will provide needed namespace

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

Modified: packages/pastescript/trunk/debian/changelog
===================================================================
--- packages/pastescript/trunk/debian/changelog	2008-04-26 14:47:49 UTC (rev 5158)
+++ packages/pastescript/trunk/debian/changelog	2008-04-26 15:59:58 UTC (rev 5159)
@@ -1,3 +1,12 @@
+pastescript (1.6.2-3) UNRELEASED; urgency=low
+
+  * Replace python-setuptools with python-pkg-resources in Depends
+    (closes: #468714)
+  * Remove paste-common dependency, python-paste (>= 1.6-1) is enough since
+    python-support will provide needed namespace
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sat, 26 Apr 2008 17:54:04 +0200
+
 pastescript (1.6.2-2) unstable; urgency=low
 
   * Provide /usr/bin/pasterX.Y scripts for all supported Python versions

Modified: packages/pastescript/trunk/debian/control
===================================================================
--- packages/pastescript/trunk/debian/control	2008-04-26 14:47:49 UTC (rev 5158)
+++ packages/pastescript/trunk/debian/control	2008-04-26 15:59:58 UTC (rev 5159)
@@ -14,7 +14,7 @@
 
 Package: python-pastescript
 Architecture: all
-Depends: ${python:Depends}, paste-common (>= 1.6-1), python-paste (>= 1.6-1),
+Depends: ${python:Depends}, python-paste (>= 1.6-1),
  python-pastedeploy (>= 1.3.1-2), python-setuptools (>= 0.6b3)
 Recommends: python-flup (>= 0.5-1), python-cheetah (>= 1.0-1.1)
 Suggests: python-cherrypy3 | python-cherrypy




More information about the Python-modules-commits mailing list