[med-svn] [Git][med-team/q2-quality-filter][master] 3 commits: debhelper-compat 12
Liubov Chuprikova
gitlab at salsa.debian.org
Fri Sep 6 17:15:11 BST 2019
Liubov Chuprikova pushed to branch master at Debian Med / q2-quality-filter
Commits:
a5658038 by Liubov Chuprikova at 2019-09-06T16:13:25Z
debhelper-compat 12
- - - - -
f768b7b3 by Liubov Chuprikova at 2019-09-06T16:13:28Z
Standards-Version: 4.4.0
- - - - -
06371af1 by Liubov Chuprikova at 2019-09-06T16:14:01Z
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-quality-filter (2019.7.0-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 18:10:48 +0200
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-12
=====================================
debian/control
=====================================
@@ -1,16 +1,16 @@
Source: q2-quality-filter
-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,
python3-nose,
qiime,
q2-types
-Standards-Version: 4.3.0
+Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/q2-quality-filter
Vcs-Git: https://salsa.debian.org/med-team/q2-quality-filter.git
Homepage: https://qiime2.org/
=====================================
debian/rules
=====================================
@@ -14,4 +14,6 @@ export PYBUILD_BEFORE_INSTALL=rm -rvf {build_dir}/q2-quality-filter.egg-* \
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}; nosetests3"
+endif
View it on GitLab: https://salsa.debian.org/med-team/q2-quality-filter/compare/f0ef523dfa7ee8c167cf37685403e0bb530d8d66...06371af1f12b283a4bf04c45fb85a225148fccc3
--
View it on GitLab: https://salsa.debian.org/med-team/q2-quality-filter/compare/f0ef523dfa7ee8c167cf37685403e0bb530d8d66...06371af1f12b283a4bf04c45fb85a225148fccc3
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/e6e0f875/attachment-0001.html>
More information about the debian-med-commit
mailing list