[Python-modules-commits] [python-jira] 01/02: Ran wrap-and-sort -s and small spacing cleanup

Raphaël Hertzog hertzog at moszumanska.debian.org
Mon Nov 13 16:20:38 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-jira.

commit 3a32f8f98b469901dbb11af522daa8a831892158
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Mon Nov 13 17:11:15 2017 +0100

    Ran wrap-and-sort -s and small spacing cleanup
---
 debian/control   | 31 ++++++++++++++++++++++++++-----
 debian/copyright |  2 +-
 2 files changed, 27 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 3b17006..0dcd952 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,37 @@ 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-sphinx, python-sphinx-rtd-theme, python-pytest, python-pytest-cov, python-pytest-runner, python3-all, python3-setuptools, python3-sphinx, python3-sphinx-rtd-theme, python3-pytest, python3-pytest-cov, python3-pytest-runner, openstack-pkg-tools (>= 52~), python-pbr, python3-pbr, testrepository, subunit
+Build-Depends:
+ debhelper (>= 10),
+ dh-python,
+ openstack-pkg-tools (>= 52~),
+ python-all,
+ python-pbr,
+ python-pytest,
+ python-pytest-cov,
+ python-pytest-runner,
+ python-setuptools,
+ python-sphinx,
+ python-sphinx-rtd-theme,
+ python3-all,
+ python3-pbr,
+ python3-pytest,
+ python3-pytest-cov,
+ python3-pytest-runner,
+ python3-setuptools,
+ python3-sphinx,
+ python3-sphinx-rtd-theme,
+ subunit,
+ testrepository
 Standards-Version: 4.1.1
 Homepage: https://github.com/pycontribs/jira
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-jira.git
-Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-jira.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-jira.git
 Testsuite: autopkgtest-pkg-python
 
 Package: python-jira
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
 Suggests: python-jira-doc
 Description: JIRA Python library (Python 2)
  This package contains a library that eases the use of the JIRA REST API
@@ -22,7 +43,7 @@ Description: JIRA Python library (Python 2)
 
 Package: python3-jira
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
 Suggests: python-jira-doc
 Description: JIRA Python library (Python 3)
  This package contains a library that eases the use of the JIRA REST API
@@ -33,7 +54,7 @@ Description: JIRA Python library (Python 3)
 Package: python-jira-doc
 Architecture: all
 Section: doc
-Depends: ${sphinxdoc:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
 Description: JIRA Python library (common documentation)
  This package contains a library that eases the use of the JIRA REST API
  from Python.
diff --git a/debian/copyright b/debian/copyright
index fe44242..456d590 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -69,7 +69,7 @@ License: BSD-2-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
  .
-  *  Redistributions of source code must retain the above copyright notice, this
+   * Redistributions of source code must retain the above copyright notice, this
      list of conditions and the following disclaimer.
  .
    * Redistributions in binary form must reproduce the above copyright notice,

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



More information about the Python-modules-commits mailing list