[r-cran-jsonlite] 01/01: Imported Debian patch 0.9.17-1

Joost van Baal joostvb at moszumanska.debian.org
Tue Nov 17 09:44:41 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-jsonlite.

commit 66987d947d889e097190cdf4a8dae2efaec03190
Author: Joost van Baal-Ilić <joostvb+shiny at uvt.nl>
Date:   Tue Nov 10 09:51:23 2015 +0100

    Imported Debian patch 0.9.17-1
---
 debian/changelog     |  6 ++++++
 debian/compat        |  1 +
 debian/control       | 26 ++++++++++++++++++++++++++
 debian/copyright     |  6 ++++++
 debian/rules         |  7 +++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 7 files changed, 50 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..457e946
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+r-cran-jsonlite (0.9.17-1) unstable; urgency=low
+
+  * UNRELEASED
+  * Initial release. (Closes: #FIXME)
+
+ -- Joost van Baal-Ilić <joostvb+shiny at uvt.nl>  Tue, 10 Nov 2015 09:51:23 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..c9070b8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: r-cran-jsonlite
+Section: gnu-r
+Priority: optional
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Joost van Baal-Ilić <joostvb+shiny at uvt.nl>
+Build-Depends: debhelper (>= 9), r-base-dev, cdbs, dpkg-dev (>= 1.16.1~)
+Standards-Version: 3.9.6
+Homepage: https://cran.r-project.org/web/packages/jsonlite/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/r-cran-jsonlite.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/r-cran-jsonlite.git
+
+Package: r-cran-jsonlite
+Architecture: any
+Depends: ${shlibs:Depends}, ${R:Depends}
+Description: Robust, High Performance JSON Parser and Generator for R
+ The GNU R package jsonlite is a fast JSON parser and generator optimized
+ for statistical data and the web. Started out as a fork of 'RJSONIO', but
+ has been completely rewritten in recent versions. The package offers
+ flexible, robust, high performance tools for working with JSON in R and is
+ particularly powerful for building pipelines and interacting with a web
+ API. The implementation is based on the mapping described in the vignette
+ (Ooms, 2014). In addition to converting JSON data from/to R objects,
+ 'jsonlite' contains functions to stream, validate, and prettify JSON data.
+ The unit tests included with the package verify that all edge cases are
+ encoded and decoded consistently for use with dynamic data in systems and
+ applications.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c6096d7
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,6 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: jsonlite
+Upstream-Contact: Jeroen Ooms <jeroen.ooms at stat.ucla.edu>
+Source: https://cran.r-project.org/web/packages/jsonlite
+
+FIXME
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..451258e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+# Use hardening flags for linking
+include /usr/share/dpkg/buildflags.mk
+makeFlags="LDFLAGS=$(LDFLAGS)"
+
+include /usr/share/R/debian/r-cran.mk
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..02e31da
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts="uversionmangle=s/-/\./" \
+	    http://cran.r-project.org/src/contrib/jsonlite_([-\d\.]*)\.tar.gz

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



More information about the debian-science-commits mailing list