[Python-modules-commits] [python-envparse] 01/03: Minor formatting cleanups

Raphaël Hertzog hertzog at moszumanska.debian.org
Mon Nov 13 15:14:53 UTC 2017


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

hertzog pushed a commit to branch debian/master
in repository python-envparse.

commit 783869311393f192e6b68def649276f71a317870
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Mon Nov 13 16:04:26 2017 +0100

    Minor formatting cleanups
---
 debian/control   | 18 +++++++++++++++---
 debian/copyright |  2 +-
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 0c8895e..7e231f8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,15 @@ Section: python
 Priority: optional
 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, python-pytest, python3-all, python3-setuptools, python3-pytest
+Build-Depends:
+ debhelper (>= 10),
+ dh-python,
+ python-all,
+ python-pytest,
+ python-setuptools,
+ python3-all,
+ python3-pytest,
+ python3-setuptools
 Standards-Version: 4.1.1
 Homepage: https://github.com/rconradharris/envparse
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-envparse.git
@@ -12,7 +20,9 @@ Testsuite: autopkgtest-pkg-python
 
 Package: python-envparse
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${python:Depends}
 Description: environment variable parsing (Python 2)
  This package contains a simple utility to parse environment variables.
  os.environ is a great choice to start off with but over time you'll find
@@ -24,7 +34,9 @@ Description: environment variable parsing (Python 2)
 
 Package: python3-envparse
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${python3:Depends}
 Description: environment variable parsing (Python 3)
  This package contains a simple utility to parse environment variables.
  os.environ is a great choice to start off with but over time you'll find
diff --git a/debian/copyright b/debian/copyright
index fbefe0b..a89bb28 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,7 +5,7 @@ Source: https://github.com/rconradharris/envparse
 Files: *
 Copyright: 2012 Rick Harris <rconradharris at gmail.com>
            2013 Daniele Faraglia
-	   2015 Russell Davies
+           2015 Russell Davies
 License: MIT
 
 Files: debian/*

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



More information about the Python-modules-commits mailing list