[med-svn] [art-nextgen-simulation-tools] 01/05: Make sure tests will not use the .pl suffixed script
Andreas Tille
tille at debian.org
Sat Jan 14 10:27:07 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository art-nextgen-simulation-tools.
commit 506b5bd67015b5731ae798591ef6f1d217c568a2
Author: Andreas Tille <tille at debian.org>
Date: Sat Jan 14 10:53:46 2017 +0100
Make sure tests will not use the .pl suffixed script
---
debian/changelog | 6 ++++++
debian/rules | 5 ++++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 8676368..52e4fec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+art-nextgen-simulation-tools (20160605+dfsg-2) UNRELEASED; urgency=medium
+
+ * Make sure tests will not use the .pl suffixed script
+
+ -- Andreas Tille <tille at debian.org> Sat, 14 Jan 2017 10:53:02 +0100
+
art-nextgen-simulation-tools (20160605+dfsg-1) unstable; urgency=medium
* Initial release (Closes: #820810)
diff --git a/debian/rules b/debian/rules
index a09ea17..bb53b31 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,10 @@ override_dh_install-arch:
override_dh_installexamples-arch:
dh_installexamples -a
for ex in examples/run_test_examples_*.sh ; do \
- sed -e 's?=\.\./?=/usr/bin/?' -e 's?^\.\./?/usr/bin/?' $$ex > debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/examples/`basename $$ex` ; \
+ sed -e 's?=\.\./?=/usr/bin/?' \
+ -e 's?^\.\./?/usr/bin/?' \
+ -e 's/aln2bed\.pl/aln2bed/' \
+ $$ex > debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/examples/`basename $$ex` ; \
done
override_dh_installchangelogs:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/art-nextgen-simulation-tools.git
More information about the debian-med-commit
mailing list