r53095 - in /trunk/libstatistics-online-perl/debian: ./ changelog compat control copyright rules watch

joenio-guest at users.alioth.debian.org joenio-guest at users.alioth.debian.org
Sat Feb 20 19:17:27 UTC 2010


Author: joenio-guest
Date: Sat Feb 20 19:17:19 2010
New Revision: 53095

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53095
Log:
[svn-inject] Aplicação das modificações Debian para trunk

Added:
    trunk/libstatistics-online-perl/debian/
    trunk/libstatistics-online-perl/debian/changelog
    trunk/libstatistics-online-perl/debian/compat
    trunk/libstatistics-online-perl/debian/control
    trunk/libstatistics-online-perl/debian/copyright
    trunk/libstatistics-online-perl/debian/rules   (with props)
    trunk/libstatistics-online-perl/debian/watch

Added: trunk/libstatistics-online-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstatistics-online-perl/debian/changelog?rev=53095&op=file
==============================================================================
--- trunk/libstatistics-online-perl/debian/changelog (added)
+++ trunk/libstatistics-online-perl/debian/changelog Sat Feb 20 19:17:19 2010
@@ -1,0 +1,5 @@
+libstatistics-online-perl (0.02-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #570691)
+
+ -- Joenio Costa <joenio at perl.org.br>  Sat, 20 Feb 2010 15:09:04 -0300

Added: trunk/libstatistics-online-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstatistics-online-perl/debian/compat?rev=53095&op=file
==============================================================================
--- trunk/libstatistics-online-perl/debian/compat (added)
+++ trunk/libstatistics-online-perl/debian/compat Sat Feb 20 19:17:19 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libstatistics-online-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstatistics-online-perl/debian/control?rev=53095&op=file
==============================================================================
--- trunk/libstatistics-online-perl/debian/control (added)
+++ trunk/libstatistics-online-perl/debian/control Sat Feb 20 19:17:19 2010
@@ -1,0 +1,19 @@
+Source: libstatistics-online-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl (>= 5.10) | libmodule-build-perl
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Joenio Costa <joenio at perl.org.br>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Statistics-OnLine/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libstatistics-online-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libstatistics-online-perl/
+
+Package: libstatistics-online-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: Pure Perl implementation of the on-line algorithm to produce statistics
+ Statistics::OnLine implements a tool to perform statistic operations on large
+ datasets which, typically, could not fit the memory of the machine, e.g. a
+ stream of data from the network.

Added: trunk/libstatistics-online-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstatistics-online-perl/debian/copyright?rev=53095&op=file
==============================================================================
--- trunk/libstatistics-online-perl/debian/copyright (added)
+++ trunk/libstatistics-online-perl/debian/copyright Sat Feb 20 19:17:19 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Francesco Nidito <francesco.nidito at gmail.com>
+Source: http://search.cpan.org/dist/Statistics-OnLine/
+Name: Statistics-OnLine
+
+Files: *
+Copyright: 2009-2010, Francesco Nidito <francesco.nidito at gmail.com>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Joenio Costa <joenio at perl.org.br>
+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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libstatistics-online-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstatistics-online-perl/debian/rules?rev=53095&op=file
==============================================================================
--- trunk/libstatistics-online-perl/debian/rules (added)
+++ trunk/libstatistics-online-perl/debian/rules Sat Feb 20 19:17:19 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libstatistics-online-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libstatistics-online-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstatistics-online-perl/debian/watch?rev=53095&op=file
==============================================================================
--- trunk/libstatistics-online-perl/debian/watch (added)
+++ trunk/libstatistics-online-perl/debian/watch Sat Feb 20 19:17:19 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Statistics-OnLine/   .*/Statistics-OnLine-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-perl-cvs-commits mailing list