r34375 - in /trunk/libstatistics-basic-perl/debian: ./ changelog compat control copyright libstatistics-basic-perl.docs rules watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Thu Apr 30 05:36:08 UTC 2009


Author: ryan52-guest
Date: Thu Apr 30 05:36:03 2009
New Revision: 34375

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

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

Added: trunk/libstatistics-basic-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstatistics-basic-perl/debian/changelog?rev=34375&op=file
==============================================================================
--- trunk/libstatistics-basic-perl/debian/changelog (added)
+++ trunk/libstatistics-basic-perl/debian/changelog Thu Apr 30 05:36:03 2009
@@ -1,0 +1,5 @@
+libstatistics-basic-perl (1.6005-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Wed, 29 Apr 2009 22:19:15 -0700

Added: trunk/libstatistics-basic-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstatistics-basic-perl/debian/compat?rev=34375&op=file
==============================================================================
--- trunk/libstatistics-basic-perl/debian/compat (added)
+++ trunk/libstatistics-basic-perl/debian/compat Thu Apr 30 05:36:03 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libstatistics-basic-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstatistics-basic-perl/debian/control?rev=34375&op=file
==============================================================================
--- trunk/libstatistics-basic-perl/debian/control (added)
+++ trunk/libstatistics-basic-perl/debian/control Thu Apr 30 05:36:03 2009
@@ -1,0 +1,23 @@
+Source: libstatistics-basic-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libnumber-format-perl (>= 1.61), 5.8
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/Statistics-Basic/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libstatistics-basic-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libstatistics-basic-perl/
+
+Package: libstatistics-basic-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libnumber-format-perl (>= 1.61),
+  perl (>= 5.8)
+Description: collection of very basic statistics modules
+ Statistics::Basic is a collection of very basic statistics
+ modules. It includes modules to find the correlation between two
+ arrays, find the covariance between two arrays, find the least square
+ fit for two arrays, find the mean of an array, find the median of an
+ array, find the mode of an array, find the standard deviation of an
+ array, and find the variance of an array.

Added: trunk/libstatistics-basic-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstatistics-basic-perl/debian/copyright?rev=34375&op=file
==============================================================================
--- trunk/libstatistics-basic-perl/debian/copyright (added)
+++ trunk/libstatistics-basic-perl/debian/copyright Thu Apr 30 05:36:03 2009
@@ -1,0 +1,34 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Paul Miller <jettero at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Statistics-Basic/
+Upstream-Name: Statistics-Basic
+
+Files: *
+Copyright: 2009, Paul Miller <jettero at cpan.org
+License: LGPL-2.1
+
+Files: debian/*
+Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
+License: LGPL-2.1 | Artistic | GPL-1+
+
+License: LGPL-2.1
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Lesser General Public License as published by
+    the Free Software Foundation; version 2.1.
+    On Debian GNU/Linux systems, the complete text of version 2.1 of the GNU Lesser
+    General Public License can be found in `/usr/share/common-licenses/LGPL-2.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-basic-perl/debian/libstatistics-basic-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstatistics-basic-perl/debian/libstatistics-basic-perl.docs?rev=34375&op=file
==============================================================================
--- trunk/libstatistics-basic-perl/debian/libstatistics-basic-perl.docs (added)
+++ trunk/libstatistics-basic-perl/debian/libstatistics-basic-perl.docs Thu Apr 30 05:36:03 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libstatistics-basic-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstatistics-basic-perl/debian/rules?rev=34375&op=file
==============================================================================
--- trunk/libstatistics-basic-perl/debian/rules (added)
+++ trunk/libstatistics-basic-perl/debian/rules Thu Apr 30 05:36:03 2009
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

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

Added: trunk/libstatistics-basic-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstatistics-basic-perl/debian/watch?rev=34375&op=file
==============================================================================
--- trunk/libstatistics-basic-perl/debian/watch (added)
+++ trunk/libstatistics-basic-perl/debian/watch Thu Apr 30 05:36:03 2009
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Statistics-Basic/   .*/Statistics-Basic-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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