[med-svn] [Git][med-team/q2-feature-table][master] 3 commits: debhelper-compat 12
Liubov Chuprikova
gitlab at salsa.debian.org
Sat Sep 7 13:22:40 BST 2019
Liubov Chuprikova pushed to branch master at Debian Med / q2-feature-table
Commits:
00308029 by Liubov Chuprikova at 2019-09-07T12:21:27Z
debhelper-compat 12
- - - - -
d4d6328b by Liubov Chuprikova at 2019-09-07T12:21:29Z
Standards-Version: 4.4.0
- - - - -
0c25dea0 by Liubov Chuprikova at 2019-09-07T12:21:54Z
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-feature-table (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> Sat, 07 Sep 2019 14:19:37 +0200
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-12
=====================================
debian/control
=====================================
@@ -1,9 +1,9 @@
Source: q2-feature-table
-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,
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 12~),
python3-seaborn,
q2templates,
q2-types
-Standards-Version: 4.3.0
+Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/q2-feature-table
Vcs-Git: https://salsa.debian.org/med-team/q2-feature-table.git
Homepage: https://qiime2.org/
=====================================
debian/rules
=====================================
@@ -20,4 +20,6 @@ export PYBUILD_BEFORE_INSTALL=rm -rvf {build_dir}/q2-feature-table.egg-* {build_
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_feature_table"
+endif
View it on GitLab: https://salsa.debian.org/med-team/q2-feature-table/compare/c702ebe92b1bb688f369ab0003e90d49231b51ed...0c25dea0cabc7ad005ca8eaee3d51282e0bf1681
--
View it on GitLab: https://salsa.debian.org/med-team/q2-feature-table/compare/c702ebe92b1bb688f369ab0003e90d49231b51ed...0c25dea0cabc7ad005ca8eaee3d51282e0bf1681
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/9bc1552c/attachment-0001.html>
More information about the debian-med-commit
mailing list