r35761 - in /trunk/libmoosex-types-set-object-perl/debian: changelog control copyright

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue May 19 02:21:34 UTC 2009


Author: jawnsy-guest
Date: Tue May 19 02:21:25 2009
New Revision: 35761

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35761
Log:
Added new description, copyright information. The dependencies need to be checked once more.

Modified:
    trunk/libmoosex-types-set-object-perl/debian/changelog
    trunk/libmoosex-types-set-object-perl/debian/control
    trunk/libmoosex-types-set-object-perl/debian/copyright

Modified: trunk/libmoosex-types-set-object-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-types-set-object-perl/debian/changelog?rev=35761&op=diff
==============================================================================
--- trunk/libmoosex-types-set-object-perl/debian/changelog (original)
+++ trunk/libmoosex-types-set-object-perl/debian/changelog Tue May 19 02:21:25 2009
@@ -2,4 +2,4 @@
 
   * Initial Release. (Closes: #529240)
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 18 May 2009 16:57:12 -0700
+ -- Jonathan Yu <frequency at cpan.org>  Mon, 18 May 2009 22:19:20 -0400

Modified: trunk/libmoosex-types-set-object-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-types-set-object-perl/debian/control?rev=35761&op=diff
==============================================================================
--- trunk/libmoosex-types-set-object-perl/debian/control (original)
+++ trunk/libmoosex-types-set-object-perl/debian/control Tue May 19 02:21:25 2009
@@ -6,7 +6,7 @@
   libmoosex-types-perl, libset-object-perl, libtest-use-ok-perl,
   libmoose-perl (>= 0.50)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
+Uploaders: Jonathan Yu <frequency at cpan.org>, Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.1
 Homepage: http://search.cpan.org/dist/MooseX-Types-Set-Object/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-types-set-object-perl/
@@ -14,11 +14,14 @@
 
 Package: libmoosex-types-set-object-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libtest-exception-perl,
-  libmoosex-types-perl, libset-object-perl, libtest-use-ok-perl,
-  libmoose-perl (>= 0.50)
-Description: Set::Object type with coercions and stuff.
- MooseX::Types::Set::Object provides Moose type constraints (see
- Moose::Util::TypeConstraints, MooseX::Types).
+Depends: ${perl:Depends}, ${misc:Depends}, libmoosex-types-perl,
+  libset-object-perl, libmoose-perl (>= 0.50)
+Description: Perl module providing a Set::Object type
+ MooseX::Types::Set::Object provides Moose type constraint (see MooseX::Types
+ and Moose::Util::TypeConstraints) that is a Set::Object, with coercions. It
+ is essentially a collection of unordered objects without duplication (see
+ Set Theory in Mathematics).
  .
- This description was automagically extracted from the module by dh-make-perl.
+ Similarly, it allows one to operate on these sets - determining their union,
+ intersection, difference and symmetric difference in a trivial way. There are
+ many more operations, which are discussed in Set::Object's documentation.

Modified: trunk/libmoosex-types-set-object-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-types-set-object-perl/debian/copyright?rev=35761&op=diff
==============================================================================
--- trunk/libmoosex-types-set-object-perl/debian/copyright (original)
+++ trunk/libmoosex-types-set-object-perl/debian/copyright Tue May 19 02:21:25 2009
@@ -3,20 +3,15 @@
 Upstream-Maintainer: Yuval Kogman <nothingmuch at woobling.org>
 Upstream-Source: http://search.cpan.org/dist/MooseX-Types-Set-Object/
 Upstream-Name: MooseX-Types-Set-Object
-Disclaimer: This copyright info was automatically extracted 
-    from the perl module. It may not be accurate, so you better 
-    check the module sources in order to ensure the module for its 
-    inclusion in Debian or for general legal information. Please, 
-    if licensing information is incorrectly generated, file a bug 
-    on dh-make-perl.
 
 Files: *
-Copyright: Yuval Kogman <nothingmuch at woobling.org>
+Copyright: 2008, Yuval Kogman <nothingmuch at woobling.org>
 License-Alias: Perl
 License: Artistic | GPL-1+
 
 Files: debian/*
-Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+ 2009, Ryan Niebur <ryanryan52 at gmail.com>
 License: Artistic | GPL-1+
 
 License: Artistic




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