[med-svn] [Git][med-team/q2-taxa][master] 2 commits: debhelper-compat 12
Liubov Chuprikova
gitlab at salsa.debian.org
Sat Sep 7 13:42:30 BST 2019
Liubov Chuprikova pushed to branch master at Debian Med / q2-taxa
Commits:
f5f28213 by Liubov Chuprikova at 2019-09-07T12:41:19Z
debhelper-compat 12
- - - - -
cb975d7b by Liubov Chuprikova at 2019-09-07T12:41:47Z
Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
- - - - -
4 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,6 +1,8 @@
q2-taxa (2019.7.0-1) UNRELEASED; urgency=medium
* New upstream version
+ * debhelper-compat 12
+ * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
-- Liubov Chuprikova <chuprikovalv at gmail.com> Sat, 07 Sep 2019 14:39:31 +0200
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-12
=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Liubov Chuprikova <chuprikovalv at gmail.com>
-Build-Depends: debhelper (>= 12~),
+Build-Depends: debhelper-compat (= 12),
dh-python,
python3,
python3-setuptools,
=====================================
debian/rules
=====================================
@@ -11,4 +11,6 @@ export PYBUILD_BEFORE_INSTALL=rm -rvf {build_dir}/.coverage*
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
dh_auto_test -- -s custom --test-args="cd {build_dir}; py.test-3 --cov=q2_taxa"
+endif
View it on GitLab: https://salsa.debian.org/med-team/q2-taxa/compare/8ce6fc42fb9d44851033050607784b6d19323bdc...cb975d7b58b65c214f90a0a5679355c3b6168d42
--
View it on GitLab: https://salsa.debian.org/med-team/q2-taxa/compare/8ce6fc42fb9d44851033050607784b6d19323bdc...cb975d7b58b65c214f90a0a5679355c3b6168d42
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190907/ca1bf60a/attachment-0001.html>
More information about the debian-med-commit
mailing list