[med-svn] [Git][med-team/cct][master] 2 commits: Adjust scripts location to make example test scrip pass
Andreas Tille
gitlab at salsa.debian.org
Wed Sep 5 20:21:02 BST 2018
Andreas Tille pushed to branch master at Debian Med / cct
Commits:
2e32fbd8 by Andreas Tille at 2018-09-05T15:21:13Z
Adjust scripts location to make example test scrip pass
- - - - -
e859d177 by Andreas Tille at 2018-09-05T19:20:48Z
Fix path to cgview.jar in test script
- - - - -
3 changed files:
- debian/cct.install
- + debian/patches/fix_cgview_path.patch
- debian/patches/series
Changes:
=====================================
debian/cct.install
=====================================
@@ -1,5 +1,5 @@
scripts usr/share/cct
debian/scripts usr/share/cct
-lib/scripts usr/share/cct/lib
+lib/scripts/* usr/share/cct/lib
lib/perl_modules/Util usr/share/perl5
conf/* etc/cct
=====================================
debian/patches/fix_cgview_path.patch
=====================================
@@ -0,0 +1,14 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Wed, 05 Sep 2018 20:59:49 +0200
+Description: Fix path to cgview.jar in test script
+
+--- a/lib/scripts/cgview_xml_builder/test.sh
++++ b/lib/scripts/cgview_xml_builder/test.sh
+@@ -1,6 +1,6 @@
+ #!/bin/bash
+ set -e
+-cgview=../cgview_comparison_tool/bin/cgview.jar
++cgview=/usr/share/java/cgview.jar
+
+ if [ ! -d ./test_output ]; then
+ mkdir ./test_output
=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
cgview_path.patch
testscripts.patch
debug.patch
+fix_cgview_path.patch
View it on GitLab: https://salsa.debian.org/med-team/cct/compare/9a3ada82b188aaf892865f91da1faf64a4af6d05...e859d17791f1f01895dc11c8920d4c8b4db71fce
--
View it on GitLab: https://salsa.debian.org/med-team/cct/compare/9a3ada82b188aaf892865f91da1faf64a4af6d05...e859d17791f1f01895dc11c8920d4c8b4db71fce
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/20180905/5004d627/attachment-0001.html>
More information about the debian-med-commit
mailing list