[Python-modules-commits] [mimerender] 01/03: wrap-and-sort debian/control.

Dominik George natureshadow-guest at moszumanska.debian.org
Wed Sep 28 10:55:17 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 15cf528dfafc993fecc9e90f39135e2ba61a7d1c
Author: Dominik George <nik at naturalnet.de>
Date:   Wed Sep 28 12:53:49 2016 +0200

    wrap-and-sort debian/control.
---
 debian/control | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 09b3339..45ff388 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,16 @@
 Source: mimerender
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Dominik George <nik at naturalnet.de>
+Uploaders:
+ Dominik George <nik at naturalnet.de>,
 Section: python
 Priority: optional
-Build-Depends: dh-python,
- python-setuptools (>= 0.6b3),
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
  python-all (>= 2.6.6-3),
+ python-setuptools (>= 0.6b3),
  python3-all,
  python3-setuptools,
- debhelper (>= 9)
 Standards-Version: 3.9.8
 Homepage: https://github.com/martinblech/mimerender
 Testsuite: autopkgtest-pkg-python
@@ -17,7 +19,9 @@ Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/mimerender.g
 
 Package: python-mimerender
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
 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
@@ -31,7 +35,9 @@ Description: RESTful HTTP Content Negotiation for web frameworks (Python 2)
 
 Package: python3-mimerender
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
 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

-- 
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