r45288 - in /trunk/liborlite-statistics-perl/debian: ./ changelog compat control copyright rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Oct 3 20:43:22 UTC 2009


Author: jawnsy-guest
Date: Sat Oct  3 20:43:17 2009
New Revision: 45288

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45288
Log:
[svn-inject] Applying Debian modifications to trunk

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

Added: trunk/liborlite-statistics-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liborlite-statistics-perl/debian/changelog?rev=45288&op=file
==============================================================================
--- trunk/liborlite-statistics-perl/debian/changelog (added)
+++ trunk/liborlite-statistics-perl/debian/changelog Sat Oct  3 20:43:17 2009
@@ -1,0 +1,5 @@
+liborlite-statistics-perl (0.03-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Sat, 3 Oct 2009 12:46:33 -0400

Added: trunk/liborlite-statistics-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liborlite-statistics-perl/debian/compat?rev=45288&op=file
==============================================================================
--- trunk/liborlite-statistics-perl/debian/compat (added)
+++ trunk/liborlite-statistics-perl/debian/compat Sat Oct  3 20:43:17 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/liborlite-statistics-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liborlite-statistics-perl/debian/control?rev=45288&op=file
==============================================================================
--- trunk/liborlite-statistics-perl/debian/control (added)
+++ trunk/liborlite-statistics-perl/debian/control Sat Oct  3 20:43:17 2009
@@ -1,0 +1,22 @@
+Source: liborlite-statistics-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libstatistics-basic-perl, liborlite-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/ORLite-Statistics/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liborlite-statistics-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liborlite-statistics-perl/
+
+Package: liborlite-statistics-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libstatistics-basic-perl,
+ liborlite-perl
+Description: ORLite extension providing simple statistics
+ ORLite::Statistics provides easy integration with the Statistics::Basic set
+ of modules (see libstatistics-basic-perl). It enables some basic statistical
+ analysis by generating a vector for a particular method, which can then be
+ used for any number of things, like determining the median, mean, standard
+ deviation and other basic descriptive statistics.

Added: trunk/liborlite-statistics-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liborlite-statistics-perl/debian/copyright?rev=45288&op=file
==============================================================================
--- trunk/liborlite-statistics-perl/debian/copyright (added)
+++ trunk/liborlite-statistics-perl/debian/copyright Sat Oct  3 20:43:17 2009
@@ -1,0 +1,35 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Adam Kennedy <adamk at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/ORLite-Statistics/
+Upstream-Name: ORLite-Statistics
+
+Files: *
+Copyright: 2009, Adam Kennedy <adamk at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
+ 2002-2009, Audrey Tang <autrijus at autrijus.org>
+ 2002-2009, Brian Ingerson <ingy at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
+License: Artistic | 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/liborlite-statistics-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liborlite-statistics-perl/debian/rules?rev=45288&op=file
==============================================================================
--- trunk/liborlite-statistics-perl/debian/rules (added)
+++ trunk/liborlite-statistics-perl/debian/rules Sat Oct  3 20:43:17 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/liborlite-statistics-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/liborlite-statistics-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liborlite-statistics-perl/debian/watch?rev=45288&op=file
==============================================================================
--- trunk/liborlite-statistics-perl/debian/watch (added)
+++ trunk/liborlite-statistics-perl/debian/watch Sat Oct  3 20:43:17 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/ORLite-Statistics/   .*/ORLite-Statistics-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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