[r-cran-tm] 09/12: New Build-Depends: r-cran-rcpp, libboost-dev; Patch to use Debian packaged libboost rather than CRAN BH

Andreas Tille tille at debian.org
Wed Oct 25 07:44:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository r-cran-tm.

commit 0fef77835be1e18f8b7e851e922364b1eb9c77a3
Author: Andreas Tille <tille at debian.org>
Date:   Wed Oct 25 09:29:28 2017 +0200

    New Build-Depends: r-cran-rcpp, libboost-dev; Patch to use Debian packaged libboost rather than CRAN BH
---
 debian/changelog                               |  3 ++-
 debian/control                                 |  4 +++-
 debian/patches/series                          |  1 +
 debian/patches/use_debian_packages_boost.patch | 15 +++++++++++++++
 4 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6bd3490..f7426a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,9 @@ r-cran-tm (0.7-1-1) UNRELEASED; urgency=medium
   * debhelper 10
   * Add autopkgtest based on vignette
   * Canonical homepage for CRAN packages
+  * New Build-Depends: r-cran-rcpp, libboost-dev
 
- -- Andreas Tille <tille at debian.org>  Wed, 25 Oct 2017 09:16:44 +0200
+ -- Andreas Tille <tille at debian.org>  Wed, 25 Oct 2017 09:26:25 +0200
 
 r-cran-tm (0.6-2-3) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 3407214..856f71a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,9 @@ Priority: optional
 Build-Depends: debhelper (>= 10),
                dh-r,
                r-cran-nlp,
-               r-cran-slam
+               r-cran-slam,
+               r-cran-rcpp,
+               libboost-dev
 Standards-Version: 4.1.1
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/r-cran-tm.git
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/r-cran-tm.git
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..450a5f3
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+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..4893172
--- /dev/null
+++ b/debian/patches/use_debian_packages_boost.patch
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Wed, 25 Oct 2017 09:26:25 +0200
+Description: Use Debian packaged boost library
+
+--- a/DESCRIPTION
++++ b/DESCRIPTION
+@@ -10,7 +10,7 @@ Authors at R: c(person("Ingo", "Feinerer",
+ Depends: R (>= 3.2.0), NLP (>= 0.1-6.2)
+ Imports: Rcpp, parallel, slam (>= 0.1-37), stats, tools, utils,
+         graphics
+-LinkingTo: BH, Rcpp
++LinkingTo: Rcpp
+ Suggests: filehash, methods, Rcampdf, Rgraphviz, Rpoppler, SnowballC,
+         tm.lexicon.GeneralInquirer, XML
+ SystemRequirements: Antiword (<http://www.winfield.demon.nl/>) for

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-tm.git



More information about the debian-science-commits mailing list