[med-svn] [r-cran-rsqlite] 02/02: Do not check against included code copy version

Andreas Tille tille at debian.org
Sat Jun 21 06:30:01 UTC 2014


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 b821a7ce0fae0fce578fb8805e1be1eaa46ebb3c
Author: Andreas Tille <tille at debian.org>
Date:   Sat Jun 21 08:29:21 2014 +0200

    Do not check against included code copy version
---
 .../do_not_check_against_bundled_sqlite_version.patch   | 17 +++++++++++++++++
 debian/patches/series                                   |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/do_not_check_against_bundled_sqlite_version.patch b/debian/patches/do_not_check_against_bundled_sqlite_version.patch
new file mode 100644
index 0000000..7617af5
--- /dev/null
+++ b/debian/patches/do_not_check_against_bundled_sqlite_version.patch
@@ -0,0 +1,17 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Sat, 21 Jun 2014 08:09:49 +0200
+Description: The package is not build against the included sqlite
+ version but rather against the Debian packaged version.  So it makes
+ no sense to check the included version number
+
+--- a/inst/UnitTests/dbGetInfo_test.R
++++ b/inst/UnitTests/dbGetInfo_test.R
+@@ -6,7 +6,7 @@ test_dbGetInfo_connection <- function()
+     info <- dbGetInfo(db)
+     checkEquals(6L, length(info))
+     checkEquals(":memory:", info[["dbname"]])
+-    checkEquals("3.7.17", info[["serverVersion"]])
++    # checkEquals("3.7.17", info[["serverVersion"]])
+     checkEquals(integer(0), info[["rsId"]])
+     checkEquals("on", info[["loadableExtensions"]])
+     checkEquals(SQLITE_RWC, info[["flags"]])
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c759e06
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+do_not_check_against_bundled_sqlite_version.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