[Python-modules-commits] [sphinx-rtd-theme] 03/05: Wrap and sort the build-dependencies list.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Fri Jun 30 17:19:44 UTC 2017
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository sphinx-rtd-theme.
commit 9b38a8d91cc75e5988104e10cf81af144f50a177
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Tue Jun 20 15:34:13 2017 +0300
Wrap and sort the build-dependencies list.
Gbp-Dch: Ignore
---
debian/control | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 3b0c971..f9e37b9 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,12 @@ Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Dmitry Shachnev <mitya57 at debian.org>
-Build-Depends: python-setuptools, python-all (>= 2.7), debhelper (>= 10),
- dh-python, python3-all, python3-setuptools
+Build-Depends: debhelper (>= 10),
+ dh-python,
+ python-all (>= 2.7),
+ python-setuptools,
+ python3-all,
+ python3-setuptools
Standards-Version: 4.0.0
Homepage: https://github.com/rtfd/sphinx_rtd_theme
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/sphinx-rtd-theme.git
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinx-rtd-theme.git
More information about the Python-modules-commits
mailing list