[r-cran-yaml] 01/01: more to do

Joost van Baal joostvb at moszumanska.debian.org
Thu Jan 7 17:36:40 UTC 2016


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

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

commit ab253280baac0084a67620d2db88faa4fef2648a
Author: Joost van Baal-Ilić <joostvb at nusku.mdcc.cx>
Date:   Thu Jan 7 18:36:34 2016 +0100

    more to do
---
 debian/changelog | 46 ++++++++++++++++------------------------------
 1 file changed, 16 insertions(+), 30 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 28bab3a..0144149 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,18 @@ r-cran-yaml (2.1.13-3) unstable; urgency=low
     hacking
   * debian/control: add libyaml-dev to build depends.
 
+  * FIXME make build depends libyaml-dev versioned
+
+  * FIXME:
+    P: r-cran-yaml source: debian-watch-may-check-gpg-signature
+     This watch file does not include a means to verify the upstream
+     tarball using cryptographic signature.
+     If upstream distributions provide such signatures, please use the
+     pgpsigurlmangle options in this watch file's opts= to generate the
+     URL of an upstream GPG signature. This signature is automatically
+     downloaded and verified against a keyring stored in
+     debian/upstream/signing-key.asc.
+
   * FIXME:
      REJECTED: embedded-library yaml.so
      .
@@ -32,12 +44,6 @@ r-cran-yaml (2.1.13-3) unstable; urgency=low
 
     joostvb at nusku:ding% diff -dur libyaml-0.1.6/src r-cran-yaml/src
 
-    Само у r-cran-yaml/src: implicit.c
-    Само у libyaml-0.1.6/src: Makefile.am
-    Само у libyaml-0.1.6/src: Makefile.in
-    Само у r-cran-yaml/src: Makevars
-    Само у r-cran-yaml/src: r-ext.c
-    Само у r-cran-yaml/src: r-ext.h
     diff -dur libyaml-0.1.6/src/scanner.c r-cran-yaml/src/scanner.c
     --- libyaml-0.1.6/src/scanner.c 2016-01-06 16:30:38.000000000 +0100
     +++ r-cran-yaml/src/scanner.c   2015-12-22 10:47:20.297487439 +0100
@@ -72,26 +78,6 @@ r-cran-yaml (2.1.13-3) unstable; urgency=low
     ----------------
 
     diff -dur r-cran-yaml/src/yaml.h libyaml-0.1.6/include/yaml.h
-    --- r-cran-yaml/src/yaml.h      2015-12-22 10:47:20.297487439 +0100
-    +++ libyaml-0.1.6/include/yaml.h        2014-03-26 19:54:02.000000000 +0100
-    @@ -26,7 +26,17 @@
-     
-     /** The public API declaration. */
-     
-    -#define  YAML_DECLARE(type)  type
-    +#ifdef _WIN32
-    +#   if defined(YAML_DECLARE_STATIC)
-    +#       define  YAML_DECLARE(type)  type
-    +#   elif defined(YAML_DECLARE_EXPORT)
-    +#       define  YAML_DECLARE(type)  __declspec(dllexport) type
-    +#   else
-    +#       define  YAML_DECLARE(type)  __declspec(dllimport) type
-    +#   endif
-    +#else
-    +#   define  YAML_DECLARE(type)  type
-    +#endif
-     
-     /** @} */
      
       -------------------
 
@@ -110,11 +96,11 @@ r-cran-yaml (2.1.13-3) unstable; urgency=low
         .../r-cran-yaml-2.1.13/debian/r-cran-yaml/usr/lib/R/
         site-library/yaml/libs/yaml.so: undefined symbol:
         yaml_sequence_start_event_initialize
-      Error: loading failed
+     Error: loading failed
       
-            it compiles yaml.so without any error
-            this yaml.so is linked with
-                    libR.so => /usr/lib/libR.so (0x00007f7614ddf000)
+     it compiles yaml.so without any error
+         this yaml.so is linked with
+             libR.so => /usr/lib/libR.so (0x00007f7614ddf000)
       
     /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.4 is _not_ linked with libR.so
 

-- 
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