r59366 - in /trunk/libmath-base36-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Mon Jun 14 02:27:09 UTC 2010


Author: ansgar-guest
Date: Mon Jun 14 02:27:01 2010
New Revision: 59366

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

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

Added: trunk/libmath-base36-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-base36-perl/debian/changelog?rev=59366&op=file
==============================================================================
--- trunk/libmath-base36-perl/debian/changelog (added)
+++ trunk/libmath-base36-perl/debian/changelog Mon Jun 14 02:27:01 2010
@@ -1,0 +1,5 @@
+libmath-base36-perl (0.07-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #585818)
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Mon, 14 Jun 2010 11:16:29 +0900

Added: trunk/libmath-base36-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-base36-perl/debian/compat?rev=59366&op=file
==============================================================================
--- trunk/libmath-base36-perl/debian/compat (added)
+++ trunk/libmath-base36-perl/debian/compat Mon Jun 14 02:27:01 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libmath-base36-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-base36-perl/debian/control?rev=59366&op=file
==============================================================================
--- trunk/libmath-base36-perl/debian/control (added)
+++ trunk/libmath-base36-perl/debian/control Mon Jun 14 02:27:01 2010
@@ -1,0 +1,17 @@
+Source: libmath-base36-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl (>= 5.10.0)
+Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Math-Base36/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-base36-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmath-base36-perl/
+
+Package: libmath-base36-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Perl module for encoding and decoding of base36 strings
+ Math::Base36 converts to and from Base36 numbers (0..9 - A..Z).

Added: trunk/libmath-base36-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-base36-perl/debian/copyright?rev=59366&op=file
==============================================================================
--- trunk/libmath-base36-perl/debian/copyright (added)
+++ trunk/libmath-base36-perl/debian/copyright Mon Jun 14 02:27:01 2010
@@ -1,0 +1,33 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Brian Cassidy <bricas at cpan.org>
+Source: http://search.cpan.org/dist/Math-Base36/
+Name: Math-Base36
+
+Copyright:
+ 2002,      Rune Henssel <perl at henssel.dk>
+ 2007-2009, Brian Cassidy <bricas at cpan.org>
+License: Artistic or GPL-1+
+
+Files: inc/*
+Copyright: 2002-2009, Brian Ingerson, Audrey Tang and Adam Kennedy
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Ansgar Burchardt <ansgar at 43-1.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 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-base36-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-base36-perl/debian/rules?rev=59366&op=file
==============================================================================
--- trunk/libmath-base36-perl/debian/rules (added)
+++ trunk/libmath-base36-perl/debian/rules Mon Jun 14 02:27:01 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libmath-base36-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-base36-perl/debian/source/format?rev=59366&op=file
==============================================================================
--- trunk/libmath-base36-perl/debian/source/format (added)
+++ trunk/libmath-base36-perl/debian/source/format Mon Jun 14 02:27:01 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libmath-base36-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-base36-perl/debian/watch?rev=59366&op=file
==============================================================================
--- trunk/libmath-base36-perl/debian/watch (added)
+++ trunk/libmath-base36-perl/debian/watch Mon Jun 14 02:27:01 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Math-Base36/   .*/Math-Base36-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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