[med-svn] r22571 - trunk/packages/rostlab/reprof/trunk/debian
Tatiana Malygina
latticetower-guest at moszumanska.debian.org
Sun Jul 17 01:24:45 UTC 2016
Author: latticetower-guest
Date: 2016-07-17 01:24:44 +0000 (Sun, 17 Jul 2016)
New Revision: 22571
Modified:
trunk/packages/rostlab/reprof/trunk/debian/README.test
trunk/packages/rostlab/reprof/trunk/debian/changelog
Log:
add more details about package testing to debian/README.test. Ready for upload
Modified: trunk/packages/rostlab/reprof/trunk/debian/README.test
===================================================================
--- trunk/packages/rostlab/reprof/trunk/debian/README.test 2016-07-17 01:06:13 UTC (rev 22570)
+++ trunk/packages/rostlab/reprof/trunk/debian/README.test 2016-07-17 01:24:44 UTC (rev 22571)
@@ -3,3 +3,41 @@
This package uses `autopkgtest-pkg-perl` as a default testsuite.
Read more at https://pkg-perl.alioth.debian.org/autopkgtest.html
+
+This package can also be tested by executing
+
+ perl test-models.t
+ sh installation-test
+
+in order to confirm its integrity.
+
+Both commands require `reprof` and `librg-reprof-bundle-perl` to be installed.
+
+First command
+
+ perl test-models.t
+
+runs perl script, which checks if /usr/share/reprof/*.model files, accompanying
+this package, can be found at that location and are compatible with latest
+version of `libai-fann-perl` package.
+
+If above script fails, then command
+
+ sh installation-test
+
+will also fail with error message
+
+ "Constructor failed at /usr/share/perl5/RG/Reprof.pm line 225."
+
+If not, then command
+
+ sh installation-test
+
+should successfully run reprof command with several parameters from man page.
+
+To test manually, cd to directory where you have write permissions and run
+
+ cp /usr/share/doc/reprof/examples/example.Q .
+ reprof -i example.Q -o example.Q.reprof
+
+To learn more about reprof, run `man reprof`.
Modified: trunk/packages/rostlab/reprof/trunk/debian/changelog
===================================================================
--- trunk/packages/rostlab/reprof/trunk/debian/changelog 2016-07-17 01:06:13 UTC (rev 22570)
+++ trunk/packages/rostlab/reprof/trunk/debian/changelog 2016-07-17 01:24:44 UTC (rev 22571)
@@ -1,7 +1,5 @@
reprof (1.0.1-4) UNRELEASED; urgency=medium
- Not ready for upload
-
* Team upload.
* use explicitly `autopkgtest-pkg-test` in debian/tests/control, as described
here: https://pkg-perl.alioth.debian.org/autopkgtest.html#implementation
@@ -15,6 +13,8 @@
* add debian/tests/pkg-perl/smoke-tests, fixed debian/tests/control and
debian/tests/test-models.t to make all tests work and remove redundancy
* improved debian/tests/installation-test
+ * add more details about package testing to debian/README.test.
+ Ready for upload.
-- Tatiana Malygina <merlettaia at gmail.com> Thu, 14 Jul 2016 10:18:46 +0300
More information about the debian-med-commit
mailing list