r34905 - in /trunk/libmath-random-isaac-xs-perl/debian: ./ changelog compat control copyright libmath-random-isaac-xs-perl.examples rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu May 7 12:53:06 UTC 2009


Author: jawnsy-guest
Date: Thu May  7 12:53:00 2009
New Revision: 34905

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

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

Added: trunk/libmath-random-isaac-xs-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-xs-perl/debian/changelog?rev=34905&op=file
==============================================================================
--- trunk/libmath-random-isaac-xs-perl/debian/changelog (added)
+++ trunk/libmath-random-isaac-xs-perl/debian/changelog Thu May  7 12:53:00 2009
@@ -1,0 +1,5 @@
+libmath-random-isaac-xs-perl (1.0.4-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #527015)
+
+ -- Jonathan Yu <frequency at cpan.org>  Mon, 4 May 2009 20:35:33 -0400

Added: trunk/libmath-random-isaac-xs-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-xs-perl/debian/compat?rev=34905&op=file
==============================================================================
--- trunk/libmath-random-isaac-xs-perl/debian/compat (added)
+++ trunk/libmath-random-isaac-xs-perl/debian/compat Thu May  7 12:53:00 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libmath-random-isaac-xs-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-xs-perl/debian/control?rev=34905&op=file
==============================================================================
--- trunk/libmath-random-isaac-xs-perl/debian/control (added)
+++ trunk/libmath-random-isaac-xs-perl/debian/control Thu May  7 12:53:00 2009
@@ -1,0 +1,25 @@
+Source: libmath-random-isaac-xs-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libmodule-build-perl,
+  libtest-nowarnings-perl (>= 0.084), perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <frequency at cpan.org>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/Math-Random-ISAAC-XS/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-random-isaac-xs-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmath-random-isaac-xs-perl/
+
+Package: libmath-random-isaac-xs-perl
+Architecture: any
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Recommends: libmath-random-isaac-perl
+Description: Perl implementation of the ISAAC PRNG (C/XS Accelerated)
+ Math::Random::ISAAC::XS implements the same interface as Math::Random::ISAAC
+ and can be used as a drop-in replacement. This is the recommended version of
+ the module, based on Bob Jenkins' reference implementation in C as described
+ in his paper at: <URL:http://burtleburtle.net/bob/rand/isaac.html>
+ .
+ If you install this package, then any code that uses Math::Random::ISAAC will
+ automagically benefit from this faster implementation. Performance increases
+ are somewhere on the order of 400-500%.

Added: trunk/libmath-random-isaac-xs-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-xs-perl/debian/copyright?rev=34905&op=file
==============================================================================
--- trunk/libmath-random-isaac-xs-perl/debian/copyright (added)
+++ trunk/libmath-random-isaac-xs-perl/debian/copyright Thu May  7 12:53:00 2009
@@ -1,0 +1,73 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Jonathan Yu <frequency at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Math-Random-ISAAC-XS/
+Upstream-Name: Math-Random-ISAAC-XS
+
+Files: *
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+License: PD
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+License: PD | Artistic | GPL-1+
+
+License: PD
+    The copyright holder of this package hereby releases the entire contents
+    therein into the public domain. This applies worldwide, to the extent that
+    it is permissible by law.
+
+    In case this is not legally possible, the author grants any entity the right
+    to use this work for any purpose, without any conditions, unless such
+    conditions are required by law.
+
+    DISCLAIMER OF WARRANTIES
+
+    The software is provided "AS IS", without warranty of any kind, express or
+    implied, including but not limited to the warranties of merchantability,
+    fitness for a particular purpose and noninfringement. In no event shall the
+    authors or copyright holders be liable for any claim, damages or other
+    liability, whether in an action of contract, tort or otherwise, arising from,
+    out of or in connection with the software or the use or other dealings in
+    the software.
+
+    LICENSING
+
+    If you are legally required to do so, then you may use this file under, at
+    your option:
+
+    1. The MIT/X11 License; or,
+    2. The BSD License; or,
+    3. The Perl Artistic License, version 2.0 or later; or,
+    4. The GNU General Public License, version 2.0 or later; or,
+    5. The Creative Commons CC0 License, version 1.0 or later; or,
+    6. Any other license approved by the Open Source Initiative, which currently
+       lists additional licenses including, but not limited to:
+       a. Apache License, version 2.0
+       b. GNU Library or "Lesser" General Public License (LGPL)
+       c. Mozilla Public License, version 1.1 (MPL)
+       d. Common Development and Distribution License
+       e. Common Public License, version 1.0
+       (see http://opensource.org/ for more)
+
+    Note that points (3) and (4) roughly coincide with the distribution terms of
+    Perl itself; so if you have considered and accepted the licensing restrictions
+    posed by Perl 5.10, you have accepted suitable terms to use this software.
+
+    On the other hand, I'm not a lawyer, and you may wish to construe use of the
+    code under what the author believes is the least restrictive open source
+    software license - the MIT/X11 License.
+
+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-isaac-xs-perl/debian/libmath-random-isaac-xs-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-xs-perl/debian/libmath-random-isaac-xs-perl.examples?rev=34905&op=file
==============================================================================
--- trunk/libmath-random-isaac-xs-perl/debian/libmath-random-isaac-xs-perl.examples (added)
+++ trunk/libmath-random-isaac-xs-perl/debian/libmath-random-isaac-xs-perl.examples Thu May  7 12:53:00 2009
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libmath-random-isaac-xs-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-xs-perl/debian/rules?rev=34905&op=file
==============================================================================
--- trunk/libmath-random-isaac-xs-perl/debian/rules (added)
+++ trunk/libmath-random-isaac-xs-perl/debian/rules Thu May  7 12:53:00 2009
@@ -1,0 +1,26 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	TEST_AUTHOR=1 dh build
+	touch $@
+
+override_dh_auto_configure:
+	dh_auto_configure -- create_packlist=0
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch: install
+	dh $@
+
+binary-indep:
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

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

Added: trunk/libmath-random-isaac-xs-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-xs-perl/debian/watch?rev=34905&op=file
==============================================================================
--- trunk/libmath-random-isaac-xs-perl/debian/watch (added)
+++ trunk/libmath-random-isaac-xs-perl/debian/watch Thu May  7 12:53:00 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/Math-Random-ISAAC-XS/   .*/Math-Random-ISAAC-XS-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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