Skip to content
Commits on Source (5)
python-csb (1.2.5+dfsg-2) unstable; urgency=medium
* Add dh-python to Build-Depends since this will be dropped from python3's
Depends soon
* Standards-Version: 4.1.3
* Point Vcs fields to salsa.debian.org
* debhelper 11
-- Andreas Tille <tille@debian.org> Thu, 05 Apr 2018 14:57:10 +0200
python-csb (1.2.5+dfsg-1) unstable; urgency=medium
* New upstream version
......
......@@ -4,7 +4,8 @@ Uploaders: Tomas Di Domenico <tdido@tdido.com.ar>,
Andreas Tille <tille@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper (>= 11~),
dh-python,
python-all,
python3-all,
python-epydoc,
......@@ -16,9 +17,9 @@ Build-Depends: debhelper (>= 10),
python3-scipy,
python3-matplotlib,
python3-setuptools
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-csb.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/python-csb.git
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/med-team/python-csb
Vcs-Git: https://salsa.debian.org/med-team/python-csb.git
Homepage: https://github.com/csb-toolbox/CSB
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.1
......