[Python-modules-commits] [python-bioblend] 04/06: wrap-and-sort -t -a

Ondřej Nový onovy at moszumanska.debian.org
Tue Jul 5 09:04:14 UTC 2016


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

onovy pushed a commit to branch master
in repository python-bioblend.

commit 4a75bbe815e4be1c3c5997686d67557e82c6aea5
Author: Ondřej Nový <onovy at debian.org>
Date:   Tue Jul 5 11:00:15 2016 +0200

    wrap-and-sort -t -a
---
 debian/changelog                 |  1 +
 debian/control                   | 33 +++++++++++++++++++++------------
 debian/copyright                 |  4 ++--
 debian/python-bioblend-doc.links |  2 +-
 4 files changed, 25 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9364769..6e201c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ python-bioblend (0.7.0-2) UNRELEASED; urgency=medium
   * Fixed Vcs- urls
   * Added python3-sphinx to build depends
   * Fixed JS dependency and links in docs (Closes: #829657)
+  * wrap-and-sort -t -a
 
  -- Ondřej Nový <onovy at debian.org>  Tue, 05 Jul 2016 10:48:04 +0200
 
diff --git a/debian/control b/debian/control
index ab958f1..b829171 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,17 @@ Source: python-bioblend
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Steffen Moeller <moeller at debian.org>
+Uploaders: Steffen Moeller <moeller at debian.org>,
 Build-Depends: debhelper (>=9),
                dh-python,
-               python-all (>= 2.6.6-3~), python3-all,
-               python-setuptools, python3-setuptools,
-               python-boto, python3-boto,
-               python-requests-toolbelt, python3-requests-toolbelt,
+               python-all (>= 2.6.6-3~),
+               python-boto,
+               python-requests-toolbelt,
+               python-setuptools,
+               python3-all,
+               python3-boto,
+               python3-requests-toolbelt,
+               python3-setuptools,
                python3-sphinx,
 Standards-Version: 3.9.8
 Homepage: https://github.com/galaxyproject/bioblend
@@ -19,9 +23,10 @@ X-Python3-Version: >= 3.2
 
 Package: python-bioblend
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Conflicts: python3-bioblend
-Suggests: python-bioblend-doc
+Depends: ${misc:Depends},
+         ${python:Depends},
+Conflicts: python3-bioblend,
+Suggests: python-bioblend-doc,
 Description: CloudMan and Galaxy API library (Python 2)
  BioBlend is a Python library for interacting with CloudMan and Galaxy's API.
  BioBlend is supported and tested on:
@@ -46,9 +51,10 @@ Description: CloudMan and Galaxy API library (Python 2)
 
 Package: python3-bioblend
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
-Conflicts: python-bioblend
-Suggests: python-bioblend-doc
+Depends: ${misc:Depends},
+         ${python3:Depends},
+Conflicts: python-bioblend,
+Suggests: python-bioblend-doc,
 Description: CloudMan and Galaxy API library (Python 3)
  BioBlend is a Python library for interacting with CloudMan and Galaxy's API.
  BioBlend is supported and tested on:
@@ -74,7 +80,10 @@ Description: CloudMan and Galaxy API library (Python 3)
 Package: python-bioblend-doc
 Architecture: all
 Section: doc
-Depends: ${sphinxdoc:Depends}, ${misc:Depends}, libjs-underscore, libjs-jquery
+Depends: libjs-jquery,
+         libjs-underscore,
+         ${misc:Depends},
+         ${sphinxdoc:Depends},
 Description: CloudMan and Galaxy API library (common documentation)
  BioBlend is a Python library for interacting with CloudMan and Galaxy's
  API.
diff --git a/debian/copyright b/debian/copyright
index 4ac5a12..e682f4f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -25,6 +25,6 @@ License: MIT
  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/debian/python-bioblend-doc.links b/debian/python-bioblend-doc.links
index e2a86f6..519b87c 100644
--- a/debian/python-bioblend-doc.links
+++ b/debian/python-bioblend-doc.links
@@ -1,2 +1,2 @@
-usr/share/javascript/underscore/underscore.js usr/share/doc/python-bioblend-doc/singlehtml/_static/underscore.js
 usr/share/javascript/jquery/jquery.js usr/share/doc/python-bioblend-doc/singlehtml/_static/jquery.js
+usr/share/javascript/underscore/underscore.js usr/share/doc/python-bioblend-doc/singlehtml/_static/underscore.js

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



More information about the Python-modules-commits mailing list