[seaborn] 06/10: cme fix dpkg-control

Andreas Tille tille at debian.org
Mon Jul 24 10:43:38 UTC 2017


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

tille pushed a commit to branch debian
in repository seaborn.

commit 67a6a6a4468d6bdb836ee189fadd4b5b8a6c0547
Author: Andreas Tille <tille at debian.org>
Date:   Mon Jul 24 11:47:02 2017 +0200

    cme fix dpkg-control
---
 debian/control | 81 +++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 46 insertions(+), 35 deletions(-)

diff --git a/debian/control b/debian/control
index 5da4b4f..43b0a10 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,35 @@
 Source: seaborn
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Yaroslav Halchenko <debian at onerussian.com>,
+           Michael Hanke <michael.hanke at gmail.com>
 Section: python
 Priority: optional
-Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: Yaroslav Halchenko <debian at onerussian.com>, Michael Hanke <michael.hanke at gmail.com>
-Build-Depends: debhelper (>= 8), dh-python,
- python-setuptools, python3-setuptools,
- python-all (>= 2.6.6-3~), python3-all,
- python-nose, python3-nose,
- xvfb, xauth,
- python-numpy, python-scipy,
- python-pandas,
- python-matplotlib, python-tk,
- python-statsmodels,
- python-patsy,
- python-pytest,
- python3-numpy, python3-scipy,
- python3-pandas,
- python3-matplotlib | python-matplotlib (<< 1.2.0~),
- python3-tk,
- python3-patsy,
- python3-pytest,
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 8),
+               dh-python,
+               python-setuptools,
+               python3-setuptools,
+               python-all,
+               python3-all,
+               python-nose,
+               python3-nose,
+               xvfb,
+               xauth,
+               python-numpy,
+               python-scipy,
+               python-pandas,
+               python-matplotlib,
+               python-tk,
+               python-statsmodels,
+               python-patsy,
+               python-pytest,
+               python3-numpy,
+               python3-scipy,
+               python3-pandas,
+               python3-matplotlib | python-matplotlib (<< 1.2.0~),
+               python3-tk,
+               python3-patsy,
+               python3-pytest
+Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/seaborn.git
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/seaborn.git -b debian
 Homepage: https://github.com/mwaskom/seaborn
@@ -29,14 +38,15 @@ X-Python3-Version: >= 3.2
 
 Package: python-seaborn
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends},
- python-numpy, python-scipy,
- python-pandas,
- python-matplotlib,
-Recommends:
- python-statsmodels,
- python-patsy,
- python-bs4,
+Depends: ${misc:Depends},
+         ${python:Depends},
+         python-numpy,
+         python-scipy,
+         python-pandas,
+         python-matplotlib
+Recommends: python-statsmodels,
+            python-patsy,
+            python-bs4
 Description: statistical visualization library
  Seaborn is a library for making attractive and informative
  statistical graphics in Python. It is built on top of matplotlib and
@@ -63,13 +73,14 @@ Description: statistical visualization library
 
 Package: python3-seaborn
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends},
- python3-numpy, python3-scipy,
- python3-pandas,
- python3-matplotlib,
-Recommends:
- python3-patsy,
- python3-bs4
+Depends: ${misc:Depends},
+         ${python3:Depends},
+         python3-numpy,
+         python3-scipy,
+         python3-pandas,
+         python3-matplotlib
+Recommends: python3-patsy,
+            python3-bs4
 Description: statistical visualization library
  Seaborn is a library for making attractive and informative
  statistical graphics in Python. It is built on top of matplotlib and

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



More information about the debian-science-commits mailing list