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
......@@ -15,14 +27,14 @@ itksnap (3.6.0-1~exp1) experimental; urgency=medium
* New upstream version 3.6.0
* d/control: GW: Update uploader email address to @debian.org
* d/p/01: - update patch
* d/p/01: - update patch
* d/p/02: - drop patch, applied upstream
* d/itksnap.docs: update to ReleaseNotes.md
* d/copyright: update file format and exclude matlab code and
* d/copyright: update file format and exclude matlab code and
precompiled modules
* d/control: cme fix dpkg-control
- update VCS-URL to save versions
* d/rules: Hardening += all
* d/control: cme fix dpkg-control
- update VCS-URL to save versions
* d/rules: Hardening += all
-- Gert Wollny <gewo@debian.org> Thu, 06 Apr 2017 15:22:54 +0000
......@@ -45,7 +57,7 @@ itksnap (3.2.0-3) unstable; urgency=medium
* d/control: Set libdcmtk-dev dependency to unversioned package
* d/: remove itksnap.menu file as this duplication with the desktop
file is now prohibited
* d/control: remove field 'section' from binary package tu quell
* d/control: remove field 'section' from binary package tu quell
lintian -I: binary-control-field-duplicates-source
-- Gert Wollny <gw.fossdev@gmail.com> Sun, 10 Jan 2016 17:05:45 +0100
......@@ -73,7 +85,7 @@ itksnap (3.2.0-1) experimental; urgency=low
* Remove obsolete dm-upload allowed
* Set priority to optional
* Add some optimizations flags that really make a difference
* Correct desktop entry to silence some lintian info messages
* Correct desktop entry to silence some lintian info messages
-- Gert Wollny <gw.fossdev@gmail.com> Fri, 16 Jan 2015 11:39:29 +0100
......
......@@ -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