r62828 - in /trunk/libmath-bigint-perl/debian: ./ changelog compat control copyright libmath-bigint-perl.docs libmath-bigint-perl.examples rules source/ source/format watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Sep 24 14:15:47 UTC 2010


Author: gregoa
Date: Fri Sep 24 14:15:35 2010
New Revision: 62828

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

Added:
    trunk/libmath-bigint-perl/debian/
    trunk/libmath-bigint-perl/debian/changelog
    trunk/libmath-bigint-perl/debian/compat
    trunk/libmath-bigint-perl/debian/control
    trunk/libmath-bigint-perl/debian/copyright
    trunk/libmath-bigint-perl/debian/libmath-bigint-perl.docs
    trunk/libmath-bigint-perl/debian/libmath-bigint-perl.examples
    trunk/libmath-bigint-perl/debian/rules   (with props)
    trunk/libmath-bigint-perl/debian/source/
    trunk/libmath-bigint-perl/debian/source/format
    trunk/libmath-bigint-perl/debian/watch

Added: trunk/libmath-bigint-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-bigint-perl/debian/changelog?rev=62828&op=file
==============================================================================
--- trunk/libmath-bigint-perl/debian/changelog (added)
+++ trunk/libmath-bigint-perl/debian/changelog Fri Sep 24 14:15:35 2010
@@ -1,0 +1,5 @@
+libmath-bigint-perl (1.95-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- gregor herrmann <gregoa at debian.org>  Fri, 24 Sep 2010 15:48:19 +0200

Added: trunk/libmath-bigint-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-bigint-perl/debian/compat?rev=62828&op=file
==============================================================================
--- trunk/libmath-bigint-perl/debian/compat (added)
+++ trunk/libmath-bigint-perl/debian/compat Fri Sep 24 14:15:35 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libmath-bigint-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-bigint-perl/debian/control?rev=62828&op=file
==============================================================================
--- trunk/libmath-bigint-perl/debian/control (added)
+++ trunk/libmath-bigint-perl/debian/control Fri Sep 24 14:15:35 2010
@@ -1,0 +1,27 @@
+Source: libmath-bigint-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.10.0)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Math-BigInt/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-bigint-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmath-bigint-perl/
+
+Package: libmath-bigint-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, perl
+Description: arbitrary size integer/float math package
+ Math::BigInt and Math::BigFloat allow to declare big integers / floating
+ point numbers as
+ .
+  $i = new Math::BigInt '123_456_789_123_456_789';
+  $i = new Math::BigFloat '12_3.456_789_123_456_789E-2';
+ .
+ All operators are overloaded; operations with overloaded operators preserve
+ the arguments.
+ .
+ Math::BigInt is also in perl core, this package provides newer versions
+ separately.

Added: trunk/libmath-bigint-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-bigint-perl/debian/copyright?rev=62828&op=file
==============================================================================
--- trunk/libmath-bigint-perl/debian/copyright (added)
+++ trunk/libmath-bigint-perl/debian/copyright Fri Sep 24 14:15:35 2010
@@ -1,0 +1,40 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Florian Ragwitz <flora at cpan.org>
+Source: http://search.cpan.org/dist/Math-BigInt/
+Name: Math-BigInt
+
+Files: *
+Copyright: 
+ <= 2001, Mark Biggar
+ <= 2001, Ilya Zakharevich
+ 2001-2008, Tels <nospam-abuse at bloodgate.com>
+ 2010, Florian Ragwitz <flora at cpan.org>
+License: Artistic or GPL-1+
+X-Comment: No explicit copyright statement, under the Berne convention it is
+ assumed that the authors are also the copyright holders.
+
+Files: inc/Module/*
+Copyright: 2002-2010, Adam Kennedy <adamk at cpan.org>
+ 2002-2010, Audrey Tang <autrijus at autrijus.org>
+ 2002-2010, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, gregor herrmann <gregoa at debian.org>
+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 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libmath-bigint-perl/debian/libmath-bigint-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-bigint-perl/debian/libmath-bigint-perl.docs?rev=62828&op=file
==============================================================================
--- trunk/libmath-bigint-perl/debian/libmath-bigint-perl.docs (added)
+++ trunk/libmath-bigint-perl/debian/libmath-bigint-perl.docs Fri Sep 24 14:15:35 2010
@@ -1,0 +1,7 @@
+BENCHMARK
+BUGS
+CREDITS
+GOALS
+HISTORY
+NEW
+TODO

Added: trunk/libmath-bigint-perl/debian/libmath-bigint-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-bigint-perl/debian/libmath-bigint-perl.examples?rev=62828&op=file
==============================================================================
--- trunk/libmath-bigint-perl/debian/libmath-bigint-perl.examples (added)
+++ trunk/libmath-bigint-perl/debian/libmath-bigint-perl.examples Fri Sep 24 14:15:35 2010
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libmath-bigint-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-bigint-perl/debian/rules?rev=62828&op=file
==============================================================================
--- trunk/libmath-bigint-perl/debian/rules (added)
+++ trunk/libmath-bigint-perl/debian/rules Fri Sep 24 14:15:35 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libmath-bigint-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-bigint-perl/debian/source/format?rev=62828&op=file
==============================================================================
--- trunk/libmath-bigint-perl/debian/source/format (added)
+++ trunk/libmath-bigint-perl/debian/source/format Fri Sep 24 14:15:35 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libmath-bigint-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-bigint-perl/debian/watch?rev=62828&op=file
==============================================================================
--- trunk/libmath-bigint-perl/debian/watch (added)
+++ trunk/libmath-bigint-perl/debian/watch Fri Sep 24 14:15:35 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Math-BigInt/   .*/Math-BigInt-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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