libtree-dagnode-perl

Rating: 
0
No votes yet

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).

Application versions: 
AttachmentSizeDate
File libtree-dagnode-perl_1.06-1_all.deb50.89 KB05/08/2013 - 14:48
Changelog: 

libtree-dagnode-perl (1.06-1) unstable; urgency=low

[ gregor herrmann ]
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
field (source stanza); Homepage field (source stanza).
* Set Maintainer to Debian Perl Group.
* Use dist-based URL in debian/watch.
* debian/rules: delete /usr/lib/perl5 only if it exists.

[ Rene Mayorga ]
* New upstream release
* debian/control
+ set Standards-version to 3.7.3 (no changes requiered)
+ change debhelper version to 6.0.0
+ Add Build-Depends and move debhelper to there
+ Add ${misc:Depends} to Depends
* debian/copyright: Add copyright note from upstream
* debian/docs removed
* debian/rules
+ use dh_listpackage to get the pacagke name
+ add build-stamp and install stamp
+ de-ignore ouput from make clean
+ remove un-used dh_calls
+ add make test
+ touch build/install-stamps