Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
debhelper 11
· 777e6f12
Andreas Tille
authored
Jan 07, 2019
777e6f12
Point Vcs fields to salsa.debian.org
· 716d83d4
Andreas Tille
authored
Jan 07, 2019
716d83d4
Standards-Version: 4.3.0
· 38735442
Andreas Tille
authored
Jan 07, 2019
38735442
Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
· 2e3f7fb0
Andreas Tille
authored
Jan 07, 2019
2e3f7fb0
Remove trailing whitespace in debian/changelog
· 18f62ba0
Andreas Tille
authored
Jan 07, 2019
18f62ba0
Upload to unstable
· eb24404d
Andreas Tille
authored
Jan 07, 2019
eb24404d
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
eb24404d
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)
...
...
debian/compat
View file @
eb24404d
1
0
1
1
debian/control
View file @
eb24404d
...
...
@@ -4,15 +4,15 @@ Uploaders: Sascha Steinbiss <satta@debian.org>,
Michael R. Crusoe <michael.crusoe@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
0
),
Build-Depends: debhelper (>= 1
1~
),
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
...
...
debian/rules
View file @
eb24404d
...
...
@@ -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