Skip to content
Commits on Source (8)
khmer (2.1.2+dfsg-4) UNRELEASED; urgency=medium
khmer (2.1.2+dfsg-4) unstable; urgency=medium
* Team upload.
[ Michael R. Crusoe ]
* deal with embedded-javascript-library.
-- Michael R. Crusoe <michael.crusoe@gmail.com> Sun, 11 Feb 2018 03:06:00 -0800
[ Andreas Tille ]
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.3.0
* Drop useless get-orig-source target
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
* Drop ancient X-Python-Version field
* package khmer is: Multi-Arch: foreign
-- Andreas Tille <tille@debian.org> Mon, 07 Jan 2019 15:22:24 +0100
khmer (2.1.2+dfsg-3) unstable; urgency=medium
......
......@@ -4,7 +4,7 @@ Uploaders: Michael R. Crusoe <michael.crusoe@gmail.com>,
Kevin Murray <spam@kdmurray.id.au>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper (>= 11~),
dh-python,
dh-exec,
python3-guzzle-sphinx-theme,
......@@ -23,11 +23,10 @@ Build-Depends: debhelper (>= 10),
asciidoctor,
libjs-jquery,
libjs-twitter-bootstrap
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/khmer.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/khmer.git
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/khmer
Vcs-Git: https://salsa.debian.org/med-team/khmer.git
Homepage: http://khmer.readthedocs.org
X-Python-Version: 3.4
Package: khmer-common
Architecture: all
......@@ -45,7 +44,7 @@ Description: common files for the khmer project tools
Package: khmer
Architecture: amd64 any-arm64 any-ia64 any-sparc64
Multi-Arch: same
Multi-Arch: foreign
Depends: khmer-common,
python3 (>= 3.3),
python3-screed (>= 1.0),
......
......@@ -23,12 +23,13 @@ override_dh_auto_build:
cd src/oxli && $(MAKE) clean all
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
dh_auto_install
PYBUILD_SYSTEM=custom \
PYBUILD_TEST_ARGS="cd {dir}; export PATH={destdir}/usr/lib/khmer/bin:$$PATH ; \
cd {build_dir}; export PYTHONPATH=$$(pwd); {interpreter} -m pytest \
-m 'not known_failing and not jenkins and not huge'" dh_auto_test
endif
override_dh_auto_clean:
dh_auto_clean || /bin/true
......@@ -43,5 +44,3 @@ override_dh_install:
override_dh_sphinxdoc:
dh_sphinxdoc -X jquery.js
get-orig-source:
uscan --verbose --force-download --repack --compression xz