[Python-modules-commits] [python3-proselint] 01/02: Run `wrap-and-sort -ast`

Víctor Cuadrado Juan viccuad-guest at moszumanska.debian.org
Sun Nov 6 18:14:47 UTC 2016


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

viccuad-guest pushed a commit to branch master
in repository python3-proselint.

commit 929262984c6456310db293375f1ed666dd31b0e2
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Sun Nov 6 19:10:43 2016 +0100

    Run `wrap-and-sort -ast`
---
 debian/control   | 17 +++++++++--------
 debian/copyright |  4 ++--
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index b03e316..db20336 100644
--- a/debian/control
+++ b/debian/control
@@ -2,28 +2,29 @@ Source: python3-proselint
 Section: text
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Víctor Cuadrado Juan <me at viccuad.me>
+Uploaders:
+ Víctor Cuadrado Juan <me at viccuad.me>,
 Build-Depends:
  debhelper (>=9),
  dh-python,
  python3-all,
- python3-setuptools,
- python3-pkg-resources,
-# for tests:
- python3-nose,
  python3-click,
  python3-future,
- python3-six
+ python3-nose,
+ python3-pkg-resources,
+ python3-setuptools,
+ python3-six,
 Standards-Version: 3.9.8
 Homepage: http://proselint.com
 X-Python3-Version: >= 3.2
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python3-proselint.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python3-proselint.git
 
-
 Package: python3-proselint
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
 Description: Library and command-line prose linter utility (Python 3)
  Proselint aggregates knowledge about best practices in writing from world's
  greatest writers and editors, and makes it accessible by giving suggestions in
diff --git a/debian/copyright b/debian/copyright
index 8748683..56dc80c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,7 +9,7 @@ Copyright: 2014–2016 Jordan Suchow
            2014-2016 Michael Pacer
            2014-2016 Lara A. Ross
 License: BSD-3-clause-proselint-copyright
- Copyright © 2014–2016, Jordan Suchow, Michael Pacer, and Lara A. Ross 
+ Copyright © 2014–2016, Jordan Suchow, Michael Pacer, and Lara A. Ross
  All rights reserved.
  .
  Redistribution and use in source and binary forms, with or without
@@ -66,4 +66,4 @@ License: BSD-3-clause
  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- SUCH DAMAGE.
\ No newline at end of file
+ SUCH DAMAGE.

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



More information about the Python-modules-commits mailing list