[Python-modules-commits] [paste] 01/01: Suggest httpd-wsgi virtual package instead of libapache2-mod-wsgi

Ondřej Nový onovy at moszumanska.debian.org
Fri Aug 12 20:35:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

onovy pushed a commit to branch master
in repository paste.

commit 02196a0844003cb34fe4b6e7ab75ddff5cef4fb6
Author: Ondřej Nový <onovy at debian.org>
Date:   Fri Aug 12 22:29:56 2016 +0200

    Suggest httpd-wsgi virtual package instead of libapache2-mod-wsgi
---
 debian/changelog | 7 +++++++
 debian/control   | 8 ++++----
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7c86df9..473af84 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+paste (2.0.3+dfsg-4) UNRELEASED; urgency=medium
+
+  * Suggest httpd-wsgi virtual package instead of libapache2-mod-wsgi
+    (Closes: #831340, #831341)
+
+ -- Ondřej Nový <onovy at debian.org>  Fri, 12 Aug 2016 22:29:02 +0200
+
 paste (2.0.3+dfsg-3) unstable; urgency=medium
 
   * Removed versioned build depedencies older then wheezy
diff --git a/debian/control b/debian/control
index 2855442..419867e 100644
--- a/debian/control
+++ b/debian/control
@@ -35,9 +35,9 @@ Recommends: libjs-mochikit,
             python-openid,
             python-openssl,
             python-scgi,
-Suggests: libapache2-mod-python,
+Suggests: httpd-wsgi,
+          libapache2-mod-python,
           libapache2-mod-scgi,
-          libapache2-mod-wsgi,
           python-pastedeploy,
           python-pastescript,
           python-pastewebkit,
@@ -68,9 +68,9 @@ Depends: python3-pkg-resources,
          ${python3:Depends},
 Recommends: libjs-mochikit,
             python3-openssl,
-Suggests: libapache2-mod-python,
+Suggests: httpd-wsgi,
+          libapache2-mod-python,
           libapache2-mod-scgi,
-          libapache2-mod-wsgi,
           python3-pastedeploy,
 Description: tools for using a Web Server Gateway Interface stack - Python 3.x
  Python Paste brings consistency to Python web development and web application

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/paste.git



More information about the Python-modules-commits mailing list