--- libtree-multinode-perl-1.0.10.orig/debian/changelog +++ libtree-multinode-perl-1.0.10/debian/changelog @@ -0,0 +1,19 @@ +libtree-multinode-perl (1.0.10-2.1) unstable; urgency=medium + + * Non maintainer upload by the Reproducible Builds team. + * No source change upload to rebuild on buildd with .buildinfo files. + + -- Holger Levsen Sat, 09 Jan 2021 16:11:37 +0100 + +libtree-multinode-perl (1.0.10-2) unstable; urgency=low + + * fix debian/copyright issue. + * Standards-Version bumped to 3.8.0. + + -- Dmitry E. Oboukhov Tue, 17 Jun 2008 11:10:53 +0400 + +libtree-multinode-perl (1.0.10-1) unstable; urgency=low + + * Initial release, closes: #484238. + + -- Dmitry E. Oboukhov Wed, 19 May 2008 11:07:51 +0400 --- libtree-multinode-perl-1.0.10.orig/debian/compat +++ libtree-multinode-perl-1.0.10/debian/compat @@ -0,0 +1 @@ +5 --- libtree-multinode-perl-1.0.10.orig/debian/control +++ libtree-multinode-perl-1.0.10/debian/control @@ -0,0 +1,17 @@ +Source: libtree-multinode-perl +Section: perl +Priority: optional +Maintainer: Dmitry E. Oboukhov +Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5) +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/~krburton/ + +Package: libtree-multinode-perl +Architecture: all +Depends: ${perl:Depends} +Description: a multi node tree object + Tree::MultiNode, Tree::MultiNode::Node, and MultiNode::Handle + of objects are written to model the Tree heirarchical structure. + Each child object can be the tree itself. The tree has no + internal sorting, though all operations perserve the order + of the child nodes. --- libtree-multinode-perl-1.0.10.orig/debian/copyright +++ libtree-multinode-perl-1.0.10/debian/copyright @@ -0,0 +1,23 @@ +This package was debianized by Dmitry E. Oboukhov +Mon May 19 12:11:28 MSD 2008 + +It was downloaded from http://search.cpan.org/~krburton + +Upstream Author: + Kyle R. Burton + +Copyright: + Copyright (c) 2008 Kyle R. Burton mortis@voicenet.com + (initial version, and maintenence) + Daniel X. Pape dpape@canis.uiuc.edu + Eric Joanis joanis@cs.toronto.edu + +License: + This package is free software and is provided "as is" without + express or implied warranty. It may be used, redistributed + and/or modified under the terms of the Perl Artistic License. + + +On Debian GNU/Linux systems, the complete text of the Artistic License +can be found in `/usr/share/common-licenses/Artistic'. + --- libtree-multinode-perl-1.0.10.orig/debian/rules +++ libtree-multinode-perl-1.0.10/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +DEB_TAR_SRCDIR=Tree-MultiNode-1.0.10 +include /usr/share/cdbs/1/rules/tarball.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/perlmodule.mk +# include /usr/share/cdbs/1/rules/dpatch.mk + +export PERL_MM_USE_DEFAULT = true + +clean:: + rm -f *.cdbs-config_list + --- libtree-multinode-perl-1.0.10.orig/debian/watch +++ libtree-multinode-perl-1.0.10/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://search.cpan.org/~krburton/ \ + Tree-MultiNode-(\d+(?:\.\d+){1,3})/