Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Apply patch by Andreas Beckmann <anbe@debian.org>
· 950eed5b
Andreas Tille
authored
Apr 05, 2019
950eed5b
Standards-Version: 4.3.0
· 3e3a22d8
Andreas Tille
authored
Apr 05, 2019
3e3a22d8
Upload to unstable
· 2662676e
Andreas Tille
authored
Apr 05, 2019
2662676e
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
2662676e
camitk (4.1.2-3) unstable; urgency=medium
[ Andreas Beckmann ]
* libcamitk-dev: Add Breaks against several vtk6 packages to force switching
from libvtk6-dev to libvtk7-dev. (Closes: #926430)
[ Andreas Tille ]
* Standards-Version: 4.3.0
-- Andreas Tille <tille@debian.org> Fri, 05 Apr 2019 07:36:59 +0200
camitk (4.1.2-2) unstable; urgency=medium
* VTK7 compatibility. Closes: #909120
...
...
debian/control
View file @
2662676e
...
...
@@ -21,7 +21,7 @@ Build-Depends: debhelper (>= 11~),
xauth,
doxygen,
graphviz
Standards-Version: 4.
2.1
Standards-Version: 4.
3.0
Vcs-Browser: https://salsa.debian.org/med-team/camitk
Vcs-Git: https://salsa.debian.org/med-team/camitk.git
Homepage: https://camitk.imag.fr/
...
...
@@ -81,7 +81,11 @@ Depends: libcamitk4 (= ${binary:Version}),
${shlibs:Depends}
Recommends: camitk-imp
Suggests: camitk-actionstatemachine
Breaks: libcamitk3-dev
Breaks: libcamitk3-dev,
libvtk6-dev,
libvtk6-java,
libvtk6-jni,
libvtk6-qt-dev,
Replaces: libcamitk3-dev
Description: Computer Assisted Medical Intervention Tool Kit - development
Helps researchers and clinicians to easily and rapidly collaborate in
...
...