r37783 - in /trunk/libmath-random-oo-perl/debian: ./ changelog compat control copyright libmath-random-oo-perl.docs rules watch

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sun Jun 7 14:01:37 UTC 2009


Author: carnil-guest
Date: Sun Jun  7 14:01:32 2009
New Revision: 37783

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

Added:
    trunk/libmath-random-oo-perl/debian/
    trunk/libmath-random-oo-perl/debian/changelog
    trunk/libmath-random-oo-perl/debian/compat
    trunk/libmath-random-oo-perl/debian/control
    trunk/libmath-random-oo-perl/debian/copyright
    trunk/libmath-random-oo-perl/debian/libmath-random-oo-perl.docs
    trunk/libmath-random-oo-perl/debian/rules   (with props)
    trunk/libmath-random-oo-perl/debian/watch

Added: trunk/libmath-random-oo-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-oo-perl/debian/changelog?rev=37783&op=file
==============================================================================
--- trunk/libmath-random-oo-perl/debian/changelog (added)
+++ trunk/libmath-random-oo-perl/debian/changelog Sun Jun  7 14:01:32 2009
@@ -1,0 +1,5 @@
+libmath-random-oo-perl (0.21-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #531180)
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sun, 07 Jun 2009 15:29:06 +0200

Added: trunk/libmath-random-oo-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-oo-perl/debian/compat?rev=37783&op=file
==============================================================================
--- trunk/libmath-random-oo-perl/debian/compat (added)
+++ trunk/libmath-random-oo-perl/debian/compat Sun Jun  7 14:01:32 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libmath-random-oo-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-oo-perl/debian/control?rev=37783&op=file
==============================================================================
--- trunk/libmath-random-oo-perl/debian/control (added)
+++ trunk/libmath-random-oo-perl/debian/control Sun Jun  7 14:01:32 2009
@@ -1,0 +1,41 @@
+Source: libmath-random-oo-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.0.50)
+Build-Depends-Indep: perl (>= 5.6.0-12),
+ libtest-number-delta-perl (>= 0.14),
+ libparams-validate-perl (>= 0.76),
+ libtest-mockrandom-perl (>= 0.95),
+ libclass-accessor-perl (>= 0.18),
+ libtest-pod-perl (>= 1.22),
+ libtest-pod-coverage-perl (>= 1.08)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/Math-Random-OO/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-random-oo-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmath-random-oo-perl/
+
+Package: libmath-random-oo-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl-modules,
+ perl (>= 5.6.0-12),
+ libtest-number-delta-perl (>= 0.14),
+ libparams-validate-perl (>= 0.76),
+ libtest-mockrandom-perl (>= 0.95),
+ libclass-accessor-perl (>= 0.18)
+Description: consistent object-oriented interface for generating random numbers
+ CPAN contains many modules for generating random numbers in various ways and
+ from various probability distributions using pseudo-random number generation
+ algorithms or other entropy sources. (The /"SEE ALSO" section has some
+ examples.) Unfortunately, no standard interface exists across these modules.
+ Math::Random::OO defines an abstract interface for random number generation.
+ Subclasses of this model will implement specific types of random number
+ generators or will wrap existing random number generators.
+ .
+ This consistency will come at the cost of some efficiency, but will enable
+ generic routines to be written that can manipulate any provided random number
+ generator that adheres to the interface. E.g., a stochastic simulation could
+ take a number of user-supplied parameters, each of which is a
+ Math::Random::OO subclass object and which represent a stochastic variable
+ with a particular probability distribution.

Added: trunk/libmath-random-oo-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-oo-perl/debian/copyright?rev=37783&op=file
==============================================================================
--- trunk/libmath-random-oo-perl/debian/copyright (added)
+++ trunk/libmath-random-oo-perl/debian/copyright Sun Jun  7 14:01:32 2009
@@ -1,0 +1,26 @@
+Format-Specification: http://dep.debian.net/deps/dep5/
+Maintainer: David A Golden <dagolden at cpan.org>
+Source: http://search.cpan.org/dist/Math-Random-OO/
+Name: Math-Random-OO
+
+Files: *
+Copyright: David A Golden <dagolden at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2009, Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+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/libmath-random-oo-perl/debian/libmath-random-oo-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-oo-perl/debian/libmath-random-oo-perl.docs?rev=37783&op=file
==============================================================================
--- trunk/libmath-random-oo-perl/debian/libmath-random-oo-perl.docs (added)
+++ trunk/libmath-random-oo-perl/debian/libmath-random-oo-perl.docs Sun Jun  7 14:01:32 2009
@@ -1,0 +1,1 @@
+Todo

Added: trunk/libmath-random-oo-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-oo-perl/debian/rules?rev=37783&op=file
==============================================================================
--- trunk/libmath-random-oo-perl/debian/rules (added)
+++ trunk/libmath-random-oo-perl/debian/rules Sun Jun  7 14:01:32 2009
@@ -1,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+override_dh_auto_test:
+	AUTHOR_TESTING=1 dh_auto_test

Propchange: trunk/libmath-random-oo-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libmath-random-oo-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-oo-perl/debian/watch?rev=37783&op=file
==============================================================================
--- trunk/libmath-random-oo-perl/debian/watch (added)
+++ trunk/libmath-random-oo-perl/debian/watch Sun Jun  7 14:01:32 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Math-Random-OO/   .*/Math-Random-OO-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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