Author: tille Date: 2016-03-30 12:19:36 +0000 (Wed, 30 Mar 2016) New Revision: 21623
Added: trunk/packages/R/r-cran-xml2/trunk/debian/patches/ trunk/packages/R/r-cran-xml2/trunk/debian/patches/series trunk/packages/R/r-cran-xml2/trunk/debian/patches/use_debian_packages_boost.patch Modified: trunk/packages/R/r-cran-xml2/trunk/debian/changelog trunk/packages/R/r-cran-xml2/trunk/debian/control Log: Do not require r-cran-bh Modified: trunk/packages/R/r-cran-xml2/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-xml2/trunk/debian/changelog 2016-03-30 12:02:26 UTC (rev 21622) +++ trunk/packages/R/r-cran-xml2/trunk/debian/changelog 2016-03-30 12:19:36 UTC (rev 21623) @@ -1,6 +1,5 @@ r-cran-xml2 (0.1.2-1) UNRELEASED; urgency=low * Initial release (Closes: #???) - TODO: r-cran-bh -- Andreas Tille <[email protected]> Tue, 22 Mar 2016 21:32:09 +0100 Modified: trunk/packages/R/r-cran-xml2/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-xml2/trunk/debian/control 2016-03-30 12:02:26 UTC (rev 21622) +++ trunk/packages/R/r-cran-xml2/trunk/debian/control 2016-03-30 12:19:36 UTC (rev 21623) @@ -8,7 +8,7 @@ r-base-dev, r-cran-rcpp, libxml2-dev, - r-cran-bh + libboost-dev Standards-Version: 3.9.7 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/ Added: trunk/packages/R/r-cran-xml2/trunk/debian/patches/series =================================================================== --- trunk/packages/R/r-cran-xml2/trunk/debian/patches/series (rev 0) +++ trunk/packages/R/r-cran-xml2/trunk/debian/patches/series 2016-03-30 12:19:36 UTC (rev 21623) @@ -0,0 +1 @@ +use_debian_packages_boost.patch Added: trunk/packages/R/r-cran-xml2/trunk/debian/patches/use_debian_packages_boost.patch =================================================================== --- trunk/packages/R/r-cran-xml2/trunk/debian/patches/use_debian_packages_boost.patch (rev 0) +++ trunk/packages/R/r-cran-xml2/trunk/debian/patches/use_debian_packages_boost.patch 2016-03-30 12:19:36 UTC (rev 21623) @@ -0,0 +1,15 @@ +Author: Andreas Tille <[email protected]> +Last-Update: Tue, 22 Mar 2016 21:32:09 +0100 +Description: Use Debian packaged boost library + +--- a/DESCRIPTION ++++ b/DESCRIPTION +@@ -14,7 +14,7 @@ URL: https://github.com/hadley/xml2/issu + BugReports: https://github.com/hadley/xml2/issues/ + Depends: R (>= 3.1.0) + Imports: Rcpp +-LinkingTo: Rcpp (>= 0.11.4.6), BH ++LinkingTo: Rcpp (>= 0.11.4.6) + Suggests: testthat, curl + License: GPL (>= 2) + NeedsCompilation: yes _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
