debian/0000755000000000000000000000000012210575322007165 5ustar debian/patches/0000755000000000000000000000000012210575270010616 5ustar debian/compat0000644000000000000000000000000212164603452010367 0ustar 9 debian/source/0000755000000000000000000000000012164603452010471 5ustar debian/source/format0000644000000000000000000000001412164603452011677 0ustar 3.0 (quilt) debian/control0000644000000000000000000000162712164603452010602 0ustar Source: r-cran-rjson Section: gnu-r Priority: optional Maintainer: Debian Science Team Uploaders: Sébastien Villemot Build-Depends: debhelper (>= 9), r-base-dev, cdbs, dpkg-dev (>= 1.16.1~) Standards-Version: 3.9.4 Homepage: http://cran.r-project.org/web/packages/rjson/index.html Vcs-Git: git://anonscm.debian.org/debian-science/packages/r-cran-rjson.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/r-cran-rjson.git Package: r-cran-rjson Architecture: any Depends: ${shlibs:Depends}, ${R:Depends}, littler Description: GNU R package for converting between R and JSON objects This package allows conversion of R objects to and from Javascript object notation (JSON) format. Conversion can be done from a file or directly from an URL. There are two available implementations: a fast C one and a slower R one. debian/rules0000755000000000000000000000064712164603452010260 0ustar #!/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 # Fix wrong permissions in orig tarball binary-fixup/r-cran-rjson:: find debian/r-cran-rjson/usr/lib/R/site-library/rjson/ \( \( -name *.r -or -name *.bat -or -name *.pdf -or -name *.txt -or -name *.Rnw \) -and -not -name server.r \) -exec chmod -x '{}' ';' debian/watch0000644000000000000000000000015612164603452010224 0ustar version=3 opts="uversionmangle=s/-/\./" \ http://cran.r-project.org/src/contrib/rjson_([-\d\.]*)\.tar.gz debian/copyright0000644000000000000000000000354012164603452011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: JSON for R Upstream-Contact: Alex Couture-Beil Source: http://cran.r-project.org/web/packages/rjson/index.html Files: * Copyright: 2012-2013 Alex Couture-Beil License: GPL-2 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License, version 2, can be found in the file `/usr/share/common-licenses/GPL-2'. Files: debian/* Copyright: 2013 Sébastien Villemot License: GPL-2+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License, version 2, can be found in the file `/usr/share/common-licenses/GPL-2'. debian/changelog0000644000000000000000000000051512210575322011040 0ustar r-cran-rjson (0.2.13-1) unstable; urgency=low * Imported Upstream version 0.2.13 -- Sébastien Villemot Sun, 01 Sep 2013 10:29:06 +0200 r-cran-rjson (0.2.12-1) unstable; urgency=low * Initial release. (Closes: #714611) -- Sébastien Villemot Sun, 30 Jun 2013 20:46:07 +0200