r71138 - in /trunk/libstring-errf-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Fri Mar 11 11:19:52 UTC 2011


Author: ghedo-guest
Date: Fri Mar 11 11:19:31 2011
New Revision: 71138

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

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

Added: trunk/libstring-errf-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-errf-perl/debian/changelog?rev=71138&op=file
==============================================================================
--- trunk/libstring-errf-perl/debian/changelog (added)
+++ trunk/libstring-errf-perl/debian/changelog Fri Mar 11 11:19:31 2011
@@ -1,0 +1,5 @@
+libstring-errf-perl (0.006-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #617778)
+
+ -- Alessandro Ghedini <al3xbio at gmail.com>  Fri, 11 Mar 2011 11:37:03 +0100

Added: trunk/libstring-errf-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-errf-perl/debian/compat?rev=71138&op=file
==============================================================================
--- trunk/libstring-errf-perl/debian/compat (added)
+++ trunk/libstring-errf-perl/debian/compat Fri Mar 11 11:19:31 2011
@@ -1,0 +1,1 @@
+8

Added: trunk/libstring-errf-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-errf-perl/debian/control?rev=71138&op=file
==============================================================================
--- trunk/libstring-errf-perl/debian/control (added)
+++ trunk/libstring-errf-perl/debian/control Fri Mar 11 11:19:31 2011
@@ -1,0 +1,35 @@
+Source: libstring-errf-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+ libautodie-perl,
+ libjson-perl,
+ libparams-util-perl,
+ libstring-formatter-perl,
+ libsub-exporter-perl,
+ libtimedate-perl,
+ libtry-tiny-perl,
+ perl (>= 5.12.3) | libtest-simple-perl (>= 0.96)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alessandro Ghedini <al3xbio at gmail.com>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/String-Errf/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libstring-errf-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libstring-errf-perl/
+
+Package: libstring-errf-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libautodie-perl,
+ libjson-perl,
+ libparams-util-perl,
+ libstring-formatter-perl,
+ libsub-exporter-perl,
+ libtimedate-perl,
+ libtry-tiny-perl
+Description: Perl module that provides a simple sprintf-like dialect
+ String::Errf provides errf, a simple string formatter that works something
+ like sprintf|perlfunc/sprintf. It is implemented using String::Formatter and
+ Sub::Exporter. Their documentation may be useful in understanding or
+ extending String::Errf.

Added: trunk/libstring-errf-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-errf-perl/debian/copyright?rev=71138&op=file
==============================================================================
--- trunk/libstring-errf-perl/debian/copyright (added)
+++ trunk/libstring-errf-perl/debian/copyright Fri Mar 11 11:19:31 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Ricardo Signes <rjbs at cpan.org>
+Source: http://search.cpan.org/dist/String-Errf/
+Name: String-Errf
+
+Files: *
+Copyright: 2010, Ricardo Signes <rjbs at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Alessandro Ghedini <al3xbio 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 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/libstring-errf-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-errf-perl/debian/rules?rev=71138&op=file
==============================================================================
--- trunk/libstring-errf-perl/debian/rules (added)
+++ trunk/libstring-errf-perl/debian/rules Fri Mar 11 11:19:31 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libstring-errf-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libstring-errf-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-errf-perl/debian/source/format?rev=71138&op=file
==============================================================================
--- trunk/libstring-errf-perl/debian/source/format (added)
+++ trunk/libstring-errf-perl/debian/source/format Fri Mar 11 11:19:31 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libstring-errf-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-errf-perl/debian/watch?rev=71138&op=file
==============================================================================
--- trunk/libstring-errf-perl/debian/watch (added)
+++ trunk/libstring-errf-perl/debian/watch Fri Mar 11 11:19:31 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/String-Errf/   .*/String-Errf-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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