libtree-dagnode-perl 1.32-1 source package in Ubuntu

Changelog

libtree-dagnode-perl (1.32-1) unstable; urgency=medium

  * Team upload.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> <email address hidden>

  [ gregor herrmann ]
  * debian/copyright: replace tabs with spaces / remove trailing
    whitespace.
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

  [ gregor herrmann ]
  * Import upstream version 1.32.
  * Declare compliance with Debian Policy 4.5.1.
  * Set Rules-Requires-Root: no.
  * Drop unneeded version constraints and alternatives from (build)
    dependencies.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <email address hidden>  Sat, 20 Feb 2021 21:32:03 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtree-dagnode-perl_1.32-1.dsc 2.4 KiB 1acb1ae9ce417e6ce58cde65b44bb4dd4c3a5993abc9388fb7902d8e15bcf3fe
libtree-dagnode-perl_1.32.orig.tar.gz 53.4 KiB 22d9de3d6e6f4afd89e6d825c664f9482878bd49e29cb81342a707af40542d3d
libtree-dagnode-perl_1.32-1.debian.tar.xz 6.2 KiB ece1ed4044634beff05374084a230a0735ea74a6cf5a4939d7fcba165eddf433

Available diffs

No changes file available.

Binary packages built by this source

libtree-dagnode-perl: Perl (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).