Skip to content
Commits on Source (6)
lambda-align (1.0.3-4) unstable; urgency=medium
* Team upload.
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.3.0
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
* Remove trailing whitespace in debian/changelog
-- Andreas Tille <tille@debian.org> Mon, 07 Jan 2019 22:42:59 +0100
lambda-align (1.0.3-3) unstable; urgency=medium
* Only run tests on certain archs. (Closes: #890851)
......
......@@ -4,15 +4,15 @@ Uploaders: Sascha Steinbiss <satta@debian.org>,
Michael R. Crusoe <michael.crusoe@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper (>= 11~),
libseqan2-dev,
cmake,
zlib1g-dev,
libbz2-dev,
openssl
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/lambda-align.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/lambda-align.git
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/lambda-align
Vcs-Git: https://salsa.debian.org/med-team/lambda-align.git
Homepage: https://seqan.github.io/lambda
Package: lambda-align
......
......@@ -28,6 +28,8 @@ override_dh_auto_configure:
dh_auto_configure -- -DLAMBDA_NATIVE_BUILD=OFF -DLAMBDA_MMAPPED_DB=ON -DCMAKE_BUILD_TYPE=Release
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
ifneq (,$(filter amd64 arm64 mips64el ppc64el,$(DEB_BUILD_ARCH)))
cd build/tests && ctest --parallel $(shell nproc)
cd build/tests && ctest $(shell nproc)
endif
endif