Author: tille Date: 2017-06-25 05:09:17 +0000 (Sun, 25 Jun 2017) New Revision: 23854
Added: trunk/packages/R/r-cran-rnexml/branches/jessie-backports/2.0.7-1~bpo8+1/ Modified: trunk/packages/R/r-cran-rnexml/branches/jessie-backports/2.0.7-1~bpo8+1/changelog trunk/packages/R/r-cran-rnexml/branches/jessie-backports/2.0.7-1~bpo8+1/control trunk/packages/R/r-cran-rnexml/branches/jessie-backports/2.0.7-1~bpo8+1/copyright trunk/packages/R/r-cran-rnexml/branches/jessie-backports/2.0.7-1~bpo8+1/rules trunk/packages/R/r-cran-rnexml/branches/jessie-backports/2.0.7-1~bpo8+1/tests/run-unit-test Log: Tagged 2.0.7-1~bpo8+1 Modified: trunk/packages/R/r-cran-rnexml/branches/jessie-backports/2.0.7-1~bpo8+1/changelog =================================================================== --- trunk/packages/R/r-cran-rnexml/branches/jessie-backports/2.0.6-1~bpo8+1/changelog 2017-06-25 05:01:12 UTC (rev 23853) +++ trunk/packages/R/r-cran-rnexml/branches/jessie-backports/2.0.7-1~bpo8+1/changelog 2017-06-25 05:09:17 UTC (rev 23854) @@ -1,3 +1,18 @@ +r-cran-rnexml (2.0.7-1~bpo8+1) jessie-backports; urgency=medium + + * Rebuild for jessie-backports. + * Versioned Build-Depends: r-cran-dplyr + + -- Andreas Tille <[email protected]> Fri, 09 Jun 2017 09:02:27 +0200 + +r-cran-rnexml (2.0.7-1) unstable; urgency=medium + + * New upstream version + * Convert to dh-r + * Canonical homepage for CRAN + + -- Andreas Tille <[email protected]> Fri, 28 Oct 2016 23:07:32 +0200 + r-cran-rnexml (2.0.6-1~bpo8+1) jessie-backports; urgency=medium * Rebuild for jessie-backports. Modified: trunk/packages/R/r-cran-rnexml/branches/jessie-backports/2.0.7-1~bpo8+1/control =================================================================== --- trunk/packages/R/r-cran-rnexml/branches/jessie-backports/2.0.6-1~bpo8+1/control 2017-06-25 05:01:12 UTC (rev 23853) +++ trunk/packages/R/r-cran-rnexml/branches/jessie-backports/2.0.7-1~bpo8+1/control 2017-06-25 05:09:17 UTC (rev 23854) @@ -4,42 +4,30 @@ Section: gnu-r Priority: optional Build-Depends: debhelper (>= 9), - cdbs, + dh-r, r-base-dev, r-cran-ape, r-cran-xml, r-cran-plyr, r-cran-reshape2, - r-cran-stringr (>= 1.0), + r-cran-stringr, r-cran-lazyeval, r-cran-uuid, r-cran-httr, r-cran-taxize, - r-cran-dplyr, + r-cran-dplyr (>= 0.5.0), r-cran-tidyr -Standards-Version: 3.9.7 +Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-rnexml/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-rnexml/trunk/ -Homepage: https://cran.r-project.org/web/packages/RNeXML/ +Homepage: https://cran.r-project.org/package=RNeXML Package: r-cran-rnexml Architecture: all Depends: ${misc:Depends}, ${R:Depends}, - r-cran-ape, - r-cran-xml, - r-cran-plyr, - r-cran-reshape2, - r-cran-stringr (>= 1.0), - r-cran-lazyeval, - r-cran-uuid, - r-cran-httr, - r-cran-taxize, - r-cran-dplyr, - r-cran-tidyr -Suggests: r-cran-knitr, - r-cran-geiger, - r-cran-phytools +Recommends: ${R:Recommends} +Suggests: ${R:Suggests} Description: GNU R package for semantically rich I/O for the 'NeXML' format Provides access to phyloinformatic data in 'NeXML' format. The package should add new functionality to R such as the possibility to manipulate Modified: trunk/packages/R/r-cran-rnexml/branches/jessie-backports/2.0.7-1~bpo8+1/copyright =================================================================== --- trunk/packages/R/r-cran-rnexml/branches/jessie-backports/2.0.6-1~bpo8+1/copyright 2017-06-25 05:01:12 UTC (rev 23853) +++ trunk/packages/R/r-cran-rnexml/branches/jessie-backports/2.0.7-1~bpo8+1/copyright 2017-06-25 05:09:17 UTC (rev 23854) @@ -1,7 +1,7 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: RNeXML Upstream-Contact: Carl Boettiger <[email protected]> -Source: https://cran.r-project.org/web/packages/RNeXML/ +Source: https://cran.r-project.org/package=RNeXML Files: * Copyright: 2013-2016 Carl Boettiger, Scott Chamberlain, Hilmar Lapp, Kseniia Shumelchyk, Rutger Vos Modified: trunk/packages/R/r-cran-rnexml/branches/jessie-backports/2.0.7-1~bpo8+1/rules =================================================================== --- trunk/packages/R/r-cran-rnexml/branches/jessie-backports/2.0.6-1~bpo8+1/rules 2017-06-25 05:01:12 UTC (rev 23853) +++ trunk/packages/R/r-cran-rnexml/branches/jessie-backports/2.0.7-1~bpo8+1/rules 2017-06-25 05:09:17 UTC (rev 23854) @@ -1,3 +1,4 @@ #!/usr/bin/make -f -include /usr/share/R/debian/r-cran.mk +%: + dh $@ --buildsystem R Modified: trunk/packages/R/r-cran-rnexml/branches/jessie-backports/2.0.7-1~bpo8+1/tests/run-unit-test =================================================================== --- trunk/packages/R/r-cran-rnexml/branches/jessie-backports/2.0.6-1~bpo8+1/tests/run-unit-test 2017-06-25 05:01:12 UTC (rev 23853) +++ trunk/packages/R/r-cran-rnexml/branches/jessie-backports/2.0.7-1~bpo8+1/tests/run-unit-test 2017-06-25 05:09:17 UTC (rev 23854) @@ -1,7 +1,7 @@ #!/bin/sh -e oname=rnexml -pkg=r-cran-`echo $oname | tr [A-Z] [a-z]` +pkg=r-cran-`echo $oname | tr '[A-Z]' '[a-z]'` if [ "$ADTTMP" = "" ] ; then ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX` _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
