[Python-modules-commits] [python-setoptconf] 01/04: Tweak control

ChangZhuo Chen czchen at moszumanska.debian.org
Mon Jul 3 07:43:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

czchen pushed a commit to branch master
in repository python-setoptconf.

commit 65be18bb0237431e4c480f2ed4f67caf0d236f1b
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date:   Mon Jul 3 15:40:16 2017 +0800

    Tweak control
---
 debian/control | 35 ++++++++++++++++-------------------
 1 file changed, 16 insertions(+), 19 deletions(-)

diff --git a/debian/control b/debian/control
index 601cfd9..a65d816 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,16 @@ Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
-Build-Depends:
- debhelper (>= 9),
- dh-python,
- python-all,
- python-nose,
- python-setuptools,
- python-yaml,
- python3-all,
- python3-nose,
- python3-setuptools,
- python3-yaml
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-nose,
+               python-setuptools,
+               python-yaml,
+               python3-all,
+               python3-nose,
+               python3-setuptools,
+               python3-yaml,
 Standards-Version: 3.9.8
 Homepage: https://github.com/jayclassless/setoptconf
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-setoptconf.git
@@ -23,10 +22,9 @@ X-Python3-Version: >= 3.3
 
 Package: python-setoptconf
 Architecture: all
-Depends:
- python-yaml,
- ${misc:Depends},
- ${python:Depends}
+Depends: python-yaml,
+         ${misc:Depends},
+         ${python:Depends},
 Description: retrieve Python program settings from a variety of sources
  setoptconf is a Python library to define desired settings in a simple and
  consistent way from a variety of sources, individually or combined:
@@ -41,10 +39,9 @@ Description: retrieve Python program settings from a variety of sources
 
 Package: python3-setoptconf
 Architecture: all
-Depends:
- python3-yaml,
- ${misc:Depends},
- ${python3:Depends}
+Depends: python3-yaml,
+         ${misc:Depends},
+         ${python3:Depends},
 Description: retrieve Python3 program settings from a variety of sources
  setoptconf is a Python library to define desired settings in a simple and
  consistent way from a variety of sources, individually or combined:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-setoptconf.git



More information about the Python-modules-commits mailing list