[Python-modules-commits] r5161 - in packages/paste/trunk/debian (changelog control)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat Apr 26 16:30:44 UTC 2008


    Date: Saturday, April 26, 2008 @ 16:30:43
  Author: piotr
Revision: 5161

* Remove paste-common package as python-support is handling namespaces now
  + python-paste package replaces and conflicts with paste-common
* Replace python-setuptools with python-pkg-resources in Depends
  (closes: #468716)

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

Modified: packages/paste/trunk/debian/changelog
===================================================================
--- packages/paste/trunk/debian/changelog	2008-04-26 16:28:30 UTC (rev 5160)
+++ packages/paste/trunk/debian/changelog	2008-04-26 16:30:43 UTC (rev 5161)
@@ -1,5 +1,6 @@
 paste (1.6-3) UNRELEASED; urgency=low
 
+  [ Sandro Tosi ]
   * debian/control
     - updated recommends to python-openssl (python-pyopenssl is a transitional
       package)
@@ -12,6 +13,12 @@
     - renamed previous copyright holder to upstream author notice
     - added copyright/license notices for file with different one from main
 
+  [ Piotr Ożarowski ]
+  * Remove paste-common package as python-support is handling namespaces now
+    + python-paste package replaces and conflicts with paste-common
+  * Replace python-setuptools with python-pkg-resources in Depends
+    (closes: #468716)
+
  -- Sandro Tosi <matrixhasu at gmail.com>  Sat, 26 Apr 2008 16:20:45 +0200
 
 paste (1.6-2) unstable; urgency=low

Modified: packages/paste/trunk/debian/control
===================================================================
--- packages/paste/trunk/debian/control	2008-04-26 16:28:30 UTC (rev 5160)
+++ packages/paste/trunk/debian/control	2008-04-26 16:30:43 UTC (rev 5161)
@@ -14,12 +14,13 @@
 
 Package: python-paste
 Architecture: all
-Depends: ${python:Depends}, python-setuptools (>= 0.6b3-1), paste-common (>= 1.6-1),
- python-formencode (>= 0.5.1-1)
+Depends: ${python:Depends}, python-setuptools (>= 0.6b3-1), 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,
  python-pgsql (>= 2.5.1-1)
+Replaces: paste-common
+Conflicts: paste-common
 Description: Tools for using a Web Server Gateway Interface stack
  Python Paste brings consistency to Python web development and web application
  installation, providing tools for both developers and system administrators.
@@ -38,15 +39,3 @@
   * Attention payed to the full development cycle -- starting projects,
     converting old projects, updating and deploying projects -- using a set of
     complementary packages and tools
-
-Package: paste-common
-Architecture: all
-Depends: ${python:Depends}
-Recommends: python-paste, python-pastedeploy
-Suggests: python-pastescript, python-pastewebkit
-Description: common files for paste modules
- This package contains common files for these packages:
-  * python-paste
-  * python-pastedeploy
-  * python-pastewebkit
-  * python-pastescript




More information about the Python-modules-commits mailing list