[med-svn] [Git][med-team/libedlib][master] Make sure the executable is found in test
Andreas Tille
gitlab at salsa.debian.org
Sat Oct 27 07:12:45 BST 2018
Andreas Tille pushed to branch master at Debian Med / libedlib
Commits:
aad52a1b by Andreas Tille at 2018-10-21T06:05:56Z
Make sure the executable is found in test
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+libedlib (1.2.3-4) UNRELEASED; urgency=medium
+
+ * Make sure the executable is found in test
+
+ -- Andreas Tille <tille at debian.org> Sun, 21 Oct 2018 08:05:00 +0200
+
libedlib (1.2.3-3) unstable; urgency=medium
* Fix Vcs fields
=====================================
debian/rules
=====================================
@@ -24,6 +24,6 @@ override_dh_install:
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- `find . -name edlib-aligner` -p apps/aligner/test_data/query.fasta apps/aligner/test_data/target.fasta
+ `find . -name edlib-aligner -type f -executable` -p apps/aligner/test_data/query.fasta apps/aligner/test_data/target.fasta
`find . -name runTests`
endif
View it on GitLab: https://salsa.debian.org/med-team/libedlib/commit/aad52a1b3d59da7b059605e9dc78456291a83e36
--
View it on GitLab: https://salsa.debian.org/med-team/libedlib/commit/aad52a1b3d59da7b059605e9dc78456291a83e36
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/20181027/828d9452/attachment-0001.html>
More information about the debian-med-commit
mailing list