Skip to content
Commits on Source (9)
seqan (1.4.2+dfsg-4) UNRELEASED; urgency=medium
* Use 2to3 to port from Python2 to Python3
Closes: #943260
* debhelper-compat 12
* Standards-Version: 4.4.1
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
* Remove trailing whitespace in debian/changelog
* Remove trailing whitespace in debian/copyright
* Set upstream metadata fields: Bug-Database.
* Remove obsolete fields Contact, Name from debian/upstream/metadata.
* Rely on pre-initialized dpkg-architecture variables.
-- Andreas Tille <tille@debian.org> Mon, 16 Dec 2019 17:19:24 +0100
seqan (1.4.2+dfsg-3) unstable; urgency=medium
* debhelper 11
......
......@@ -5,7 +5,7 @@ Uploaders: Andreas Tille <tille@debian.org>,
Kevin Murray <spam@kdmurray.id.au>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
Build-Depends: debhelper-compat (= 12),
cmake,
zlib1g-dev,
libbam-dev,
......@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 11~),
dh-exec,
help2man,
python
Standards-Version: 4.1.5
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/med-team/seqan
Vcs-Git: https://salsa.debian.org/med-team/seqan.git
Homepage: http://www.seqan.de/
......
This diff is collapsed.
skip_extras_and_apps.patch
skip_doc_creation.patch
2to3.patch
......@@ -8,9 +8,8 @@ export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=-stackprotector
# alternatively: export DEB_CXXFLAGS_STRIP='-fstack-protector'
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
include /usr/share/dpkg/architecture.mk
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS | sed 's/-O[1-9]//') -O0 -mxgot
endif
......@@ -41,12 +40,14 @@ override_dh_auto_clean:
rm -rf orig
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
# Run test suite only on powerfull architectures (amd64) at build time
ifneq (,$(filter $(DEB_HOST_ARCH),amd64 kfreebsd-amd64))
dh_auto_test
else
echo "Do not run test suite when building on architecture $(DEB_HOST_ARCH)"
endif
endif
override_dh_fixperms:
dh_fixperms
......
Contact: SeqAn Team (http://www.seqan.de/contact-us.html)
Donation: http://www.seqan.de/
Name: SeqAn
Reference:
Author: Doring, Andreas and Weese, David and Rausch, Tobias and Reinert, Knut
Title: SeqAn An efficient, generic C++ library for sequence analysis
......@@ -23,3 +21,4 @@ Registry:
Entry: NA
- Name: bio.tools
Entry: seqan
Bug-Database: https://github.com/seqan/seqan/issues