X-Git-Url: http://git.maemo.org/git/?p=dh-make-perl;a=blobdiff_plain;f=dev%2Fi386%2Flibtree-dagnode-perl%2Flibtree-dagnode-perl-1.06%2Fdebian%2Fcontrol;fp=dev%2Fi386%2Flibtree-dagnode-perl%2Flibtree-dagnode-perl-1.06%2Fdebian%2Fcontrol;h=96ad494f1fcef6b1a1689c19f812bab31c81f4cc;hp=0000000000000000000000000000000000000000;hb=8977e561d8a9eae6959218b0306c9df2056a38a9;hpb=df794b845212301ea0d267c919232538bfef356a diff --git a/dev/i386/libtree-dagnode-perl/libtree-dagnode-perl-1.06/debian/control b/dev/i386/libtree-dagnode-perl/libtree-dagnode-perl-1.06/debian/control new file mode 100644 index 0000000..96ad494 --- /dev/null +++ b/dev/i386/libtree-dagnode-perl/libtree-dagnode-perl-1.06/debian/control @@ -0,0 +1,26 @@ +Source: libtree-dagnode-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Jay Bonci , Roberto C. Sanchez +Build-Depends: debhelper (>= 6.0.0) +Build-Depends-Indep: perl (>= 5.6.0-16) +Standards-Version: 3.7.3 +Homepage: http://search.cpan.org/dist/Tree-DAG_Node/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtree-dagnode-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtree-dagnode-perl/ + +Package: libtree-dagnode-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: Tree::DAG_Node - (super)class for representing nodes in a tree + Tree::DAG_Node is a (super)class for representing nodes in a tree. + . + This class encapsulates/makes/manipulates objects that represent nodes + in a tree structure. The tree structure is not an object itself, but + is emergent from the linkages you create between nodes. This class + provides the methods for making linkages that can be used to build up + a tree, while preventing you from ever making any kinds of linkages + which are not allowed in a tree (such as having a node be its own + mother or ancestor, or having a node have two mothers). +