Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
d/control: Add break/replace lib package, Closes: #901214
· 0bdaa3eb
Gert Wollny
authored
Nov 10, 2018
0bdaa3eb
Update changelog for release
· 09481fdd
Gert Wollny
authored
Nov 10, 2018
09481fdd
check differently
· 6f425cb3
Gert Wollny
authored
Nov 10, 2018
6f425cb3
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
6f425cb3
vtk-dicom (0.8.7-2) unstable; urgency=medium
* d/control: Add break/replace lib package, Closes: #901214
-- Gert Wollny <gewo@debian.org> Sat, 10 Nov 2018 13:56:45 +0100
vtk-dicom (0.8.7-1) unstable; urgency=medium
* d/*.install: move cmake files into -dev package, Closes: #901214
...
...
debian/control
View file @
6f425cb3
...
...
@@ -26,8 +26,8 @@ Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libvtkdicom0.8 (= ${binary:Version}), ${misc:Depends}
Replaces: libvtk-dicom0.7-dev
Conflict
s: libvtk-dicom0.7-dev
Replaces: libvtk-dicom0.7-dev
, libvtkdicom0.7
Break
s: libvtk-dicom0.7-dev
, libvtkdicom0.7
Description: DICOM for VTK - dev
This package contains a set of classes for managing DICOM
files and metadata from within VTK, and some utility programs
...
...