Skip to content
Commits on Source (5)
srst2 (0.2.0-6) unstable; urgency=medium
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
-- Andreas Tille <tille@debian.org> Wed, 24 Oct 2018 21:22:27 +0200
srst2 (0.2.0-5) unstable; urgency=medium
* Moved packaging from SVN to Git
......
......@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper (>= 11~),
dh-python,
python-all,
python-setuptools,
......@@ -13,9 +13,9 @@ Build-Depends: debhelper (>= 10),
python-scipy,
bowtie2,
samtools
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/srst2.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/srst2.git
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/srst2
Vcs-Git: https://salsa.debian.org/med-team/srst2.git
Homepage: https://katholt.github.io/srst2/
Package: srst2
......
......@@ -30,7 +30,9 @@ override_dh_fixperms:
done
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
cd tests && python test_slurm_srst2.py && python test_srst2.py
endif
override_dh_installdocs:
dh_installdocs
......