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

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


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

tille pushed a commit to tag debian/0.8.0-1
in repository seaborn.

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

    cme fix dpkg-control
---
 debian/changelog |  1 +
 debian/control   | 81 ++++++++++++++++++++++++++++++++------------------------
 2 files changed, 47 insertions(+), 35 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d8989f6..b532f98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ seaborn (0.7.1-2.1) UNRELEASED; urgency=medium
   * Team upload.
   * Add python*-pytest to Build-Depends
     Closes: #868616
+  * cme fix dpkg-control
 
  -- Andreas Tille <tille at debian.org>  Mon, 24 Jul 2017 11:34:52 +0200
 
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