Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
debhelper 12
· 59e4798d
Andreas Tille
authored
Jan 22, 2019
59e4798d
CMAKE_BUILD_TYPE=RelWithDebInfo to get debug info
· fa357e02
Andreas Tille
authored
Jan 22, 2019
fa357e02
Upload to unstable
· 6dd5422c
Andreas Tille
authored
Jan 22, 2019
6dd5422c
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
6dd5422c
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
2
1:1
3:57
+0100
-- Andreas Tille <tille@debian.org>
Tue, 22
Jan 2019
1
1:1
2:44
+0100
lambda-align (1.0.3-4) unstable; urgency=medium
...
...
debian/compat
View file @
6dd5422c
1
1
1
2
debian/control
View file @
6dd5422c
...
...
@@ -4,7 +4,7 @@ Uploaders: Sascha Steinbiss <satta@debian.org>,
Michael R. Crusoe <michael.crusoe@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
1
~),
Build-Depends: debhelper (>= 1
2
~),
libseqan2-dev,
cmake,
zlib1g-dev,
...
...
debian/rules
View file @
6dd5422c
...
...
@@ -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=Rel
ease
dh_auto_configure -- -DLAMBDA_NATIVE_BUILD=OFF -DLAMBDA_MMAPPED_DB=ON -DCMAKE_BUILD_TYPE=Rel
WithDebInfo
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
...
...