Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
d/control: Add conflict with python2 packages, Closes: #908472
· 21ebea90
Gert Wollny
authored
Oct 01, 2018
21ebea90
Update changelog for release
· 6db9b97e
Gert Wollny
authored
Oct 01, 2018
6db9b97e
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
6db9b97e
gdcm (2.8.7-3) unstable; urgency=medium
* d/control: Add conflict with python2 packages, Closes: #908472
-- Gert Wollny <gewo@debian.org> Mon, 01 Oct 2018 20:48:07 +0200
gdcm (2.8.7-2) unstable; urgency=medium
[ Andreas Tille ]
...
...
debian/control
View file @
6db9b97e
...
...
@@ -104,6 +104,7 @@ Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, libgdcm2.8 (= ${binary:Version})
Provides: ${python:Provides}
Conflicts: python-gdcm
Description: Grassroots DICOM Python bindings
Grassroots DiCoM is a C++ library for DICOM medical files. It is
automatically wrapped to python/C#/Java (using swig). It supports
...
...
@@ -155,6 +156,7 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, libvtkgdcm2.8 (= ${binary:Version})
Provides: ${python:Provides}
Suggests: python3-gdcm
Conflicts: python-vtkgdcm
Description: Grassroots DICOM VTK/Python bindings
Grassroots DiCoM is a C++ library for DICOM medical files. It is
automatically wrapped to python/C#/Java (using swig). It supports
...
...