This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-rsqlite.
commit 2fbce2234ad593ff2a884a9a9585268afae80ef4 Author: Andreas Tille <[email protected]> Date: Sun Dec 4 18:14:13 2016 +0100 New Build-Depends, use libboost-dev instead of r-cran-bh --- debian/changelog | 5 ++--- debian/control | 4 ++-- debian/patches/series | 1 + debian/patches/use_debian_packages_boost.patch | 15 +++++++++++++++ 4 files changed, 20 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2800321..b580299 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,5 @@ r-cran-rsqlite (1.1-1) UNRELEASED; urgency=medium - TODO: r-cran-bh (#819389) * New upstream version * Deactivate patch for relaxed version checking in the hope that this is done properly by upstream now @@ -13,8 +12,8 @@ r-cran-rsqlite (1.1-1) UNRELEASED; urgency=medium * New Builld-Depends: r-cran-memoise, r-cran-rcpp, - r-cran-bh, - r-cran-plogr + r-cran-plogr, + libboost-dev -- Andreas Tille <[email protected]> Sat, 03 Dec 2016 08:43:25 +0100 diff --git a/debian/control b/debian/control index 3299de1..df075df 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 10), libsqlite3-dev, r-cran-memoise, r-cran-rcpp, - r-cran-bh, - r-cran-plogr + r-cran-plogr, + libboost-dev Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-rsqlite.git Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-rsqlite.git diff --git a/debian/patches/series b/debian/patches/series index 4d292f3..b282989 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ # do_not_check_strict_versioning.patch +use_debian_packages_boost.patch diff --git a/debian/patches/use_debian_packages_boost.patch b/debian/patches/use_debian_packages_boost.patch new file mode 100644 index 0000000..5127870 --- /dev/null +++ b/debian/patches/use_debian_packages_boost.patch @@ -0,0 +1,15 @@ +Author: Andreas Tille <[email protected]> +Last-Update: Sat, 03 Dec 2016 08:43:25 +0100 +Description: Use Debian packaged boost library + +--- a/DESCRIPTION ++++ b/DESCRIPTION +@@ -18,7 +18,7 @@ Description: Embeds the 'SQLite' databas + Depends: R (>= 3.1.0) + Suggests: DBItest, knitr, rmarkdown, testthat + Imports: DBI (>= 0.4-9), memoise, methods, Rcpp (>= 0.12.7) +-LinkingTo: Rcpp, BH, plogr ++LinkingTo: Rcpp, plogr + Encoding: UTF-8 + License: LGPL (>= 2) + URL: https://github.com/rstats-db/RSQLite -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-rsqlite.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
