r50892 - in /trunk/libforest-perl/debian: changelog control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Jan 13 20:39:36 UTC 2010


Author: jawnsy-guest
Date: Wed Jan 13 20:39:27 2010
New Revision: 50892

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50892
Log:
WAITS-FOR: libmoosex-clone-perl 0.05
* Now depends on MooseX::Clone 0.05

Modified:
    trunk/libforest-perl/debian/changelog
    trunk/libforest-perl/debian/control

Modified: trunk/libforest-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/debian/changelog?rev=50892&op=diff
==============================================================================
--- trunk/libforest-perl/debian/changelog (original)
+++ trunk/libforest-perl/debian/changelog Wed Jan 13 20:39:27 2010
@@ -1,7 +1,10 @@
 libforest-perl (0.08-1) UNRELEASED; urgency=low
+
+  WAITS-FOR: libmoosex-clone-perl 0.05
 
   * New upstream release
   * Remove pod-fix-whatis patch fixed upstream
+  * Now depends on MooseX::Clone 0.05
 
  -- Jonathan Yu <jawnsy at cpan.org>  Wed, 13 Jan 2010 14:54:21 -0500
 

Modified: trunk/libforest-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/debian/control?rev=50892&op=diff
==============================================================================
--- trunk/libforest-perl/debian/control (original)
+++ trunk/libforest-perl/debian/control Wed Jan 13 20:39:27 2010
@@ -3,7 +3,8 @@
 Priority: optional
 Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libtest-exception-perl, libpath-class-perl,
- libmoosex-attributehelpers-perl, libmoose-perl (>= 0.35), libtest-pod-perl
+ libmoosex-attributehelpers-perl, libmoose-perl (>= 0.35), libtest-pod-perl,
+ libmoosex-clone-perl (>= 0.05)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.3
@@ -14,7 +15,7 @@
 Package: libforest-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libmoosex-attributehelpers-perl,
- libmoose-perl (>= 0.35)
+ libmoose-perl (>= 0.35), libmoosex-clone-perl (>= 0.05)
 Description: collection of N-ary tree related modules
  Forest is a collection of Perl modules implementing a generalized N-ary tree
  data structure. It also includes several modules useful for manipulating this




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