Skip to content
Commits on Source (4)
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.
......
......@@ -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
......
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 dropped from 1.x series
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
......
......@@ -18,7 +18,7 @@ endif
export DEB_CXXFLAGS_MAINT_APPEND += -DNDEBUG
%:
dh $@ --parallel
dh $@
override_dh_install:
dh_install
......