[python-fabio] 05/06: cme fix and wrap-en-sort

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Sat Sep 2 14:19:06 UTC 2017


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

picca pushed a commit to branch master
in repository python-fabio.

commit e6bc8b08dc81061717829972fe11fa05d9c984ea
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Sat Sep 2 16:12:07 2017 +0200

    cme fix and wrap-en-sort
---
 debian/control   | 56 +++++++++++++++++++++-----------------------------------
 debian/copyright |  6 +++---
 2 files changed, 24 insertions(+), 38 deletions(-)

diff --git a/debian/control b/debian/control
index c154efb..594e11f 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,8 @@ Build-Depends: cython,
                cython3-dbg,
                debhelper (>= 9),
                dh-python,
-               python-all-dev,
                python-all-dbg,
+               python-all-dev,
                python-imaging,
                python-imaging-dbg,
                python-lxml,
@@ -20,10 +20,10 @@ Build-Depends: cython,
                python-numpy-dbg,
                python-setuptools,
                python-six,
-               python-sphinx (>= 1.0.7+dfsg-1~),
+               python-sphinx,
                python-sphinxcontrib.programoutput,
-               python3-all-dev,
                python3-all-dbg,
+               python3-all-dev,
                python3-lxml,
                python3-lxml-dbg,
                python3-numpy,
@@ -34,9 +34,9 @@ Build-Depends: cython,
                python3-six,
                python3-sphinx,
                python3-sphinxcontrib.programoutput
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/python-fabio.git
-Vcs-Git: git://anonscm.debian.org/debian-science/packages/python-fabio.git
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/python-fabio.git
 Homepage: https://github.com/silx-kit/fabio
 X-Python-Version: >= 2.5
 X-Python3-Version: >= 3.4
@@ -44,9 +44,9 @@ X-Python3-Version: >= 3.4
 Package: fabio-viewer
 Architecture: all
 Section: python
-Depends: ${misc:Depends},
-         ${python:Depends},
-         python-fabio (>= ${source:Version})
+Depends: python-fabio (>= ${source:Version}),
+         ${misc:Depends},
+         ${python:Depends}
 Breaks: python-fabio (<< 0.2.2+dfsg-2~)
 Replaces: python-fabio (<< 0.2.2+dfsg-2~)
 Description: Viewer for images produced by 2D X-ray detector
@@ -62,16 +62,9 @@ Description: Viewer for images produced by 2D X-ray detector
 Package: python-fabio
 Architecture: any
 Section: python
-Depends: ${misc:Depends},
-         ${python:Depends},
-         ${shlibs:Depends},
-         python-six
-Recommends: fabio-viewer,
-            python-imaging,
-            python-lxml,
-            python-matplotlib
-Suggests: pyfai,
-          python-fabio-doc
+Depends: python-six, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Recommends: fabio-viewer, python-imaging, python-lxml, python-matplotlib
+Suggests: pyfai, python-fabio-doc
 Description: I/O library for images produced by 2D X-ray detector - Python2
  FabIO is an I/O library for images produced by 2D X-ray detectors and
  written in Python. FabIO support images detectors from a dozen of
@@ -85,10 +78,10 @@ Description: I/O library for images produced by 2D X-ray detector - Python2
 Package: python-fabio-dbg
 Architecture: any
 Section: debug
-Depends: ${misc:Depends},
+Depends: python-fabio (= ${binary:Version}),
+         ${misc:Depends},
          ${python:Depends},
-         ${shlibs:Depends},
-         python-fabio (= ${binary:Version})
+         ${shlibs:Depends}
 Recommends: python-dbg,
             python-imaging-dbg,
             python-lxml-dbg,
@@ -107,15 +100,9 @@ Description: I/O library for images produced by 2D X-ray detector - Python2 debu
 Package: python3-fabio
 Architecture: any
 Section: python
-Depends: ${misc:Depends},
-         ${python3:Depends},
-         ${shlibs:Depends},
-         python3-six
-Recommends: python3-lxml,
-            python3-matplotlib,
-            python3-pil
-Suggests: pyfai,
-          python-fabio-doc
+Depends: python3-six, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Recommends: python3-lxml, python3-matplotlib, python3-pil
+Suggests: pyfai, python-fabio-doc
 Description: I/O library for images produced by 2D X-ray detector - Python3
  FabIO is an I/O library for images produced by 2D X-ray detectors and
  written in Python. FabIO support images detectors from a dozen of
@@ -129,10 +116,10 @@ Description: I/O library for images produced by 2D X-ray detector - Python3
 Package: python3-fabio-dbg
 Architecture: any
 Section: debug
-Depends: ${misc:Depends},
+Depends: python3-fabio (= ${binary:Version}),
+         ${misc:Depends},
          ${python3:Depends},
-         ${shlibs:Depends},
-         python3-fabio (= ${binary:Version})
+         ${shlibs:Depends}
 Recommends: python3-dbg,
             python3-lxml-dbg,
             python3-matplotlib-dbg,
@@ -151,8 +138,7 @@ Description: I/O library for images produced by 2D X-ray detector - Python3 debu
 Package: python-fabio-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
-         ${sphinxdoc:Depends}
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
 Description: I/O library for images produced by 2D X-ray detector - documentation
  FabIO is an I/O library for images produced by 2D X-ray detectors and
  written in Python. FabIO support images detectors from a dozen of
diff --git a/debian/copyright b/debian/copyright
index 0c9a92a..c4874c1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: fabio
 Upstream-Contact: Jérôme Kieffer <kieffer at esrf.eu>
 Source: https://github.com/silx-kit/fabio/releases/tag/v0.4.0
@@ -161,11 +161,11 @@ License: BSD-3-clause
  .
    * Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
-     documentation and/or other materials provided with the distribution. 
+     documentation and/or other materials provided with the distribution.
  .
    * Neither the name of foo nor the names of its
      contributors may be used to endorse or promote products derived from
-     this software without specific prior written permission. 
+     this software without specific prior written permission.
  .
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
  IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED

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



More information about the debian-science-commits mailing list