[spyder] 03/13: cme fix dpkg-control

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jan 24 18:33:35 UTC 2017


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

ghisvail-guest pushed a commit to branch master
in repository spyder.

commit 1935f18681bbcce9f39f7e61da277588acc0d3b2
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue Jan 24 12:18:55 2017 +0000

    cme fix dpkg-control
    
    - Fix alignment in itemized fields
    - Wrap and sort dependencies
    
    Gbp-Dch: full
---
 debian/control | 75 ++++++++++++++++++++++++++++++----------------------------
 1 file changed, 39 insertions(+), 36 deletions(-)

diff --git a/debian/control b/debian/control
index d1a17c1..81ded31 100644
--- a/debian/control
+++ b/debian/control
@@ -38,7 +38,8 @@ Description: Python IDE for scientists (Python 2)
 Package: python-spyderlib
 Architecture: all
 Section: oldlibs
-Depends: ${misc:Depends}, python-spyder
+Depends: ${misc:Depends},
+         python-spyder
 Description: transitional dummy package for python-spyder
  This is a transitional package to ease upgrades to the
  python-spyder package. It can be safely removed.
@@ -50,21 +51,21 @@ Depends: ${misc:Depends},
          ${python:Depends},
          libjs-jquery,
          libjs-mathjax,
-	 pep8,
-	 pylint,
-	 python-bs4,
-	 python-nbconvert,
+         pep8,
+         pylint,
+         python-bs4,
+         python-nbconvert,
          python-pep8,
+         python-pickleshare,
          python-psutil,
-	 python-qtawesome,
-	 python-qtconsole,
+         python-pyflakes,
+         python-pygments,
+         python-qtawesome,
+         python-qtconsole,
          python-qtpy (>= 1.1.0),
-	 python-pickleshare,
-	 python-pyflakes,
-	 python-pygments,
-	 python-sphinx,
-	 python-zmq,
-         spyder-common (= ${binary:Version}),
+         python-sphinx,
+         python-zmq,
+         spyder-common (= ${binary:Version})
 Recommends: python-matplotlib,
             python-numpy,
             python-pandas,
@@ -73,15 +74,15 @@ Recommends: python-matplotlib,
 Suggests: gitk,
           python-jedi,
           python-rope,
-          tortoisehg,
+          tortoisehg
 Breaks: ${python:Breaks},
-        spyder (<< 2.3.0+dfsg-2),
+        python-spyderlib (<< 3.0.0+dfsg1-1~),
         python-spyderlib-doc (<< 2.3.0+dfsg-4),
-        python-spyderlib (<< 3.0.0+dfsg1-1~)
+        spyder (<< 2.3.0+dfsg-2)
 Provides: ${python:Provides},
           python-spyderlib
-Replaces: spyder (<< 2.0.12-1),
-          python-spyderlib (<< 3.0.0+dfsg1-1~)
+Replaces: python-spyderlib (<< 3.0.0+dfsg1-1~),
+          spyder (<< 2.0.12-1)
 Description: Python IDE for scientists (Python 2 modules)
  Originally written to design Spyder (the Scientific PYthon
  Development EnviRonment), the spyderlib Python library provides
@@ -96,7 +97,8 @@ Description: Python IDE for scientists (Python 2 modules)
 Package: python-spyderlib-doc
 Architecture: all
 Section: oldlibs
-Depends: ${misc:Depends}, spyder-doc
+Depends: ${misc:Depends},
+         spyder-doc
 Description: transitional dummy package for python-spyder-doc
  This is a transitional package to ease upgrades to the
  spyder-doc package. It can be safely removed.
@@ -138,7 +140,8 @@ Description: Python IDE for scientists (Python 3)
 Package: python3-spyderlib
 Architecture: all
 Section: oldlibs
-Depends: ${misc:Depends}, python3-spyder
+Depends: ${misc:Depends},
+         python3-spyder
 Description: transitional dummy package for python3-spyder
  This is a transitional package to ease upgrades to the
  python3-spyder package. It can be safely removed.
@@ -150,21 +153,21 @@ Depends: ${misc:Depends},
          ${python3:Depends},
          libjs-jquery,
          libjs-mathjax,
-	 pep8,
-	 pylint,
-	 python3-bs4,
-	 python3-nbconvert,
-	 python3-pep8,
+         pep8,
+         pylint,
+         python3-bs4,
+         python3-nbconvert,
+         python3-pep8,
+         python3-pickleshare,
          python3-psutil,
-	 python3-qtawesome,
-	 python3-qtconsole,
+         python3-pyflakes,
+         python3-pygments,
+         python3-qtawesome,
+         python3-qtconsole,
          python3-qtpy (>= 1.1.0),
-	 python3-pickleshare,
-	 python3-pyflakes,
-	 python3-pygments,
-	 python3-sphinx,
-	 python3-zmq,
-         spyder-common (= ${binary:Version}),
+         python3-sphinx,
+         python3-zmq,
+         spyder-common (= ${binary:Version})
 Recommends: python3-matplotlib,
             python3-numpy,
             python3-pandas,
@@ -172,10 +175,10 @@ Recommends: python3-matplotlib,
             spyder-doc (= ${binary:Version})
 Suggests: gitk,
           python3-jedi,
-          tortoisehg,
+          tortoisehg
 Breaks: ${python3:Breaks},
-        spyder3 (<< 2.3.0+dfsg-2),
-        python3-spyderlib (<< 3.0.0+dfsg1-1~)
+        python3-spyderlib (<< 3.0.0+dfsg1-1~),
+        spyder3 (<< 2.3.0+dfsg-2)
 Provides: ${python3:Provides},
           python3-spyderlib
 Replaces: python3-spyderlib (<< 3.0.0+dfsg1-1~)

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



More information about the debian-science-commits mailing list