[med-svn] [Git][med-team/multiqc][master] 2 commits: Try hard to get test running
Andreas Tille
gitlab at salsa.debian.org
Fri Mar 22 23:03:48 GMT 2019
Andreas Tille pushed to branch master at Debian Med / multiqc
Commits:
cc40bf4a by Andreas Tille at 2019-03-22T23:01:59Z
Try hard to get test running
- - - - -
aa21ee4e by Andreas Tille at 2019-03-22T23:03:31Z
Add ITP bug number
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,5 +1,5 @@
multiqc (1.7-1) UNRELEASED; urgency=medium
- * Initial release (Closes: #<bug>)
+ * Initial release (Closes: #925304)
-- Andreas Tille <tille at debian.org> Fri, 22 Mar 2019 08:07:09 +0100
=====================================
debian/rules
=====================================
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+export PYBUILD_NAME=multiqc
+
# DH_VERBOSE := 1
export LC_ALL=C.UTF-8
@@ -20,8 +22,8 @@ include /usr/share/dpkg/default.mk
%:
dh $@ --with python3 --buildsystem=pybuild
-### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected
-#override_dh_auto_test:
-#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-# do_stuff_for_testing
-#endif
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ cp -a $(PYBUILD_NAME)*.egg-info $(shell pybuild --print build_dir --interpreter python3)
+ dh_auto_test
+endif
View it on GitLab: https://salsa.debian.org/med-team/multiqc/compare/5bab9c19677e73dd3bbd421976663dc6b084fcd2...aa21ee4e74721c8bf053bdd6e96abc9045db17ff
--
View it on GitLab: https://salsa.debian.org/med-team/multiqc/compare/5bab9c19677e73dd3bbd421976663dc6b084fcd2...aa21ee4e74721c8bf053bdd6e96abc9045db17ff
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/20190322/6f58967b/attachment.html>
More information about the debian-med-commit
mailing list