r44983 - in /trunk/libpoex-types-perl/debian: changelog control copyright

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Sep 27 22:25:41 UTC 2009


Author: jawnsy-guest
Date: Sun Sep 27 22:25:36 2009
New Revision: 44983

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44983
Log:
Remove MooseX::Declare from deps, it's no longer necessary

Modified:
    trunk/libpoex-types-perl/debian/changelog
    trunk/libpoex-types-perl/debian/control
    trunk/libpoex-types-perl/debian/copyright

Modified: trunk/libpoex-types-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoex-types-perl/debian/changelog?rev=44983&op=diff
==============================================================================
--- trunk/libpoex-types-perl/debian/changelog (original)
+++ trunk/libpoex-types-perl/debian/changelog Sun Sep 27 22:25:36 2009
@@ -6,6 +6,7 @@
   * Update dependencies to match META.yml (they fell out of sync)
   * Remove GPL-3 from debian/* copyright; GPL-1+ covers this
   * Remove Module::Build dep; it includes a trad. Makefile.PL
+  * Remove MooseX::Declare from deps, it's no longer necessary
 
   [ Nathan Handler ]
   * New upstream release

Modified: trunk/libpoex-types-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoex-types-perl/debian/control?rev=44983&op=diff
==============================================================================
--- trunk/libpoex-types-perl/debian/control (original)
+++ trunk/libpoex-types-perl/debian/control Sun Sep 27 22:25:36 2009
@@ -2,11 +2,11 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.10), libmoosex-declare-perl (>= 0.29),
- libmoosex-types-perl (>= 0.19), libmoosex-types-structured-perl (>= 0.18),
- libpoe-perl (>= 2:1.266), perl-modules (>= 5.10.1) | libtest-simple-perl (>= 0.92)
+Build-Depends-Indep: perl,
+ libmoosex-types-perl (>= 0.20), libmoosex-types-structured-perl (>= 0.18),
+ libpoe-perl (>= 2:1.007), perl-modules (>= 5.10.1) | libtest-simple-perl (>= 0.92)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>
+Uploaders: gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
  Nathan Handler <nhandler at ubuntu.com>
 Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/POEx-Types/
@@ -15,9 +15,9 @@
 
 Package: libpoex-types-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.10),
- libmoosex-declare-perl (>= 0.29), libmoosex-types-perl (>= 0.19),
- libmoosex-types-structured-perl (>= 0.18), libpoe-perl (>= 2:1.266)
+Depends: ${perl:Depends}, ${misc:Depends}, libmoosex-types-perl (>= 0.20),
+ libmoosex-types-structured-perl (>= 0.18), libpoe-perl (>= 2:1.007)
 Description: Perl module to provide MooseX::Types for POE
- POEx::Types exports the needed subtypes, and coercions for POEx modules and
- is based on Sub::Exporter, so see that module for options on importing.
+ POEx::Types exports the needed subtypes, and coercions for POEx modules. It
+ is based on Sub::Exporter (see libsub-exporter-perl), so see that module for
+ options on importing.

Modified: trunk/libpoex-types-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoex-types-perl/debian/copyright?rev=44983&op=diff
==============================================================================
--- trunk/libpoex-types-perl/debian/copyright (original)
+++ trunk/libpoex-types-perl/debian/copyright Sun Sep 27 22:25:36 2009
@@ -12,6 +12,7 @@
 Copyright: 2009, gregor herrmann <gregoa at debian.org>
  2009, Jonathan Yu <jawnsy at cpan.org>
  2009, Nathan Handler <nhandler at ubuntu.com>
+License-Alias: Perl
 License: Artistic | GPL-1+
 
 License: Artistic




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