Skip to content
Commits on Source (8)
openslide-python (1.1.1-4) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Testsuite: autopkgtest-pkg-python
* Remove trailing whitespace in debian/rules
* Lintian warnings about depends other Python variant
* Drop ancient X-Python-Version field
-- Andreas Tille <tille@debian.org> Mon, 29 Oct 2018 10:37:28 +0100
openslide-python (1.1.1-3) unstable; urgency=medium
[ Mathieu Malaterre ]
......
......@@ -2,8 +2,9 @@ Source: openslide-python
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper (>= 11~),
dh-python,
python-dev,
python-pil,
......@@ -12,12 +13,10 @@ Build-Depends: debhelper (>= 10),
python3-pil,
python3-setuptools,
libopenslide-dev
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/openslide-python.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/openslide-python.git
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/openslide-python
Vcs-Git: https://salsa.debian.org/med-team/openslide-python.git
Homepage: http://openslide.org
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Package: python-openslide
Architecture: any
......
# Examples are for both Python variants
python-openslide-examples: python-package-depends-on-package-from-other-python-variant Depends: python3-flask
python-openslide-examples: python-package-depends-on-package-from-other-python-variant Depends: python3-openslide
# Examples are for both Python variants
python3-openslide: python-package-depends-on-package-from-other-python-variant Recommends: python-openslide-examples