[med-svn] r21781 - in trunk/packages/R/r-bioc-bsgenome/trunk/debian: . tests

Andreas Tille tille at moszumanska.debian.org
Thu Apr 28 09:19:53 UTC 2016


Author: tille
Date: 2016-04-28 09:19:52 +0000 (Thu, 28 Apr 2016)
New Revision: 21781

Modified:
   trunk/packages/R/r-bioc-bsgenome/trunk/debian/changelog
   trunk/packages/R/r-bioc-bsgenome/trunk/debian/control
   trunk/packages/R/r-bioc-bsgenome/trunk/debian/tests/run-unit-test
Log:
Fix autopkgtest


Modified: trunk/packages/R/r-bioc-bsgenome/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-bioc-bsgenome/trunk/debian/changelog	2016-04-28 08:57:36 UTC (rev 21780)
+++ trunk/packages/R/r-bioc-bsgenome/trunk/debian/changelog	2016-04-28 09:19:52 UTC (rev 21781)
@@ -1,3 +1,10 @@
+r-bioc-bsgenome (1.38.0-2) unstable; urgency=medium
+
+  * Fix autopkgtest
+  * cme fix dpkg-control
+
+ -- Andreas Tille <tille at debian.org>  Thu, 28 Apr 2016 11:06:36 +0200
+
 r-bioc-bsgenome (1.38.0-1) unstable; urgency=medium
 
   * New upstream version

Modified: trunk/packages/R/r-bioc-bsgenome/trunk/debian/control
===================================================================
--- trunk/packages/R/r-bioc-bsgenome/trunk/debian/control	2016-04-28 08:57:36 UTC (rev 21780)
+++ trunk/packages/R/r-bioc-bsgenome/trunk/debian/control	2016-04-28 09:19:52 UTC (rev 21781)
@@ -7,8 +7,8 @@
                cdbs,
                r-base-dev,
                r-bioc-rtracklayer (>= 1.26.0)
-Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-bioc-bsgenome/trunk/
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-bioc-bsgenome/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-bioc-bsgenome/trunk/
 Homepage: http://bioconductor.org/packages/release/bioc/html/BSgenome.html
 

Modified: trunk/packages/R/r-bioc-bsgenome/trunk/debian/tests/run-unit-test
===================================================================
--- trunk/packages/R/r-bioc-bsgenome/trunk/debian/tests/run-unit-test	2016-04-28 08:57:36 UTC (rev 21780)
+++ trunk/packages/R/r-bioc-bsgenome/trunk/debian/tests/run-unit-test	2016-04-28 09:19:52 UTC (rev 21781)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 oname=BSgenome
-pkg=r-bioc-`echo $oname | tr [A-Z] [a-z]`
+pkg=r-bioc-`echo $oname | tr '[A-Z]' '[a-z]'`
 
 if [ "$ADTTMP" = "" ] ; then
   ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
@@ -15,4 +15,4 @@
   source("$rfile", echo=TRUE)
 EOT
 done
-# rm -rf *
+rm -rf *




More information about the debian-med-commit mailing list