[med-svn] [r-cran-rsqlite] 01/03: New Build-Depends: pkg-config

Andreas Tille tille at debian.org
Sun Sep 3 12:10:28 UTC 2017


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

tille pushed a commit to tag debian/2.0-1
in repository r-cran-rsqlite.

commit f8fda606ec751009241a9d897b4b2afb0b0d32eb
Author: Andreas Tille <tille at debian.org>
Date:   Sun Sep 3 00:54:07 2017 +0200

    New Build-Depends: pkg-config
---
 debian/changelog               |  3 +--
 debian/control                 |  1 +
 debian/patches/pkgconfig.patch | 16 ++++++++++++++++
 debian/patches/series          |  1 +
 4 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b12159b..ebf7650 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,7 @@ r-cran-rsqlite (2.0-1) UNRELEASED; urgency=medium
 
   * New upstream version
   * Standards-Version: 4.1.0 (no changes needed)
-  * New Build-Depends: r-cran-bit64, r-cran-blob
-  TODO: r-cran-pkgconfig
+  * New Build-Depends: r-cran-bit64, r-cran-blob, pkg-config
 
  -- Andreas Tille <tille at debian.org>  Fri, 25 Aug 2017 22:57:34 +0200
 
diff --git a/debian/control b/debian/control
index ad25dc1..68ff676 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Build-Depends: debhelper (>= 10),
                r-cran-bit64,
                r-cran-blob,
                libboost-dev,
+               pkg-config
 Standards-Version: 4.1.0
 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/pkgconfig.patch b/debian/patches/pkgconfig.patch
new file mode 100644
index 0000000..8741bc8
--- /dev/null
+++ b/debian/patches/pkgconfig.patch
@@ -0,0 +1,16 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Fri, 25 Aug 2017 22:57:34 +0200
+Description: When using debian package pkg-config the R packge pkgconfig
+             is not needed.
+
+--- a/DESCRIPTION
++++ b/DESCRIPTION
+@@ -18,7 +18,7 @@ Description: Embeds the 'SQLite' databas
+ Depends: R (>= 3.1.0)
+ Suggests: DBItest, knitr, rmarkdown, testthat
+ Imports: bit64, blob (>= 1.1), DBI (>= 0.4-9), memoise, methods,
+-        pkgconfig, Rcpp (>= 0.12.7)
++         Rcpp (>= 0.12.7)
+ LinkingTo: Rcpp, plogr
+ Encoding: UTF-8
+ License: LGPL (>= 2)
diff --git a/debian/patches/series b/debian/patches/series
index b282989..1ac3bad 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 # do_not_check_strict_versioning.patch
 use_debian_packages_boost.patch
+pkgconfig.patch

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



More information about the debian-med-commit mailing list