Skip to content
Commits on Source (4)
odil (0.10.0-3) unstable; urgency=medium
[ Julien Lamy ]
* Fix building with dcmtk 3.6.4-1
-- Julien Lamy <lamy@unistra.fr> Mon, 14 Jan 2019 14:53 +0100
[ Andreas Tille ]
* Standards-Version: 4.3.0
* debhelper 12
* override_dh_dwz
-- Julien Lamy <lamy@unistra.fr> Mon, 14 Jan 2019 18:42:21 +0100
odil (0.10.0-2) unstable; urgency=medium
......
......@@ -4,7 +4,7 @@ Uploaders: Julien Lamy <lamy@unistra.fr>
Section: science
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 11~),
Build-Depends: debhelper (>= 12~),
d-shlibs (>= 0.81),
dh-python,
cmake,
......@@ -32,7 +32,7 @@ Build-Depends: debhelper (>= 11~),
python3-nose
Build-Depends-Indep: doxygen,
graphviz
Standards-Version: 4.2.1
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/odil
Vcs-Git: https://salsa.debian.org/med-team/odil.git
Homepage: https://github.com/lamyj/odil
......
......@@ -119,6 +119,9 @@ override_dh_clean:
find tests -name "*pyc" -delete
rm -rf build-nopy $(ALLPY:%=build-py%) build-indep documentation/_build
override_dh_dwz:
echo "Ignore dh_dwz due to 'dwz -q -- debian/python-odil/usr/lib/python2.7/dist-packages/odil/_odil.x86_64-linux-gnu.so returned exit code 1'"
# These steps are not needed for arch-independent packages
override_dh_auto_configure-indep:
override_dh_auto_test-indep: