[med-svn] [Git][med-team/q2-metadata][master] 3 commits: debhelper-compat 12
Liubov Chuprikova
gitlab at salsa.debian.org
Fri Sep 6 13:52:30 BST 2019
Liubov Chuprikova pushed to branch master at Debian Med / q2-metadata
Commits:
e31d241d by Liubov Chuprikova at 2019-09-06T12:35:54Z
debhelper-compat 12
- - - - -
1c8f01b5 by Liubov Chuprikova at 2019-09-06T12:36:03Z
Standards-Version: 4.4.0
- - - - -
cd2f44fc by Liubov Chuprikova at 2019-09-06T12:49:56Z
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,9 @@
q2-metadata (2019.7.0+dfsg-1) UNRELEASED; urgency=medium
* New upstream version
+ * debhelper-compat 12
+ * Standards-Version: 4.4.0
+ * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
-- Liubov Chuprikova <chuprikovalv at gmail.com> Fri, 06 Sep 2019 14:32:02 +0200
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-12
=====================================
debian/control
=====================================
@@ -1,9 +1,9 @@
Source: q2-metadata
-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~),
+Section: science
+Priority: optional
+Build-Depends: debhelper-compat (= 12),
dh-python,
python3,
python3-setuptools,
@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 12~),
qiime,
q2templates,
q2-types
-Standards-Version: 4.3.0
+Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/q2-metadata
Vcs-Git: https://salsa.debian.org/med-team/q2-metadata.git
Homepage: https://qiime2.org/
=====================================
debian/rules
=====================================
@@ -19,5 +19,6 @@ export PYBUILD_AFTER_INSTALL=ln -s \
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_metadata"
-
+endif
View it on GitLab: https://salsa.debian.org/med-team/q2-metadata/compare/e95812d4ff525865df238af057a4e6ff74d93ee0...cd2f44fc7369f4678cb6120dd99f749dbc10449a
--
View it on GitLab: https://salsa.debian.org/med-team/q2-metadata/compare/e95812d4ff525865df238af057a4e6ff74d93ee0...cd2f44fc7369f4678cb6120dd99f749dbc10449a
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/20190906/04f8f09c/attachment-0001.html>
More information about the debian-med-commit
mailing list