[debrepatch] 01/01: patches: add WIP patch for r-base rdb/rdx build paths

Ximin Luo infinity0 at debian.org
Thu Apr 20 20:46:21 UTC 2017


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

infinity0 pushed a commit to branch master
in repository debrepatch.

commit 6d999a3fc73085c1bf2cf777ca48b4b0c5f57e36
Author: Ximin Luo <infinity0 at debian.org>
Date:   Thu Apr 20 22:46:14 2017 +0200

    patches: add WIP patch for r-base rdb/rdx build paths
---
 patches/r-base_WIP-XXXXXX.patch | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/patches/r-base_WIP-XXXXXX.patch b/patches/r-base_WIP-XXXXXX.patch
new file mode 100644
index 0000000..1cf7460
--- /dev/null
+++ b/patches/r-base_WIP-XXXXXX.patch
@@ -0,0 +1,25 @@
+diff -u r-base-3.3.3/debian/changelog r-base-3.3.3/debian/changelog
+--- r-base-3.3.3/debian/changelog
++++ r-base-3.3.3/debian/changelog
+@@ -1,3 +1,10 @@
++r-base (3.3.3-1.1) UNRELEASED; urgency=medium
++
++  * Non-maintainer upload.
++  * Generate output reproducibly, independently of the build path. (WIP; paths.rds still not fixed)
++
++ -- Ximin Luo <infinity0 at debian.org>  Thu, 20 Apr 2017 22:13:43 +0200
++
+ r-base (3.3.3-1) unstable; urgency=medium
+ 
+   * New upstream version released this morning
+--- r-base-3.3.3.orig/src/library/base/R/namespace.R
++++ r-base-3.3.3/src/library/base/R/namespace.R
+@@ -248,7 +248,7 @@
+             setNamespaceInfo(env, "imports", list("base" = TRUE))
+             ## this should be an absolute path
+             setNamespaceInfo(env, "path",
+-                             normalizePath(file.path(lib, name), "/", TRUE))
++                             file.path("R_LIBS", name))
+             setNamespaceInfo(env, "dynlibs", NULL)
+             setNamespaceInfo(env, "S3methods", matrix(NA_character_, 0L, 3L))
+             env$.__S3MethodsTable__. <-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debrepatch.git



More information about the Reproducible-commits mailing list