[med-svn] r16045 - trunk/packages/unc-fish/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Fri Feb 14 13:06:55 UTC 2014
Author: tille
Date: 2014-02-14 13:06:55 +0000 (Fri, 14 Feb 2014)
New Revision: 16045
Added:
trunk/packages/unc-fish/trunk/debian/unc-fish.README.Debian
Modified:
trunk/packages/unc-fish/trunk/debian/changelog
Log:
Mention name change in README.Debian. Tried test data but failed with segmentation fault -> document this in d/changelog as TODO item
Modified: trunk/packages/unc-fish/trunk/debian/changelog
===================================================================
--- trunk/packages/unc-fish/trunk/debian/changelog 2014-02-14 12:22:03 UTC (rev 16044)
+++ trunk/packages/unc-fish/trunk/debian/changelog 2014-02-14 13:06:55 UTC (rev 16045)
@@ -1,5 +1,8 @@
unc-fish (1.0+dfsg-1) UNRELEASED; urgency=low
* Initial release (Closes: #<bug>)
+ TODO: Find reason for failure:
+ $ /usr/lib/unc-fish/fish -b blocks.txt -B simpleblocks.txt -g grids.txt -C contigs.txt
+ Segmentation fault
-- Andreas Tille <tille at debian.org> Fri, 14 Feb 2014 09:23:04 +0100
Added: trunk/packages/unc-fish/trunk/debian/unc-fish.README.Debian
===================================================================
--- trunk/packages/unc-fish/trunk/debian/unc-fish.README.Debian (rev 0)
+++ trunk/packages/unc-fish/trunk/debian/unc-fish.README.Debian 2014-02-14 13:06:55 UTC (rev 16045)
@@ -0,0 +1,13 @@
+FISH for Debian
+===============
+
+Please note: Since there is a package fish in Debian we needed to
+rename the package as well as the executable to unc-fish. If you
+need to use the exectuatble name `fish` somewhere in your scripts
+you can do so by setting
+
+ export PATH=/usr/lib/unc-fish:$PATH
+
+since the unrenamed executable resides in /usr/lib/unc-fish.
+
+ -- Andreas Tille <tille at debian.org> Fri, 14 Feb 2014 09:23:04 +0100
More information about the debian-med-commit
mailing list