r49720 - in /trunk/libforest-perl/debian: control copyright libforest-perl.docs
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Fri Jan 1 02:38:42 UTC 2010
Author: jawnsy-guest
Date: Fri Jan 1 02:38:37 2010
New Revision: 49720
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49720
Log:
prepare for release
Removed:
trunk/libforest-perl/debian/libforest-perl.docs
Modified:
trunk/libforest-perl/debian/control
trunk/libforest-perl/debian/copyright
Modified: trunk/libforest-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/debian/control?rev=49720&op=diff
==============================================================================
--- trunk/libforest-perl/debian/control (original)
+++ trunk/libforest-perl/debian/control Fri Jan 1 02:38:37 2010
@@ -3,7 +3,7 @@
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libtest-exception-perl, libpath-class-perl,
- libmoosex-attributehelpers-perl (>= 0.07), libmoose-perl (>= 0.35)
+ libmoosex-attributehelpers-perl, libmoose-perl (>= 0.35)
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy at cpan.org>
Standards-Version: 3.8.3
@@ -13,14 +13,10 @@
Package: libforest-perl
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libmoosex-attributehelpers-perl (>= 0.07), libmoose-perl (>= 0.35)
-Description: A collection of n-ary tree related modules
- Forest is intended to be a replacement for the Tree::Simple family of
- modules, and fixes many of the issues that have always bothered me about
- them. It is by no means a complete replacement yet, but should eventually
- grow to become that.
- .
- For more information please refer to the individual module documentation.
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${perl:Depends}, ${misc:Depends}, libmoosex-attributehelpers-perl,
+ libmoose-perl (>= 0.35)
+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
+ data, including loading data from file, indexing it in memory, and writing it
+ back out to files (in various formats).
Modified: trunk/libforest-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/debian/copyright?rev=49720&op=diff
==============================================================================
--- trunk/libforest-perl/debian/copyright (original)
+++ trunk/libforest-perl/debian/copyright Fri Jan 1 02:38:37 2010
@@ -2,17 +2,15 @@
Maintainer: Stevan Little <stevan.little at iinteractive.com>
Source: http://search.cpan.org/dist/Forest/
Name: Forest
-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.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
Files: *
-Copyright: Stevan Little <stevan.little at iinteractive.com>
+Copyright: 2008-2009, Infinity Interactive, Inc.
+License: Artistic or 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: Artistic or GPL-1+
Files: debian/*
More information about the Pkg-perl-cvs-commits
mailing list