control: update Vcs-Browser and Vcs-Git

This commit is contained in:
Mathias Behrle 2018-03-29 16:31:04 +02:00
parent d35c542ca9
commit eb806aee33
1 changed files with 75 additions and 79 deletions

154
debian/control vendored
View File

@ -1,76 +1,73 @@
Source: python-zeep
Maintainer: Debian Tryton Maintainers <tryton-debian@lists.alioth.debian.org>
Uploaders: Mathias Behrle <mbehrle@debian.org>
Section: python
Priority: optional
Maintainer: Debian Tryton Maintainers <tryton-debian@lists.alioth.debian.org>
Uploaders:
Mathias Behrle <mbehrle@debian.org>,
Build-Depends:
debhelper (>= 9),
dh-python (>= 1.20130901-1~),
libxmlsec1,
libxmlsec1-openssl,
python,
python-appdirs,
python-cached-property,
python-defusedxml,
python-flake8,
python-freezegun,
python-isodate,
python-isort,
python-lxml,
python-mock,
python-pretend,
python-pytest,
python-pytest-cov,
python-pytest-tornado,
python-requests,
python-requests-mock,
python-requests-toolbelt,
python-setuptools,
python-six (>= 1.9.0-3~),
python-tz,
python3,
python3-aiohttp,
python3-appdirs,
python3-cached-property,
python3-defusedxml,
python3-flake8,
python3-freezegun,
python3-isodate,
python3-isort,
python3-lxml,
python3-mock,
python3-pretend,
python3-pytest,
python3-pytest-cov,
python3-pytest-tornado,
python3-requests,
python3-requests-mock,
python3-requests-toolbelt,
python3-setuptools,
python3-six (>= 1.9.0-3~),
python3-tz,
Build-Depends: debhelper (>= 9),
dh-python (>= 1.20130901-1~),
libxmlsec1,
libxmlsec1-openssl,
python,
python-appdirs,
python-cached-property,
python-defusedxml,
python-flake8,
python-freezegun,
python-isodate,
python-isort,
python-lxml,
python-mock,
python-pretend,
python-pytest,
python-pytest-cov,
python-pytest-tornado,
python-requests,
python-requests-mock,
python-requests-toolbelt,
python-setuptools,
python-six (>= 1.9.0-3~),
python-tz,
python3,
python3-aiohttp,
python3-appdirs,
python3-cached-property,
python3-defusedxml,
python3-flake8,
python3-freezegun,
python3-isodate,
python3-isort,
python3-lxml,
python3-mock,
python3-pretend,
python3-pytest,
python3-pytest-cov,
python3-pytest-tornado,
python3-requests,
python3-requests-mock,
python3-requests-toolbelt,
python3-setuptools,
python3-six (>= 1.9.0-3~),
python3-tz
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/tryton-team/python-zeep
Vcs-Git: https://salsa.debian.org/tryton-team/python-zeep.git
Homepage: https://github.com/mvantellingen/python-zeep
Vcs-Browser: https://anonscm.debian.org/cgit/tryton/python-zeep.git
Vcs-Git: https://anonscm.debian.org/cgit/tryton/python-zeep.git
Package: python-zeep
Architecture: all
Depends:
python-appdirs,
python-cached-property,
python-defusedxml,
python-isodate,
python-lxml,
python-pkg-resources,
python-requests,
python-requests-toolbelt,
python-setuptools,
python-six (>= 1.9.0-3~),
python-tz,
${misc:Depends},
${python:Depends},
Depends: python-appdirs,
python-cached-property,
python-defusedxml,
python-isodate,
python-lxml,
python-pkg-resources,
python-requests,
python-requests-toolbelt,
python-setuptools,
python-six (>= 1.9.0-3~),
python-tz,
${misc:Depends},
${python:Depends}
Description: Modern SOAP client library (Python 2)
A fast and modern Python SOAP client
.
@ -96,20 +93,19 @@ Description: Modern SOAP client library (Python 2)
Package: python3-zeep
Architecture: all
Depends:
python3-aiohttp,
python3-appdirs,
python3-cached-property,
python3-defusedxml,
python3-freezegun,
python3-isodate,
python3-lxml,
python3-pkg-resources,
python3-requests,
python3-six,
python3-tz,
${misc:Depends},
${python3:Depends},
Depends: python3-aiohttp,
python3-appdirs,
python3-cached-property,
python3-defusedxml,
python3-freezegun,
python3-isodate,
python3-lxml,
python3-pkg-resources,
python3-requests,
python3-six,
python3-tz,
${misc:Depends},
${python3:Depends}
Description: Modern SOAP client library (Python 3)
A fast and modern Python SOAP client
.