Author: tille Date: 2016-04-28 06:47:40 +0000 (Thu, 28 Apr 2016) New Revision: 21772
Modified: trunk/packages/R/r-cran-xml2/trunk/debian/changelog trunk/packages/R/r-cran-xml2/trunk/debian/control Log: Depends: r-cran-rcpp Modified: trunk/packages/R/r-cran-xml2/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-xml2/trunk/debian/changelog 2016-04-27 22:20:37 UTC (rev 21771) +++ trunk/packages/R/r-cran-xml2/trunk/debian/changelog 2016-04-28 06:47:40 UTC (rev 21772) @@ -1,8 +1,9 @@ -r-cran-xml2 (0.1.2-2) UNRELEASED; urgency=medium +r-cran-xml2 (0.1.2-2) unstable; urgency=medium - * Versioned dependency from r-cran-rcpp (helps basically for backports) + * Add missing dependency: r-cran-rcpp + * cme fix dpkg-control - -- Andreas Tille <[email protected]> Fri, 15 Apr 2016 15:21:15 +0200 + -- Andreas Tille <[email protected]> Thu, 28 Apr 2016 08:26:49 +0200 r-cran-xml2 (0.1.2-1) unstable; urgency=low Modified: trunk/packages/R/r-cran-xml2/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-xml2/trunk/debian/control 2016-04-27 22:20:37 UTC (rev 21771) +++ trunk/packages/R/r-cran-xml2/trunk/debian/control 2016-04-28 06:47:40 UTC (rev 21772) @@ -10,7 +10,7 @@ libxml2-dev, libboost-dev, libjs-jquery -Standards-Version: 3.9.7 +Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-xml2/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-xml2/trunk/ Homepage: https://cran.r-project.org/web/packages/xml2/ @@ -19,7 +19,8 @@ Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, - ${R:Depends} + ${R:Depends}, + r-cran-rcpp (>= 0.11.4.6) Description: GNU R XML parser This GNU R package works with XML files using a simple, consistent interface. Built on top of the 'libxml2' C library. _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
