From fea5b01e0da1d4f97108cf08c424d5ef4f66a64f Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 21 Nov 2011 16:57:20 -0800 Subject: [PATCH] Import Debian changes 0.24-1 libstatistics-r-perl (0.24-1) unstable; urgency=low . * New upstream release . libstatistics-r-perl (0.23-2) unstable; urgency=low . * Update debian/copyright to reflect that that inc/* files are part of Module::Install. * Remove B-D-I: on quilt as it isn't necessary when using quilt (3.0) . libstatistics-r-perl (0.23-1) unstable; urgency=low . * Initial Release (closes: #647568) --- debian/changelog | 19 +++++++++++++ debian/compat | 1 + debian/control | 25 +++++++++++++++++ debian/copyright | 45 ++++++++++++++++++++++++++++++ debian/libstatistics-r-perl.docs | 1 + debian/patches/pod_spelling_errors | 15 ++++++++++ debian/patches/series | 1 + debian/rules | 4 +++ debian/source/format | 1 + debian/watch | 2 ++ 10 files changed, 114 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/libstatistics-r-perl.docs create mode 100644 debian/patches/pod_spelling_errors create mode 100644 debian/patches/series create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..705d383 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,19 @@ +libstatistics-r-perl (0.24-1) unstable; urgency=low + + * New upstream release + + -- Don Armstrong Mon, 21 Nov 2011 16:57:20 -0800 + +libstatistics-r-perl (0.23-2) unstable; urgency=low + + * Update debian/copyright to reflect that that inc/* files are part of + Module::Install. + * Remove B-D-I: on quilt as it isn't necessary when using quilt (3.0) + + -- Don Armstrong Mon, 14 Nov 2011 10:56:52 -0800 + +libstatistics-r-perl (0.23-1) unstable; urgency=low + + * Initial Release (closes: #647568) + + -- Don Armstrong Fri, 11 Nov 2011 20:15:06 -0800 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b0ca224 --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: libstatistics-r-perl +Section: perl +Priority: optional +Maintainer: Don Armstrong +Build-Depends: debhelper (>= 8) +Build-Depends-Indep: perl, r-base, libipc-run-perl, libregexp-common-perl +Standards-Version: 3.9.2 +Homepage: http://search.cpan.org/dist/Statistics-R/ +Vcs-Svn: svn://svn.donarmstrong.com/deb_pkgs/libstatistics-r-perl/trunk +Vcs-Browser: http://websvn.donarmstrong.com/deb_pkgs/libstatistics-r-perl/trunk + +Package: libstatistics-r-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, r-base, libipc-run-perl, libregexp-common-perl +Description: Control the R interpreter with perl + Statistics::R is a module to controls the R interpreter (R project + for statistical computing: http://www.r-project.org/). It lets you + start R, pass commands to it and retrieve the output. A shared mode + allow to have several instances of Statistics::R talk to the same R + process. + . + The current Statistics::R implementation uses pipes (for stdin, + stdout and stderr) to communicate with R. This implementation should + be more efficient and reliable than that in previous version, which + relied on reading and writing files. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..f933bb8 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,45 @@ +Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 +Upstream-Contact: Brian Cassidy +Source: http://search.cpan.org/dist/Statistics-R/ +Upstream-Name: Statistics-R + +Files: * +Copyright: 2011 Florent Angly +Copyright: Graciliano M. P. +Copyright: 2011 Brian Cassidy +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2011, Don Armstrong +License: Artistic or GPL-2+ + +Files: inc/* +Copyright: 2002 - 2011 Adam Kennedy +Copyright: 2002 - 2011 Audrey Tang +Copyright: 2002 - 2011 Brian Ingerson +License: Artistic or GPL-1+ + +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + . + On Debian systems, the complete text of the Artistic License can be + found in `/usr/share/common-licenses/Artistic'. + +License: GPL-1+ + 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 1, or (at your option) + any later version. + . + On Debian systems, the complete text of version 1 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-1'. + +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, or (at your option) + any later version. + . + On Debian systems, the complete text of version 2 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/debian/libstatistics-r-perl.docs b/debian/libstatistics-r-perl.docs new file mode 100644 index 0000000..e845566 --- /dev/null +++ b/debian/libstatistics-r-perl.docs @@ -0,0 +1 @@ +README diff --git a/debian/patches/pod_spelling_errors b/debian/patches/pod_spelling_errors new file mode 100644 index 0000000..fb39618 --- /dev/null +++ b/debian/patches/pod_spelling_errors @@ -0,0 +1,15 @@ +Fix spelling error in the Statistics::R pod + +Index: libstatistics-r-perl/lib/Statistics/R.pm +=================================================================== +--- libstatistics-r-perl.orig/lib/Statistics/R.pm 2011-11-03 17:32:05.000000000 -0700 ++++ libstatistics-r-perl/lib/Statistics/R.pm 2011-11-11 20:02:31.000000000 -0800 +@@ -106,7 +106,7 @@ + + my $out = $R->run( q`print( 1 + 2 )` ); + +-If you intend on runnning many R commands, it may be convenient to pass an array ++If you intend on running many R commands, it may be convenient to pass an array + of commands or put multiple commands in an here-doc: + + # Array of R commands: diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..3407c3e --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +pod_spelling_errors diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ 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..b4220a9 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Statistics-R/ .*/Statistics-R-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ -- 2.39.2