--- libalgorithm-dependency-perl-1.110.orig/debian/changelog +++ libalgorithm-dependency-perl-1.110/debian/changelog @@ -0,0 +1,55 @@ +libalgorithm-dependency-perl (1.110-1.2) unstable; urgency=medium + + * Non maintainer upload by the Reproducible Builds team. + * No source change upload to rebuild on buildd with .buildinfo files. + + -- Holger Levsen Mon, 04 Jan 2021 17:08:22 +0100 + +libalgorithm-dependency-perl (1.110-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "FTBFS with '.' removed from perl's @INC": + use dh(1) in debian/rules. + (Closes: #834342) + + -- gregor herrmann Sun, 21 Aug 2016 20:34:39 +0200 + +libalgorithm-dependency-perl (1.110-1) unstable; urgency=low + + * new upstream version (Closes: 605314) + * bumped debhelper compat version + * bumped standards version + - dh_clean -k to dh_prep + - added misc:Depends at control file + * changed PREFIX to DESTDIR at rules + * added homepage field at control + + -- Jonas Genannt Sat, 02 Jul 2011 12:52:05 +0200 + +libalgorithm-dependency-perl (1.106-1) unstable; urgency=low + + * New Upstream Release + * new standards version + * bumped to new debhelper version 6 + + -- Jonas Genannt Tue, 5 Feb 2008 22:01:12 +0200 + +libalgorithm-dependency-perl (1.103-1) unstable; urgency=low + + * New Upstream Release + + -- Jonas Genannt Fri, 26 Oct 2007 20:10:12 +0200 + +libalgorithm-dependency-perl (1.102-1) unstable; urgency=low + + * New Upstream Release + * Bumped up to new standards version + + -- Jonas Genannt Thu, 8 Feb 2007 13:58:34 +0100 + +libalgorithm-dependency-perl (1.101-1) unstable; urgency=low + + * Initial Release (Closes: #344017) + + -- Jonas Genannt Thu, 1 Dec 2005 20:45:13 +0200 + --- libalgorithm-dependency-perl-1.110.orig/debian/compat +++ libalgorithm-dependency-perl-1.110/debian/compat @@ -0,0 +1 @@ +8 --- libalgorithm-dependency-perl-1.110.orig/debian/control +++ libalgorithm-dependency-perl-1.110/debian/control @@ -0,0 +1,16 @@ +Source: libalgorithm-dependency-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 8) +Build-Depends-Indep: perl (>= 5.8.0-7), libparams-util-perl, libtest-classapi-perl, libpath-class-perl +Maintainer: Jonas Genannt +Standards-Version: 3.9.2 +Homepage: http://search.cpan.org/dist/Algorithm-Dependency/ + +Package: libalgorithm-dependency-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libparams-util-perl, libtest-classapi-perl, libpath-class-perl +Description: Base class for implementing various dependency trees in Perl + Algorithm::Dependency is a framework for creating simple read-only dependency + heirachies, where you have a set of items that rely on other items + in the set, and require actions on them as well. --- libalgorithm-dependency-perl-1.110.orig/debian/copyright +++ libalgorithm-dependency-perl-1.110/debian/copyright @@ -0,0 +1,18 @@ +This is the debian package for the Algorithm::Dependency module. +It was created by Jonas Genannt using dh-make-perl. + +It was downloaded from http://search.cpan.org/~adamk/ + +The upstream author is: Adam Kennedy + +Copyright 2003-2005 Adam Kennedy. All rights reserved. + +This program is free software; you can redistribute it and/or modify it +under the same terms as Perl itself. + +Perl is distributed under your choice of the GNU General Public License or +the Artistic License. + +On Debian GNU/Linux systems, the complete text of the +GNU General Public License can be found in `/usr/share/common-licenses/GPL' +and the Artistic Licence in `/usr/share/common-licenses/Artistic'. --- libalgorithm-dependency-perl-1.110.orig/debian/rules +++ libalgorithm-dependency-perl-1.110/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@