Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
Point Vcs fields to salsa.debian.org
· 05d4b8ab
Andreas Tille
authored
Oct 28, 2018
05d4b8ab
Standards-Version: 4.2.1
· 7e81285b
Andreas Tille
authored
Oct 28, 2018
7e81285b
Secure URI in copyright format
· 195de6f1
Andreas Tille
authored
Oct 28, 2018
195de6f1
Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
· a6a53460
Andreas Tille
authored
Oct 28, 2018
a6a53460
Remove trailing whitespace in debian/changelog
· 060303ed
Andreas Tille
authored
Oct 28, 2018
060303ed
Remove trailing whitespace in debian/copyright
· 9e826a49
Andreas Tille
authored
Oct 28, 2018
9e826a49
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
9e826a49
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.
...
...
debian/control
View file @
9e826a49
...
...
@@ -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
...
...
debian/copyright
View file @
9e826a49
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: OpenSurgSim
Source: http://www.opensurgsim.org/
...
...
debian/rules
View file @
9e826a49
...
...
@@ -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