[r-cran-yaml] 01/01: debian/control: improve description.

Joost van Baal joostvb at moszumanska.debian.org
Fri Jan 8 08:28:11 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 d9bd02f11a00e3d13c92afa150dee539288c8f23
Author: Joost van Baal-Ilić <joostvb at nusku.mdcc.cx>
Date:   Fri Jan 8 09:28:02 2016 +0100

    debian/control: improve description.
---
 debian/changelog |  1 +
 debian/control   | 10 +++++++++-
 debian/rules     |  2 ++
 3 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bcecad5..6b96010 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ r-cran-yaml (2.1.13-3) unstable; urgency=low
     libyaml-0.2 dependency): see YAML_VERSION_STRING in
     src/yaml_private.h.  Upstream LibYAML available from
     http://pyyaml.org/download/libyaml/yaml-0.1.6.tar.gz.
+  * debian/control: improve description.
 
  -- Joost van Baal-Ilić <joostvb at debian.org>  Fri, 08 Jan 2016 09:11:52 +0100
 
diff --git a/debian/control b/debian/control
index 44a83f8..85d26cf 100644
--- a/debian/control
+++ b/debian/control
@@ -13,4 +13,12 @@ Package: r-cran-yaml
 Architecture: any
 Depends: libyaml-0.2 (= 0.1.6-3), ${shlibs:Depends}, ${R:Depends}, ${misc:Depends}
 Description: Methods to convert R data to YAML and back
- This package implements the libyaml YAML 1.1 parser and emitter for R.
+ This package implements the LibYAML YAML 1.1 parser and emitter for R.  YAML is a
+ human-readable markup language. With it, you can create easily readable documents
+ that can be consumed by a variety of programming languages, including R.  The
+ r-cran-yaml package has two main functions: yaml.load and as.yaml.  The yaml.load
+ function is the YAML parsing function: it accepts a YAML document as a string and
+ returns R data structures.  The as.yaml function is an S3 method used to convert R
+ objects into YAML strings.
+ .
+ This package is useful for R programmers dealing with YAML documents.
diff --git a/debian/rules b/debian/rules
index e8788e7..37dcbf9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,6 +55,8 @@ include /usr/share/R/debian/r-cran.mk
 #     Error: loading failed
 # during build
 
+# FIXME contact upstream, do stress-test our yaml.so; perhaps we'd better ship a
+#  src/Makefile: this could be useable by both us and upstream.
 pre-build::
 	test -d src,bak || cp -a src src,bak
 	rm -vf src/api.c src/dumper.c src/emitter.c src/loader.c src/parser.c src/reader.c src/scanner.c src/writer.c src/yaml.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