[Python-modules-commits] [mimerender] 03/03: Fix lintian warnings.
Dominik George
natureshadow-guest at moszumanska.debian.org
Thu Sep 22 12:27:40 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 2cdd024158f126155c87651787acfce7bbdb511f
Author: Dominik George <nik at naturalnet.de>
Date: Thu Sep 22 14:25:51 2016 +0200
Fix lintian warnings.
---
debian/control | 8 ++++++--
debian/python-mimerender.lintian-overrides | 2 ++
debian/python3-mimerender.lintian-overrides | 2 ++
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index fae888c..f198b0f 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
+Description: RESTful HTTP Content Negotiation for Flask, Bottle, web.py and webapp2 (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
@@ -26,11 +26,13 @@ Description: RESTful HTTP Content Negotiation for Flask, Bottle, web.py and weba
.
mimerender supports Flask, Bottle, web.py and webapp2 out of the
box, and it’s easy to add support for other frameworks.
+ .
+ This package contains the Python 2 module.
Package: python3-mimerender
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
-Description: RESTful HTTP Content Negotiation for Flask, Bottle, web.py and webapp2
+Description: RESTful HTTP Content Negotiation for Flask, Bottle, web.py and webapp2 (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
@@ -38,3 +40,5 @@ Description: RESTful HTTP Content Negotiation for Flask, Bottle, web.py and weba
.
mimerender supports Flask, Bottle, web.py and webapp2 out of the
box, and it’s easy to add support for other frameworks.
+ .
+ This package contains the Python 3 module.
diff --git a/debian/python-mimerender.lintian-overrides b/debian/python-mimerender.lintian-overrides
new file mode 100644
index 0000000..d054651
--- /dev/null
+++ b/debian/python-mimerender.lintian-overrides
@@ -0,0 +1,2 @@
+# Upstream does not provide a changelog.
+python-mimerender binary: no-upstream-changelog
diff --git a/debian/python3-mimerender.lintian-overrides b/debian/python3-mimerender.lintian-overrides
new file mode 100644
index 0000000..d5357e5
--- /dev/null
+++ b/debian/python3-mimerender.lintian-overrides
@@ -0,0 +1,2 @@
+# Upstream does not provide a changelog.
+python3-mimerender binary: no-upstream-changelog
--
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