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.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit