Andreas Tille pushed to branch master at Debian Med / lambda-align
Commits: 777e6f12 by Andreas Tille at 2019-01-07T21:32:52Z debhelper 11 - - - - - 716d83d4 by Andreas Tille at 2019-01-07T21:32:58Z Point Vcs fields to salsa.debian.org - - - - - 38735442 by Andreas Tille at 2019-01-07T21:32:58Z Standards-Version: 4.3.0 - - - - - 2e3f7fb0 by Andreas Tille at 2019-01-07T21:42:58Z Respect DEB_BUILD_OPTIONS in override_dh_auto_test target - - - - - 18f62ba0 by Andreas Tille at 2019-01-07T21:42:58Z Remove trailing whitespace in debian/changelog - - - - - eb24404d by Andreas Tille at 2019-01-07T21:46:54Z Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +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 <[email protected]> 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) @@ -53,7 +64,7 @@ lambda-align (1.0.1-1) unstable; urgency=medium lambda-align (1.0.0-4) unstable; urgency=medium * Team upload. - * d/watch: + * d/watch: - no recompression since no change in upstream tarball is needed - exclude 1.9 pre-releases Closes: #848543 ===================================== debian/compat ===================================== @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== @@ -4,15 +4,15 @@ Uploaders: Sascha Steinbiss <[email protected]>, Michael R. Crusoe <[email protected]> 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 ===================================== debian/rules ===================================== @@ -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 View it on GitLab: https://salsa.debian.org/med-team/lambda-align/compare/f25fd60dc559e4b21d6e72268741a11511e09d33...eb24404d7dfd1b28b1770cbe8d82c4ed159eadeb -- View it on GitLab: https://salsa.debian.org/med-team/lambda-align/compare/f25fd60dc559e4b21d6e72268741a11511e09d33...eb24404d7dfd1b28b1770cbe8d82c4ed159eadeb You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
