Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
debhelper 11
· 79e4e3de
Andreas Tille
authored
Jul 16, 2018
79e4e3de
Point Vcs fields to salsa.debian.org
· 850a73dc
Andreas Tille
authored
Jul 16, 2018
850a73dc
Standards-Version: 4.1.5
· 9037a9e1
Andreas Tille
authored
Jul 16, 2018
9037a9e1
Spelling, Upload to unstable
· 9c14ba7a
Andreas Tille
authored
Jul 16, 2018
9c14ba7a
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
9c14ba7a
seqan (1.4.2+dfsg-3) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.5
-- Andreas Tille <tille@debian.org> Mon, 16 Jul 2018 12:21:54 +0200
seqan (1.4.2+dfsg-2) unstable; urgency=medium
* Team upload.
...
...
debian/compat
View file @
9c14ba7a
9
11
debian/control
View file @
9c14ba7a
...
...
@@ -5,7 +5,7 @@ Uploaders: Andreas Tille <tille@debian.org>,
Kevin Murray <spam@kdmurray.id.au>
Section: science
Priority: optional
Build-Depends: debhelper (>=
9
),
Build-Depends: debhelper (>=
11~
),
cmake,
zlib1g-dev,
libbam-dev,
...
...
@@ -13,9 +13,9 @@ Build-Depends: debhelper (>= 9),
dh-exec,
help2man,
python
Standards-Version:
3.9.8
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/seqan
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/seqan.git
Standards-Version:
4.1.5
Vcs-Browser: https://
salsa
.debian.org/
med-team
/seqan
Vcs-Git: https://
salsa
.debian.org/
med-team
/seqan.git
Homepage: http://www.seqan.de/
Package: seqan-dev
...
...
debian/patches/skip_extras_and_apps.patch
View file @
9c14ba7a
Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 26 Jul 2016 09:44:38 +0200
Description: Skip extras and core/apps since the seqan-apps package
is droped from 1.x series
is drop
p
ed from 1.x series
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
...
...
debian/rules
View file @
9c14ba7a
...
...
@@ -18,7 +18,7 @@ endif
export DEB_CXXFLAGS_MAINT_APPEND += -DNDEBUG
%:
dh $@
--parallel
dh $@
override_dh_install:
dh_install
...
...