[med-svn] [r-cran-xml2] 03/14: Do not require r-cran-bh

Andreas Tille tille at debian.org
Fri Oct 13 07:17:15 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-xml2.

commit 57509332c2852ce9143aab0c992c2e98eb937042
Author: Andreas Tille <tille at debian.org>
Date:   Wed Mar 30 12:19:36 2016 +0000

    Do not require r-cran-bh
---
 debian/changelog                               |  1 -
 debian/control                                 |  2 +-
 debian/patches/series                          |  1 +
 debian/patches/use_debian_packages_boost.patch | 15 +++++++++++++++
 4 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fd863cd..2ada465 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
 r-cran-xml2 (0.1.2-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #???)
-  TODO: r-cran-bh
 
  -- Andreas Tille <tille at debian.org>  Tue, 22 Mar 2016 21:32:09 +0100
diff --git a/debian/control b/debian/control
index 1205f11..bbca159 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9),
                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/
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..c037665
--- /dev/null
+++ b/debian/patches/use_debian_packages_boost.patch
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-xml2.git



More information about the debian-med-commit mailing list