r62931 - in /trunk/libmoosex-poe-perl/debian: control copyright source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Sep 25 15:12:04 UTC 2010


Author: gregoa
Date: Sat Sep 25 15:11:47 2010
New Revision: 62931

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62931
Log:
dh-make-perl refresh

Added:
    trunk/libmoosex-poe-perl/debian/source/
    trunk/libmoosex-poe-perl/debian/source/format
Modified:
    trunk/libmoosex-poe-perl/debian/control
    trunk/libmoosex-poe-perl/debian/copyright

Modified: trunk/libmoosex-poe-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-poe-perl/debian/control?rev=62931&op=diff
==============================================================================
--- trunk/libmoosex-poe-perl/debian/control (original)
+++ trunk/libmoosex-poe-perl/debian/control Sat Sep 25 15:11:47 2010
@@ -2,11 +2,11 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: perl, libpoe-perl (>= 1.004), libmoose-perl (>= 0.90),
- libmoosex-declare-perl, libmoosex-daemonize-perl, libtest-exception-perl
+Build-Depends-Indep: libmoose-perl (>= 0.90), libmoosex-daemonize-perl,
+ libmoosex-declare-perl, libpoe-perl (>= 1.004), libtest-exception-perl,
+ perl (>= 5.10.1) | libtest-simple-perl (>= 0.90)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>,
- gregor herrmann <gregoa at debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>, gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/MooseX-POE/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-poe-perl/
@@ -14,8 +14,8 @@
 
 Package: libmoosex-poe-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libpoe-perl (>= 1.004),
- libmoose-perl (>= 0.90)
+Depends: ${misc:Depends}, ${perl:Depends}, libmoose-perl (>= 0.90),
+ libpoe-perl (>= 1.004)
 Description: Moose wrapper around a POE::Session
  MooseX::POE is a Perl module that provides a Moose-ish way to manipulate
  POE::Session instances. It provides an 'event' keyword to associate events

Modified: trunk/libmoosex-poe-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-poe-perl/debian/copyright?rev=62931&op=diff
==============================================================================
--- trunk/libmoosex-poe-perl/debian/copyright (original)
+++ trunk/libmoosex-poe-perl/debian/copyright Sat Sep 25 15:11:47 2010
@@ -1,38 +1,38 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Chris Prather <chris at prather.org>
-Upstream-Source: http://search.cpan.org/dist/MooseX-POE/
-Upstream-Name: MooseX-POE
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Chris Prather <chris at prather.org>
+Source: http://search.cpan.org/dist/MooseX-POE/
+Name: MooseX-POE
 
 Files: *
 Copyright: 2007-2009, Chris Prather <chris at prather.org>
  2007-2009, Ash Berlin <ash at cpan.org>
  2007-2009, Chris Williams <chris at bingosnet.co.uk>
  2007-2009, Yuval Kogman <nothingmuch at woobling.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
+
+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: 2009, Jonathan Yu <jawnsy at cpan.org>
-License: Artistic | GPL-1+
-
-Files: inc/Module/*
-Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
- 2002-2009, Audrey Tang <autrijus at autrijus.org>
- 2002-2009, Brian Ingerson <ingy at cpan.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
+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 GNU/Linux systems, the complete text of the Artistic License
-    can be found in `/usr/share/common-licenses/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 GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL'
+ 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/libmoosex-poe-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-poe-perl/debian/source/format?rev=62931&op=file
==============================================================================
--- trunk/libmoosex-poe-perl/debian/source/format (added)
+++ trunk/libmoosex-poe-perl/debian/source/format Sat Sep 25 15:11:47 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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