Skip to content
Commits on Source (6)
opensurgsim (0.7.0-8) UNRELEASED; urgency=medium
* Team upload.
* 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
* Remove trailing whitespace in debian/copyright
-- Andreas Tille <tille@debian.org> Sun, 28 Oct 2018 13:42:42 +0100
opensurgsim (0.7.0-7) unstable; urgency=medium
* Team upload.
......
......@@ -18,9 +18,9 @@ Build-Depends: debhelper (>= 11~),
libjs-mathjax,
libopenscenegraph-dev,
libyaml-cpp-dev (>= 0.5.2)
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/opensurgsim.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/opensurgsim.git
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/opensurgsim
Vcs-Git: https://salsa.debian.org/med-team/opensurgsim.git
Homepage: http://www.opensurgsim.org/
Package: libopensurgsim
......
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: OpenSurgSim
Source: http://www.opensurgsim.org/
......
......@@ -35,6 +35,7 @@ override_dh_install:
dh_install --exclude=gmock --exclude=gtest
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
ifeq (,$(filter $(DEB_BUILD_ARCH), armhf))
@echo "Do normal testing for all architectures except armhf"
dh_auto_test
......@@ -43,3 +44,4 @@ else
# see https://bugs.debian.org/847321
dh_auto_test || true
endif
endif