Skip to content
Commits on Source (3)
lambda-align (1.0.3-5) UNRELEASED; urgency=medium
lambda-align (1.0.3-5) unstable; urgency=medium
* Team upload.
* Watch file reports only version 1
* Document choice of version 1 in README.Debian
* debhelper 12
* CMAKE_BUILD_TYPE=RelWithDebInfo to get debug info
-- Andreas Tille <tille@debian.org> Mon, 14 Jan 2019 21:13:57 +0100
-- Andreas Tille <tille@debian.org> Tue, 22 Jan 2019 11:12:44 +0100
lambda-align (1.0.3-4) unstable; urgency=medium
......
......@@ -4,7 +4,7 @@ Uploaders: Sascha Steinbiss <satta@debian.org>,
Michael R. Crusoe <michael.crusoe@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
Build-Depends: debhelper (>= 12~),
libseqan2-dev,
cmake,
zlib1g-dev,
......
......@@ -25,7 +25,7 @@ override_dh_installman:
dh_installman --
override_dh_auto_configure:
dh_auto_configure -- -DLAMBDA_NATIVE_BUILD=OFF -DLAMBDA_MMAPPED_DB=ON -DCMAKE_BUILD_TYPE=Release
dh_auto_configure -- -DLAMBDA_NATIVE_BUILD=OFF -DLAMBDA_MMAPPED_DB=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
......