[Python-modules-commits] [mimerender] 01/01: Shorten descriptions
Dominik George
natureshadow-guest at moszumanska.debian.org
Thu Sep 22 12:30:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
natureshadow-guest pushed a commit to branch master
in repository mimerender.
commit bc8e2090d4df6c8d087698fdf2426490e6f8ef1f
Author: Dominik George <nik at naturalnet.de>
Date: Thu Sep 22 14:30:46 2016 +0200
Shorten descriptions
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index f198b0f..09b3339 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/mimerender.g
Package: python-mimerender
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
-Description: RESTful HTTP Content Negotiation for Flask, Bottle, web.py and webapp2 (Python 2)
+Description: RESTful HTTP Content Negotiation for web frameworks (Python 2)
mimerender provides a decorator that wraps an HTTP request handler to
select the correct render function for a given HTTP Accept header. It
uses mimeparse to parse the Accept string and select the best available
@@ -32,7 +32,7 @@ Description: RESTful HTTP Content Negotiation for Flask, Bottle, web.py and weba
Package: python3-mimerender
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
-Description: RESTful HTTP Content Negotiation for Flask, Bottle, web.py and webapp2 (Python 3)
+Description: RESTful HTTP Content Negotiation for web frameworks (Python 3)
mimerender provides a decorator that wraps an HTTP request handler to
select the correct render function for a given HTTP Accept header. It
uses mimeparse to parse the Accept string and select the best available
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/mimerender.git
More information about the Python-modules-commits
mailing list