[Python-modules-commits] [pastedeploy] 01/01: Distinguish description of Py2/3 packages.
Ondřej Nový
onovy-guest at moszumanska.debian.org
Fri Mar 4 14:25:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy-guest pushed a commit to branch master
in repository pastedeploy.
commit 5d3b5b467c14dd01f2c5af36626e42f181b19f08
Author: Ondřej Nový <novy at ondrej.org>
Date: Fri Mar 4 15:24:15 2016 +0100
Distinguish description of Py2/3 packages.
---
debian/changelog | 1 +
debian/control | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2b56b9d..d6723fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ pastedeploy (1.5.2-2) UNRELEASED; urgency=medium
* Reordered d/copyright.
* Added myself to d/copyright.
* Added myself as uploader and removed Piotr Ożarowski (Closes: #740532)
+ * Distinguish description of Py2/3 packages.
-- Piotr Ożarowski <piotr at debian.org> Mon, 30 Dec 2013 13:26:50 +0100
diff --git a/debian/control b/debian/control
index 5bbf395..869609a 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Depends: ${python:Depends}, ${misc:Depends},
python-pkg-resources
Recommends: python-pastescript (>= 1.7.3-6~)
Enhances: python-paste
-Description: load, configure, and compose WSGI applications and servers
+Description: load, configure, and compose WSGI applications and servers - Python 2.x
Paste Deployment is a system for finding and configuring WSGI applications and
servers. For WSGI application consumers it provides a single, simple function
(loadapp) for loading a WSGI application from a configuration file or a Python
@@ -43,7 +43,7 @@ Depends: ${python3:Depends}, ${misc:Depends},
python3-paste,
python3-pkg-resources
Enhances: python3-paste
-Description: load, configure, and compose WSGI applications and servers
+Description: load, configure, and compose WSGI applications and servers - Python 3.x
Paste Deployment is a system for finding and configuring WSGI applications and
servers. For WSGI application consumers it provides a single, simple function
(loadapp) for loading a WSGI application from a configuration file or a Python
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pastedeploy.git
More information about the Python-modules-commits
mailing list