[Python-modules-commits] [pystaticconfiguration] 01/05: Ran wrap-and-sort -s
Raphaël Hertzog
hertzog at moszumanska.debian.org
Mon Nov 13 16:08:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
hertzog pushed a commit to branch debian/master
in repository pystaticconfiguration.
commit 3901edf3b7d0c5dc0ff0696094f975e0860b0356
Author: Raphaël Hertzog <hertzog at debian.org>
Date: Mon Nov 13 16:57:28 2017 +0100
Ran wrap-and-sort -s
---
debian/control | 28 +++++++++++++++++++++++-----
1 file changed, 23 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index eaa219a..2584e17 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,27 @@
Source: pystaticconfiguration
Section: python
Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Sophie Brun <sophie at freexian.com>
-Build-Depends: debhelper (>= 10), dh-python, python-all, python-setuptools, python3-all, python3-setuptools, python-sphinx, python3-sphinx, python-sphinx-rtd-theme, python3-sphinx-rtd-theme, python-pytest, python-mock, python-six, python-yaml, python3-pytest, python3-mock, python3-six, python3-yaml
+Build-Depends:
+ debhelper (>= 10),
+ dh-python,
+ python-all,
+ python-mock,
+ python-pytest,
+ python-setuptools,
+ python-six,
+ python-sphinx,
+ python-sphinx-rtd-theme,
+ python-yaml,
+ python3-all,
+ python3-mock,
+ python3-pytest,
+ python3-setuptools,
+ python3-six,
+ python3-sphinx,
+ python3-sphinx-rtd-theme,
+ python3-yaml
Standards-Version: 4.1.1
Homepage: https://github.com/dnephin/PyStaticConfiguration
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pystaticconfiguration.git
@@ -12,7 +30,7 @@ Testsuite: autopkgtest-pkg-python
Package: python-staticconf
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-staticconf-doc
Description: library for loading and reading configuration (Python 2)
This package contains PyStaticConfiguration, a Python library for loading,
@@ -30,7 +48,7 @@ Description: library for loading and reading configuration (Python 2)
Package: python3-staticconf
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-staticconf-doc
Description: library for loading and reading configuration (Python 3)
This package contains PyStaticConfiguration, a Python library for loading,
@@ -49,7 +67,7 @@ Description: library for loading and reading configuration (Python 3)
Package: python-staticconf-doc
Architecture: all
Section: doc
-Depends: ${sphinxdoc:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: library for loading and reading configuration (common documentation)
This package contains PyStaticConfiguration, a Python library for loading,
validating and reading configuration from many heterogeneous formats.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pystaticconfiguration.git
More information about the Python-modules-commits
mailing list