[r-cran-yaml] 04/04: The yaml_private.h of original libyaml code was changed in r-cran-yaml. This should have no big influence but it is at least documented here.

Andreas Tille tille at debian.org
Thu Dec 1 08:40:14 UTC 2016


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

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

commit a5d95a9e258251c874d833457cb96a8ba9b25c0d
Author: Andreas Tille <tille at debian.org>
Date:   Thu Dec 1 09:39:32 2016 +0100

    The yaml_private.h of original libyaml code was changed in r-cran-yaml.  This should have no big influence but it is at least documented here.
---
 debian/patches/use_original_yaml_private.h.patch | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/debian/patches/use_original_yaml_private.h.patch b/debian/patches/use_original_yaml_private.h.patch
new file mode 100644
index 0000000..9f563de
--- /dev/null
+++ b/debian/patches/use_original_yaml_private.h.patch
@@ -0,0 +1,24 @@
+Authors: Andreas Tille <tille at debian.org>
+Las-Update: Tue, 29 Nov 2016 16:39:02 +0100
+Comment: This patch is not used currently
+Description: The yaml_private.h of original libyaml code was
+ changed in r-cran-yaml.  This should have no big influence but
+ it is at least documented here.
+
+--- a/src/yaml_private.h
++++ b/src/yaml_private.h
+@@ -1,9 +1,9 @@
+-#define YAML_VERSION_MAJOR 0
+-#define YAML_VERSION_MINOR 1
+-#define YAML_VERSION_PATCH 7
+-#define YAML_VERSION_STRING "0.1.7"
+ 
+-#include "yaml.h"
++#if HAVE_CONFIG_H
++#include <config.h>
++#endif
++
++#include <yaml.h>
+ 
+ #include <assert.h>
+ #include <limits.h>

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



More information about the debian-science-commits mailing list