Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (7)
debhelper 11
· 4555a727
Andreas Tille
authored
Oct 28, 2018
4555a727
Point Vcs fields to salsa.debian.org
· fd85b335
Andreas Tille
authored
Oct 28, 2018
fd85b335
Standards-Version: 4.2.1
· 40ceaa4b
Andreas Tille
authored
Oct 28, 2018
40ceaa4b
Secure URI in copyright format
· 49868a7f
Andreas Tille
authored
Oct 28, 2018
49868a7f
Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
· 89adede1
Andreas Tille
authored
Oct 28, 2018
89adede1
Remove trailing whitespace in debian/changelog
· af0971f1
Andreas Tille
authored
Oct 28, 2018
af0971f1
Upload to unstable
· 4d8e4916
Andreas Tille
authored
Oct 28, 2018
4d8e4916
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
4d8e4916
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
...
...
debian/compat
View file @
4d8e4916
9
11
debian/control
View file @
4d8e4916
...
...
@@ -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/
neuro
debian-
team
/itksnap
Vcs-Git: https://
salsa
.debian.org/
neuro
debian-
team
/itksnap.git
Homepage: http://www.itksnap.org
Package: itksnap
...
...
debian/copyright
View file @
4d8e4916
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: http
s
://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/
...
...
debian/rules
View file @
4d8e4916
...
...
@@ -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