[med-svn] [Git][med-team/nest-simulator][master] Try to set PATH to find executable
Andreas Tille
gitlab at salsa.debian.org
Thu Mar 12 18:49:46 GMT 2020
Andreas Tille pushed to branch master at Debian Med / nest-simulator
Commits:
bfaf4e83 by Andreas Tille at 2020-03-12T19:48:59+01:00
Try to set PATH to find executable
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -22,6 +22,11 @@ override_dh_auto_clean:
dh_auto_clean
rm -rf $BUILDDIR
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ PATH=$(CURDIR)/bin:$(PATH) dh_auto_test
+endif
+
_override_dh_auto_install:
# This is a little bit tricky
# @todo Check if this really is problem or only in building the packages
View it on GitLab: https://salsa.debian.org/med-team/nest-simulator/-/commit/bfaf4e8341159527bd5ea9d22e5a5fd7d8379a18
--
View it on GitLab: https://salsa.debian.org/med-team/nest-simulator/-/commit/bfaf4e8341159527bd5ea9d22e5a5fd7d8379a18
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/20200312/58218fc9/attachment.html>
More information about the debian-med-commit
mailing list