r71147 - in /trunk/librole-hasmessage-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:39:03 UTC 2011


Author: ghedo-guest
Date: Fri Mar 11 11:38:54 2011
New Revision: 71147

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

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

Added: trunk/librole-hasmessage-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librole-hasmessage-perl/debian/changelog?rev=71147&op=file
==============================================================================
--- trunk/librole-hasmessage-perl/debian/changelog (added)
+++ trunk/librole-hasmessage-perl/debian/changelog Fri Mar 11 11:38:54 2011
@@ -1,0 +1,7 @@
+librole-hasmessage-perl (0.005-1) UNRELEASED; urgency=low
+
+  WAITS-FOR: libstring-errf-perl
+
+  * Initial Release. (Closes: #617776)
+
+ -- Alessandro Ghedini <al3xbio at gmail.com>  Fri, 11 Mar 2011 11:21:20 +0100

Added: trunk/librole-hasmessage-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librole-hasmessage-perl/debian/compat?rev=71147&op=file
==============================================================================
--- trunk/librole-hasmessage-perl/debian/compat (added)
+++ trunk/librole-hasmessage-perl/debian/compat Fri Mar 11 11:38:54 2011
@@ -1,0 +1,1 @@
+8

Added: trunk/librole-hasmessage-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librole-hasmessage-perl/debian/control?rev=71147&op=file
==============================================================================
--- trunk/librole-hasmessage-perl/debian/control (added)
+++ trunk/librole-hasmessage-perl/debian/control Fri Mar 11 11:38:54 2011
@@ -1,0 +1,36 @@
+Source: librole-hasmessage-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+ libmoose-perl,
+ libmoosex-role-parameterized-perl,
+ libnamespace-clean-perl,
+ libstring-errf-perl,
+ libtest-pod-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/Role-HasMessage/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/librole-hasmessage-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/librole-hasmessage-perl/
+
+Package: librole-hasmessage-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libmoose-perl,
+ libmoosex-role-parameterized-perl,
+ libnamespace-clean-perl,
+ libstring-errf-perl,
+ libtry-tiny-perl
+Description: Moose roles to summarize the message of an object
+ Role::HasMessage is a simple Moose role that provides a method called message
+ that returns a string summarizing the message or event represented by an
+ object.
+ .
+ This distribution also provides the Role::HasMessage::Errf module, which is
+ an implementation of Role::HasMessage that uses String::Errf to format
+ sprintf-like message strings. It adds a message_fmt attribute, initialized by
+ the message argument.

Added: trunk/librole-hasmessage-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librole-hasmessage-perl/debian/copyright?rev=71147&op=file
==============================================================================
--- trunk/librole-hasmessage-perl/debian/copyright (added)
+++ trunk/librole-hasmessage-perl/debian/copyright Fri Mar 11 11:38:54 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/Role-HasMessage/
+Name: Role-HasMessage
+
+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/librole-hasmessage-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librole-hasmessage-perl/debian/rules?rev=71147&op=file
==============================================================================
--- trunk/librole-hasmessage-perl/debian/rules (added)
+++ trunk/librole-hasmessage-perl/debian/rules Fri Mar 11 11:38:54 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	RELEASE_TESTING=1 dh $@

Propchange: trunk/librole-hasmessage-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/librole-hasmessage-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librole-hasmessage-perl/debian/source/format?rev=71147&op=file
==============================================================================
--- trunk/librole-hasmessage-perl/debian/source/format (added)
+++ trunk/librole-hasmessage-perl/debian/source/format Fri Mar 11 11:38:54 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/librole-hasmessage-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librole-hasmessage-perl/debian/watch?rev=71147&op=file
==============================================================================
--- trunk/librole-hasmessage-perl/debian/watch (added)
+++ trunk/librole-hasmessage-perl/debian/watch Fri Mar 11 11:38:54 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Role-HasMessage/   .*/Role-HasMessage-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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