Skip to content
Commits on Source (7)
itksnap (3.6.0-3) unstable; urgency=medium
* Team upload.
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Secure URI in copyright format
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
* Remove trailing whitespace in debian/changelog
-- Andreas Tille <tille@debian.org> Sun, 28 Oct 2018 19:09:16 +0100
itksnap (3.6.0-2) unstable; urgency=medium
* d/p/02: Add patch to properly test for SSE, Closes: #872353
......
......@@ -5,7 +5,7 @@ Uploaders: Michael Hanke <mih@debian.org>,
Gert Wollny <gewo@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9.0.0),
Build-Depends: debhelper (>= 11~),
cmake,
libvtk6-dev,
libinsighttoolkit4-dev,
......@@ -17,9 +17,9 @@ Build-Depends: debhelper (>= 9.0.0),
libqt5opengl5-dev,
qttools5-private-dev,
libfftw3-dev
Standards-Version: 4.0.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/itksnap.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/itksnap.git
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/neurodebian-team/itksnap
Vcs-Git: https://salsa.debian.org/neurodebian-team/itksnap.git
Homepage: http://www.itksnap.org
Package: itksnap
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ITK-SNAP
Upstream-Source: http://www.itksnap.org
Files-Excluded: Submodules/greedy/matlab/
......
......@@ -7,7 +7,7 @@ CXXFLAGS+=-fPIC -funroll-loops -ftree-vectorize
# one ring to rule them all ...
%:
dh $@ --parallel
dh $@
override_dh_auto_configure:
......@@ -24,4 +24,6 @@ override_dh_auto_install:
# therefore I disable them for now, will have to look into xvfb
#
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
echo "no tests run"
endif