Skip to content
Commits on Source (8)
sight (19.0.0-2) UNRELEASED; urgency=medium
sight (19.0.0-2) unstable; urgency=medium
[ Flavien Bridault ]
* cme fix dpkg
* Standards-Version: 4.4.1
* d/p/fix-glm-missing-cmake.patch: add patch to be compatible with glm 0.9.9.6
* d/control: add transitive dependency for ITK, update to gdcm 3
[ Andreas Tille ]
* debhelper-compat 12
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
* Remove trailing whitespace in debian/changelog
* Remove trailing whitespace in debian/control
* Remove trailing whitespace in debian/rules
* Trim trailing whitespace.
* Fix day-of-week for changelog entry 0.9.2-4.
-- Flavien Bridault <fbridault@ircad.fr> Wed, 04 Dec 2019 11:22:04 +0000
sight (19.0.0-1) unstable; urgency=medium
......@@ -103,7 +113,7 @@ fw4spl (0.9.2-4) unstable; urgency=medium
* Support new boost version. Closes: #797481.
* Forbid parallel build. Closes: #797475.
-- Corentin Desfarges <corentin.desfarges.dev@gmail.com> Thu, 21 Dec 2015 14:11:13 +0200
-- Corentin Desfarges <corentin.desfarges.dev@gmail.com> Mon, 21 Dec 2015 14:11:13 +0200
fw4spl (0.9.2-3) unstable; urgency=medium
......
......@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Flavien Bridault <fbridault@ircad.fr>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 11),
Build-Depends: debhelper-compat (= 12),
cmake,
libboost-all-dev,
zlib1g-dev,
......
......@@ -20,8 +20,9 @@ override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE -DUSE_SYSTEM_LIB=ON -DPROJECTS_TO_BUILD="VRRender" -DPROJECTS_TO_INSTALL="VRRender" -DCMAKE_INSTALL_RPATH="/usr/lib/$(DEB_HOST_MULTIARCH)/sight" -Wno-dev -DENABLE_PCH=OFF -DBUILD_TESTS=OFF -DBUILD_SDK=ON -DGIT_TAG=$(DEB_VERSION_UPSTREAM) -DCMAKE_BUILD_TYPE=Release
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
echo "test disabled"
endif
override_dh_shlibdeps:
dh_shlibdeps -v -l/usr/lib/$(DEB_HOST_MULTIARCH):/usr/lib/$(DEB_HOST_MULTIARCH)/sight:/usr/lib/$(DEB_HOST_MULTIARCH)/sight/Bundles:/usr/lib/$(DEB_HOST_MULTIARCH)/sight/gui_0-1/:/usr/lib/$(DEB_HOST_MULTIARCH)/sight/io_0-1/:/usr/lib/$(DEB_HOST_MULTIARCH)/sight/ctrlSelection_0-1/:/usr/lib/$(DEB_HOST_MULTIARCH)/sight/ioITK_0-1/