Author: latticetower-guest Date: 2016-06-11 17:42:58 +0000 (Sat, 11 Jun 2016) New Revision: 22127
Added: trunk/packages/predictnls/trunk/debian/README.test trunk/packages/predictnls/trunk/debian/docs Modified: trunk/packages/predictnls/trunk/debian/changelog Log: add README.test+docs Added: trunk/packages/predictnls/trunk/debian/README.test =================================================================== --- trunk/packages/predictnls/trunk/debian/README.test (rev 0) +++ trunk/packages/predictnls/trunk/debian/README.test 2016-06-11 17:42:58 UTC (rev 22127) @@ -0,0 +1,15 @@ +Notes on how this package can be tested. +──────────────────────────────────────── + +This package can be tested by executing + + sh installation-test + +in order to confirm its integrity. + +To test manually, cd to some dir, where you have write permissions and do + + cp -a /usr/share/doc/predictnls/examples/* . + predictnls fileIn=O49931.fa fileOut=O49931.nls + +To see full set of predictnls parameters, run `man predictnls`. Modified: trunk/packages/predictnls/trunk/debian/changelog =================================================================== --- trunk/packages/predictnls/trunk/debian/changelog 2016-06-11 17:35:26 UTC (rev 22126) +++ trunk/packages/predictnls/trunk/debian/changelog 2016-06-11 17:42:58 UTC (rev 22127) @@ -2,6 +2,8 @@ * Team upload. * cme fix dpkg-control + * add simple testsuite + * add README.test -- Tatiana Malygina <[email protected]> Sat, 11 Jun 2016 16:52:29 +0000 @@ -143,5 +145,3 @@ * Initial packaged version -- Laszlo Kajan <[email protected]> Thu, 18 Feb 2010 15:11:38 +0100 - - Added: trunk/packages/predictnls/trunk/debian/docs =================================================================== --- trunk/packages/predictnls/trunk/debian/docs (rev 0) +++ trunk/packages/predictnls/trunk/debian/docs 2016-06-11 17:42:58 UTC (rev 22127) @@ -0,0 +1,2 @@ +debian/tests/installation-test +debian/README.test _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
