[r-cran-yaml] 01/01: investigating yaml.so issue
Joost van Baal
joostvb at moszumanska.debian.org
Wed Dec 23 15:24:53 UTC 2015
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 5555b9444c0e7438f296d95470552de1c2e684d3
Author: Joost van Baal-Ilić <joostvb at uvt.nl>
Date: Wed Dec 23 16:24:48 2015 +0100
investigating yaml.so issue
---
debian/changelog | 5 +++++
debian/rules | 9 +++++++++
2 files changed, 14 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index c592e5f..b51ccf2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,11 @@ r-cran-yaml (2.1.13-3) unstable; urgency=low
The current release of LibYAML: 0.1.5 (2014-02-04).
Download the source package: http://pyyaml.org/download/libyaml/yaml-0.1.5.tar.gz.
+ perhaps this makes use build yaml.so? ->
+ % cat src/Makevars
+ PKG_CPPFLAGS = -I. -DNDEBUG
+
+
-- Joost van Baal-Ilić <joostvb at debian.org> Wed, 23 Dec 2015 15:52:52 +0100
r-cran-yaml (2.1.13-2) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index c5611e0..9b80aaa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,16 @@
#!/usr/bin/make -f
+DPKG_EXPORT_BUILDFLAGS = 1
+
# Use hardening flags for linking
include /usr/share/dpkg/buildflags.mk
+
+## PKG_CFLAGS=$(CFLAGS)
+## PKG_CXXFLAGS=$(CXXFLAGS)
+## PKG_CPPFLAGS=$(CPPFLAGS)
+## PKG_FFLAGS=$(FFLAGS)
+## export PKG_CFLAGS PKG_CXXFLAGS PKG_CPPFLAGS PKG_FFLAGS
+
makeFlags="LDFLAGS=$(LDFLAGS)"
include /usr/share/R/debian/r-cran.mk
--
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