debian/0000755000000000000000000000000011662575143007200 5ustar debian/watch0000644000000000000000000000016511654631205010224 0ustar version=3 http://search.cpan.org/dist/Statistics-R/ .*/Statistics-R-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000220511660262131010566 0ustar 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. debian/copyright0000644000000000000000000000336111660261731011127 0ustar 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'. debian/compat0000644000000000000000000000000211654631205010367 0ustar 8 debian/patches/0000755000000000000000000000000011662575143010627 5ustar debian/patches/series0000644000000000000000000000002411657367705012047 0ustar pod_spelling_errors debian/patches/pod_spelling_errors0000644000000000000000000000120211657371243014617 0ustar 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: debian/changelog0000644000000000000000000000112511662575121011045 0ustar 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 debian/rules0000755000000000000000000000003611660262106010245 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0000755000000000000000000000000011662575143010500 5ustar debian/source/format0000644000000000000000000000001411654631205011677 0ustar 3.0 (quilt) debian/libstatistics-r-perl.docs0000644000000000000000000000000711654631205014120 0ustar README