r35218 - in /trunk/libmoosex-log-log4perl-perl/debian: changelog control copyright
mogaal-guest at users.alioth.debian.org
mogaal-guest at users.alioth.debian.org
Mon May 11 22:05:48 UTC 2009
Author: mogaal-guest
Date: Mon May 11 22:05:43 2009
New Revision: 35218
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35218
Log:
Done, I check copyright and licenses in inc/* and add it in debian/copyright.
I suppose that package are done, please confirm it. Thanks by corrections
Modified:
trunk/libmoosex-log-log4perl-perl/debian/changelog
trunk/libmoosex-log-log4perl-perl/debian/control
trunk/libmoosex-log-log4perl-perl/debian/copyright
Modified: trunk/libmoosex-log-log4perl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-log-log4perl-perl/debian/changelog?rev=35218&op=diff
==============================================================================
--- trunk/libmoosex-log-log4perl-perl/debian/changelog (original)
+++ trunk/libmoosex-log-log4perl-perl/debian/changelog Mon May 11 22:05:43 2009
@@ -1,19 +1,5 @@
-libmoosex-log-log4perl-perl (0.31-1) UNRELEASED; urgency=low
-
- TODO:
- * debian/copyright:
- - inc/* missing (required)
- - remove pod syntax from Upstream-Maintainer filed (cosmetic, just 'cause
- to file needs to be edited anyway :))
- * debian/control:
- - libio-stringy-perl is probably also needed in Depends
- - short description should not start with an article -> remove "a "
- - long description should mention module name, maybe "MooseX::Log::Log4perl
- provides logging role, built on Log::Log4perl, for use with your Moose classes.
- The ..."
- - either "Logging Role" or "logging role" in both short and long
- description
+libmoosex-log-log4perl-perl (0.31-1) unstable; urgency=low
* Initial Release (Closes: #528072).
- -- Alejandro Garrido Mota <garridomota at gmail.com> Sun, 10 May 2009 11:52:23 -0430
+ -- Alejandro Garrido Mota <garridomota at gmail.com> Mon, 11 May 2009 17:33:01 -0430
Modified: trunk/libmoosex-log-log4perl-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-log-log4perl-perl/debian/control?rev=35218&op=diff
==============================================================================
--- trunk/libmoosex-log-log4perl-perl/debian/control (original)
+++ trunk/libmoosex-log-log4perl-perl/debian/control Mon May 11 22:05:43 2009
@@ -13,9 +13,11 @@
Package: libmoosex-log-log4perl-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, liblog-log4perl-perl, libmoose-perl
-Description: a Logging Role for Moose based on Log::Log4perl
- A logging role building a very lightweight wrapper to Log::Log4perl for use
- with your Moose classes. The initialization of the Log4perl instance must be
- performed prior to logging the first log message. Otherwise the default
- initialization will happen, probably not doing the things you expect.
+Depends: ${misc:Depends}, ${perl:Depends}, liblog-log4perl-perl, libmoose-perl,
+ libio-stringy-perl
+Description: logging role for Moose based on Log::Log4perl
+ MooseX::Log::Log4perl provides logging role, built on Log::Log4perl,
+ for use with your Moose classes. The initialization of the Log4perl
+ instance must be performed prior to logging the first log message.
+ Otherwise the default initialization will happen, probably not doing
+ the things you expect.
Modified: trunk/libmoosex-log-log4perl-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-log-log4perl-perl/debian/copyright?rev=35218&op=diff
==============================================================================
--- trunk/libmoosex-log-log4perl-perl/debian/copyright (original)
+++ trunk/libmoosex-log-log4perl-perl/debian/copyright Mon May 11 22:05:43 2009
@@ -1,11 +1,16 @@
Format-Specification:
http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Roland Lammel C<< <lammel at cpan.org> >>
+Upstream-Maintainer: Roland Lammel <lammel at cpan.org>
Upstream-Source: http://search.cpan.org/dist/MooseX-Log-Log4perl/
Upstream-Name: MooseX-Log-Log4perl
Files: *
Copyright: 2008, Roland Lammel <lammel at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: inc/*
+Copyright: 2002 - 2009, Brian Ingerson, Audrey Tang and Adam Kennedy.
License-Alias: Perl
License: Artistic | GPL-1+
More information about the Pkg-perl-cvs-commits
mailing list