Commit ba63ae4e authored by Julien Lamy's avatar Julien Lamy
Browse files

Fix building against dcmtk 3.6.4-1

parent b09f49eb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
odil (0.10.0-3) unstable; urgency=medium

  * Fix building with dcmtk 3.6.4-1

 -- Julien Lamy <lamy@unistra.fr>  Mon, 14 Jan 2019 14:53 +0100

odil (0.10.0-2) unstable; urgency=medium

  * Team Upload
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,9 @@

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# needed for the tests
export DCMDICTPATH=$(shell ls /usr/share/libdcmtk*/dicom.dic | head -n 1)

# Find all Python versions
PYTHON2=$(shell pyversions -vrd)
PYTHON3=$(shell py3versions -vrd)