Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
add ITP bug#
· 2a34059f
Sascha Steinbiss
authored
Jan 19, 2019
2a34059f
fix watchfile
· 7c00d8b8
Sascha Steinbiss
authored
Jan 19, 2019
7c00d8b8
disable tests for now
· 43ade57c
Sascha Steinbiss
authored
Jan 19, 2019
43ade57c
skip dwz
· 94897d55
Sascha Steinbiss
authored
Jan 19, 2019
94897d55
add myself to Uploaders
· 9d29d948
Sascha Steinbiss
authored
Jan 19, 2019
9d29d948
Merge branch 'master' of salsa.debian.org:med-team/lambda-align2
· fead8d9b
Sascha Steinbiss
authored
Jan 19, 2019
fead8d9b
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
fead8d9b
lambda-align2 (2.0.0-1)
UNRELEASED
; urgency=medium
lambda-align2 (2.0.0-1)
unstable
; urgency=medium
*
New upstream version, packaging adapted from lambda-align v1.x
*
Initial packaging for 2.x series (Closes: #919726)
-- Michael R. Crusoe <michael.crusoe@gmail.com> Mon, 14 Jan 2019 02:03:34 -0800
debian/control
View file @
fead8d9b
Source: lambda-align2
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <michael.crusoe@gmail.com>
Sascha Steinbiss <satta@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 12~),
...
...
debian/rules
View file @
fead8d9b
...
...
@@ -20,9 +20,9 @@ override_dh_auto_configure:
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
for md5 in debian/*.md5sums; do gzip --keep $${md5}; done
cp --backup debian/*md5sums.gz tests/
cd build/tests && ctest . -j$(shell nproc) -I 1,10
#
for md5 in debian/*.md5sums; do gzip --keep $${md5}; done
#
cp --backup debian/*md5sums.gz tests/
#
cd build/tests && ctest . -j$(shell nproc) -I 1,10
endif
override_dh_auto_clean:
...
...
@@ -30,3 +30,6 @@ override_dh_auto_clean:
for backup in tests/*~; do mv $${backup} $${backup%\~}; done; \
fi
dh_auto_clean
override_dh_dwz:
# pass
debian/watch
View file @
fead8d9b
version=4
https://github.com/seqan/lambda/
release
s .*/lambda-v
2
(\d+\.
[0-8][.\d]*
)\.tar.gz
https://github.com/seqan/lambda/
tag
s .*/lambda-v(
2\.
\d+\.
\d+
)\.tar.gz