[Python-modules-commits] [numpydoc] 03/05: cme fix dpkg-control
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Dec 28 21:16:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to tag debian/0.6.0+ds1-1
in repository numpydoc.
commit b48953a190237583d07c1838f8c0bf66922bb3ff
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Wed Dec 28 20:58:56 2016 +0000
cme fix dpkg-control
- Drop versioned dependency on python-all
- Drop versioned dependency on python[,3]-sphinx
- Wrap and sort
Gbp-Dch: full
---
debian/control | 40 ++++++++++++++++++++++------------------
1 file changed, 22 insertions(+), 18 deletions(-)
diff --git a/debian/control b/debian/control
index 2bf7068..f63511f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,30 +1,32 @@
Source: numpydoc
-Section: python
-Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Denis Laxalde <denis at laxalde.org>
-Build-Depends: python-all (>= 2.7),
- python3-all (>= 3.4),
- debhelper (>= 9),
- python-setuptools,
- python3-setuptools,
- python-nose,
- python3-nose,
- python-sphinx (>= 1.0.1),
- python3-sphinx (>= 1.0.1),
- python-matplotlib,
- python3-matplotlib,
- dh-python
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-matplotlib,
+ python-nose,
+ python-setuptools,
+ python-sphinx,
+ python3-all (>= 3.4),
+ python3-matplotlib,
+ python3-nose,
+ python3-setuptools,
+ python3-sphinx
Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/numpydoc.git
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/numpydoc.git
Homepage: https://github.com/numpy/numpydoc
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
-Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/numpydoc.git
-Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/numpydoc.git
Package: python-numpydoc
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-sphinx (>= 1.0.1)
+Depends: ${misc:Depends},
+ ${python:Depends},
+ python-sphinx
Suggests: python-matplotlib
Description: Sphinx extension to support docstrings in Numpy format -- Python 2
This package defines several extensions for the Sphinx documentation
@@ -35,7 +37,9 @@ Description: Sphinx extension to support docstrings in Numpy format -- Python 2
Package: python3-numpydoc
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, python3-sphinx (>= 1.0.1)
+Depends: ${misc:Depends},
+ ${python3:Depends},
+ python3-sphinx
Suggests: python3-matplotlib
Description: Sphinx extension to support docstrings in Numpy format -- Python3
This package defines several extensions for the Sphinx documentation
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/numpydoc.git
More information about the Python-modules-commits
mailing list