[med-svn] r22425 - in trunk/packages/profbval/trunk/debian: . tests

Tatiana Malygina latticetower-guest at moszumanska.debian.org
Thu Jul 7 22:41:27 UTC 2016


Author: latticetower-guest
Date: 2016-07-07 22:41:26 +0000 (Thu, 07 Jul 2016)
New Revision: 22425

Modified:
   trunk/packages/profbval/trunk/debian/README.test
   trunk/packages/profbval/trunk/debian/changelog
   trunk/packages/profbval/trunk/debian/tests/control
Log:
added allow-stderr restriction to debian/tests/control - in case if pp-popularity-contest is not installed, described in README.test

Modified: trunk/packages/profbval/trunk/debian/README.test
===================================================================
--- trunk/packages/profbval/trunk/debian/README.test	2016-07-07 18:41:34 UTC (rev 22424)
+++ trunk/packages/profbval/trunk/debian/README.test	2016-07-07 22:41:26 UTC (rev 22425)
@@ -7,6 +7,17 @@
 
 in order to confirm its integrity.
 
+This test can write to stderr following message:
+
+    Can't exec "pp_popcon_cnt": No such file or directory at /usr/bin/profbval line 6. 
+    The Rost Lab recommends you install the pp-popularity-contest package that 
+    provides pp_popcon_cnt:
+
+    sudo apt-get install pp-popularity-contest
+
+This appears when associated package named `pp-popularity-contest` is not 
+installed. Other output to stderr must be absent.
+
 To test manually, cd to some dir where you have write permissions and do
  
     cp -a /usr/share/doc/profbval/examples/* .

Modified: trunk/packages/profbval/trunk/debian/changelog
===================================================================
--- trunk/packages/profbval/trunk/debian/changelog	2016-07-07 18:41:34 UTC (rev 22424)
+++ trunk/packages/profbval/trunk/debian/changelog	2016-07-07 22:41:26 UTC (rev 22425)
@@ -6,6 +6,9 @@
   * add simple testsuite
   * cme fix dpkg-control
   * added d/README.test + d/docs, improved installation-test
+  * added allow-stderr restriction to debian/tests/control - in case when 
+    recommended package `pp-popularity-contest` is not installed,
+    and described that in debian/README.test
 
  -- Tatiana Malygina <merlettaia at gmail.com>  Wed, 08 Jun 2016 17:41:47 +0000
 

Modified: trunk/packages/profbval/trunk/debian/tests/control
===================================================================
--- trunk/packages/profbval/trunk/debian/tests/control	2016-07-07 18:41:34 UTC (rev 22424)
+++ trunk/packages/profbval/trunk/debian/tests/control	2016-07-07 22:41:26 UTC (rev 22425)
@@ -1,2 +1,3 @@
 Tests: installation-test
 Depends: @
+Restrictions: allow-stderr




More information about the debian-med-commit mailing list