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 <[email protected]> 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 <[email protected]> Fri, 14 Feb 2014 09:23:04 +0100 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
