[Python-modules-commits] [python-webencodings] 01/01: wrap-and-sort
Barry Warsaw
barry at moszumanska.debian.org
Fri Nov 11 18:39:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository python-webencodings.
commit a07af04bc785312da249a9cdda613f6025021624
Author: Barry Warsaw <barry at python.org>
Date: Fri Nov 11 13:39:45 2016 -0500
wrap-and-sort
---
debian/control | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index efac33c..671fb47 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: python-webencodings
Section: python
Priority: optional
Maintainer: Barry Warsaw <barry at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
Build-Depends: debhelper (>= 9.0.0),
dh-python,
python (>= 2.6.6-3~),
@@ -19,7 +19,8 @@ X-Python3-Version: >= 3.5
Package: python-webencodings
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends},
+ ${python:Depends},
Description: Python implementation of the WHATWG Encoding standard
In order to be compatible with legacy web content when interpreting something
like Content-Type: text/html; charset=latin1, tools need to use a particular
@@ -36,7 +37,8 @@ Description: Python implementation of the WHATWG Encoding standard
Package: python3-webencodings
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends},
+ ${python3:Depends},
Description: Python implementation of the WHATWG Encoding standard
In order to be compatible with legacy web content when interpreting something
like Content-Type: text/html; charset=latin1, tools need to use a particular
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-webencodings.git
More information about the Python-modules-commits
mailing list