[med-svn] [Git][med-team/odil][master] 2 commits: nopy tests also need python3 to run
Drew Parsons
gitlab at salsa.debian.org
Wed Sep 4 04:38:17 BST 2019
Drew Parsons pushed to branch master at Debian Med / odil
Commits:
010d55af by Drew Parsons at 2019-09-04T03:35:47Z
nopy tests also need python3 to run
- - - - -
2da4e8fc by Drew Parsons at 2019-09-04T03:36:13Z
upload 0.10.0-6 to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+odil (0.10.0-6) unstable; urgency=medium
+
+ * Team upload.
+ * nopy tests also need python3 to run
+
+ -- Drew Parsons <dparsons at debian.org> Wed, 04 Sep 2019 11:36:03 +0800
+
odil (0.10.0-5) unstable; urgency=medium
* Team upload.
=====================================
debian/rules
=====================================
@@ -53,7 +53,7 @@ override_dh_auto_build-indep:
override_dh_auto_test-arch-nopy:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
ln -s build-nopy build
- cd build && ../tests/run --no-network -e ".*"
+ cd build && python3 ../tests/run --no-network -e ".*"
rm build
endif
View it on GitLab: https://salsa.debian.org/med-team/odil/compare/90bac7151cde256035d34d398d6394a6f2fde0c7...2da4e8fc0d0a39d0a37a76f5beac58a013f14c93
--
View it on GitLab: https://salsa.debian.org/med-team/odil/compare/90bac7151cde256035d34d398d6394a6f2fde0c7...2da4e8fc0d0a39d0a37a76f5beac58a013f14c93
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/20190904/178a9d76/attachment.html>
More information about the debian-med-commit
mailing list