Changed changelog...
[dh-make-perl] / dev / i386 / libtree-dagnode-perl / libtree-dagnode-perl-1.06 / debian / control
1 Source: libtree-dagnode-perl
2 Section: perl
3 Priority: optional
4 XSBC-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
5 Maintainer: Nito Martinez <Nito.ES>
6 Uploaders: Jay Bonci <jaybonci@debian.org>, Roberto C. Sanchez <roberto@debian.org>
7 Build-Depends: debhelper (>= 6.0.0)
8 Build-Depends-Indep: perl (>= 5.6.0-16)
9 Standards-Version: 3.7.3
10 Homepage: http://search.cpan.org/dist/Tree-DAG_Node/
11 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtree-dagnode-perl/
12 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtree-dagnode-perl/
13
14 Package: libtree-dagnode-perl
15 Architecture: all
16 Depends: ${perl:Depends}, ${misc:Depends}
17 Description: Tree::DAG_Node - (super)class for representing nodes in a tree 
18  Tree::DAG_Node is a (super)class for representing nodes in a tree.
19  .
20  This class encapsulates/makes/manipulates objects that represent nodes
21  in a tree structure.  The tree structure is not an object itself, but
22  is emergent from the linkages you create between nodes.  This class
23  provides the methods for making linkages that can be used to build up
24  a tree, while preventing you from ever making any kinds of linkages
25  which are not allowed in a tree (such as having a node be its own
26  mother or ancestor, or having a node have two mothers).
27