Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
set debhelper with Build-Depends: debhelper-compat (= 12)
· d4cc2a27
Drew Parsons
authored
Sep 04, 2019
d4cc2a27
remove python-odil package (Python2 removal)
· 922a0499
Drew Parsons
authored
Sep 04, 2019
Closes: #937183.
922a0499
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
922a0499
odil (0.10.0-4) UNRELEASED; urgency=medium
* Standards-Version: 4.4.0
* set debhelper with Build-Depends: debhelper-compat (= 12)
* remove python-odil package (Python2 removal). Closes: #937183.
-- Drew Parsons <dparsons@debian.org> Wed, 04 Sep 2019 01:20:07 +0800
...
...
debian/compat
deleted
100644 → 0
View file @
84ba68eb
12
debian/control
View file @
922a0499
...
...
@@ -4,7 +4,7 @@ Uploaders: Julien Lamy <lamy@unistra.fr>
Section: science
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (
>
= 12
~
),
Build-Depends: debhelper
-compat
(= 12),
d-shlibs (>= 0.81),
dh-python,
cmake,
...
...
@@ -21,14 +21,11 @@ Build-Depends: debhelper (>= 12~),
libboost-log-dev,
libboost-python-dev,
pybind11-dev,
python-pybind11,
python3-pybind11,
libboost-test-dev,
chrpath,
dcmtk,
python-dev,
python3-dev,
python-nose,
python3-nose
Build-Depends-Indep: doxygen,
graphviz
...
...
@@ -100,23 +97,6 @@ Description: C++11 library for the DICOM standard (documentation)
.
This package contains the documentation files.
Package: python-odil
Architecture: any
Multi-Arch: foreign
Section: python
Depends: libodil0 (= ${binary:Version}),
${shlibs:Depends},
${python:Depends},
${misc:Depends}
Description: C++11 library for the DICOM standard (Python wrappers)
Odil leverages C++ constructs to provide a user-friendly API of the
different parts of the DICOM standard. Included in Odil are exception-based
error handling, generic access to datasets elements, standard JSON and XML
representation of datasets, and generic implementation of messages, clients
and servers for the various DICOM protocols.
.
This package contains the Python wrappers.
Package: python3-odil
Architecture: any
Multi-Arch: foreign
...
...
debian/python-odil.install
deleted
100644 → 0
View file @
84ba68eb
usr
/
lib
/
python2
*/
dist
-
packages
/
odil
/*so
usr/lib/python2*/
dist
-
packages
/
odil
/*
py
debian/rules
View file @
922a0499
...
...
@@ -6,12 +6,11 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DCMDICTPATH=$(shell ls /usr/share/libdcmtk*/dicom.dic | head -n 1)
# Find all Python versions
PYTHON2=$(shell pyversions -vrd)
PYTHON3=$(shell py3versions -vrd)
ALLPY=
$(PYTHON2)
$(PYTHON3)
ALLPY=$(PYTHON3)
%:
dh $@ --builddirectory=build --with
python2,
python3
dh $@ --builddirectory=build --with python3
# Base build: no wrappers
override_dh_auto_configure-arch:
...
...
@@ -119,9 +118,6 @@ 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: