[med-svn] r21747 - in trunk/packages/R/r-bioc-biomart/trunk/debian: . tests
Andreas Tille
tille at moszumanska.debian.org
Wed Apr 27 18:11:59 UTC 2016
Author: tille
Date: 2016-04-27 18:11:59 +0000 (Wed, 27 Apr 2016)
New Revision: 21747
Modified:
trunk/packages/R/r-bioc-biomart/trunk/debian/changelog
trunk/packages/R/r-bioc-biomart/trunk/debian/control
trunk/packages/R/r-bioc-biomart/trunk/debian/tests/run-unit-test
Log:
New upstream version, fix autopkgtest
Modified: trunk/packages/R/r-bioc-biomart/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-bioc-biomart/trunk/debian/changelog 2016-04-27 18:08:18 UTC (rev 21746)
+++ trunk/packages/R/r-bioc-biomart/trunk/debian/changelog 2016-04-27 18:11:59 UTC (rev 21747)
@@ -1,3 +1,11 @@
+r-bioc-biomart (2.26.1-1) unstable; urgency=medium
+
+ * New upstream version
+ * cme fix dpkg-control
+ * fix autopkgtest
+
+ -- Andreas Tille <tille at debian.org> Wed, 27 Apr 2016 20:07:04 +0200
+
r-bioc-biomart (2.26.0-1) unstable; urgency=medium
* New upstream version
Modified: trunk/packages/R/r-bioc-biomart/trunk/debian/control
===================================================================
--- trunk/packages/R/r-bioc-biomart/trunk/debian/control 2016-04-27 18:08:18 UTC (rev 21746)
+++ trunk/packages/R/r-bioc-biomart/trunk/debian/control 2016-04-27 18:11:59 UTC (rev 21747)
@@ -9,8 +9,8 @@
r-bioc-annotationdbi (>= 1.28.0),
r-cran-xml,
r-cran-rcurl
-Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-bioc-biomart/trunk/
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-bioc-biomart/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-bioc-biomart/trunk/
Homepage: http://www.bioconductor.org/packages/release/bioc/html/biomaRt.html
Modified: trunk/packages/R/r-bioc-biomart/trunk/debian/tests/run-unit-test
===================================================================
--- trunk/packages/R/r-bioc-biomart/trunk/debian/tests/run-unit-test 2016-04-27 18:08:18 UTC (rev 21746)
+++ trunk/packages/R/r-bioc-biomart/trunk/debian/tests/run-unit-test 2016-04-27 18:11:59 UTC (rev 21747)
@@ -1,6 +1,6 @@
#!/bin/sh -e
oname=biomaRt
-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`
More information about the debian-med-commit
mailing list