--- libdata-compare-perl-1.25.orig/debian/changelog +++ libdata-compare-perl-1.25/debian/changelog @@ -0,0 +1,78 @@ +libdata-compare-perl (1.25-0.1) unstable; urgency=medium + + * Non-maintainer upload. + * New upstream release (Closes: #812339). + + -- Michael Prokop Fri, 22 Jan 2016 15:37:20 +0100 + +libdata-compare-perl (1.23-0.1) unstable; urgency=medium + + * Non-maintainer upload. + * New upstream release. + Closes: #740956 + * debian/rules: reduce to three-line version in order to get + build-{arch,indep} targets. + * Update years of upstream copyright. + + -- gregor herrmann Wed, 12 Mar 2014 17:06:22 +0100 + +libdata-compare-perl (1.22-0.1) unstable; urgency=low + + * Non-maintainer upload. + * New upstream release. (Closes: #634025) + * debian/copyright: Refer to /usr/share/common-licenses/GPL-1; update years + of copyright. + * No longer install README: only has installation instructions. + + -- Ansgar Burchardt Sat, 23 Jul 2011 14:35:58 +0200 + +libdata-compare-perl (1.21-1) unstable; urgency=low + + * New maintainer. (Closes: #507394). + * New upstream release. + * debian/compat: + - update to level 7. + * debian/copyright: + - changed information. + * debian/control: + - add libjson-perl, libtest-pod-perl and libclone-perl in + Build-Depends-Indep to perform more tests. + - Standards-Version: 3.8.0 + - add Homepage. + + -- Miguelangel Jose Freitas Loreto Sun, 18 Jan 2009 09:03:00 -0430 + +libdata-compare-perl (0.13-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with Perl 5.10. Closes: #467750 + + -- Mark Hymers Sat, 05 Apr 2008 21:08:56 +0100 + +libdata-compare-perl (0.13-1) unstable; urgency=low + + * New maintainer (Closes: #358801) + * New upstream release (Closes: #329527) + * Finished doc-transition + * Changed package description (Closes: #209910, #360703) + * Changed copyright information, added pointers to the licences + * Simplified debian/rules + * Upgraded to compat level 5 + * Properly (build-)depend on libfile-find-rule-perl. + + -- Timo Schneider Mon, 17 Apr 2006 12:54:07 +0200 + +libdata-compare-perl (0.02-2) unstable; urgency=low + + * Fixed copyright information (closes: #157563). + * Changed maintainer address. + * Fixed rule file (closes: #157472). + + -- Jean-Francois Dive Thu, 22 Aug 2002 19:03:07 +1000 + +libdata-compare-perl (0.02-1) unstable; urgency=low + + * Initial Debianization. + + -- Jean-Francois Dive Thu, 21 Feb 2002 16:20:52 +1100 + --- libdata-compare-perl-1.25.orig/debian/compat +++ libdata-compare-perl-1.25/debian/compat @@ -0,0 +1 @@ +7 --- libdata-compare-perl-1.25.orig/debian/control +++ libdata-compare-perl-1.25/debian/control @@ -0,0 +1,25 @@ +Source: libdata-compare-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.8.0-7), libscalar-properties-perl (>= 0.12), libfile-find-rule-perl (>= 0.10), libjson-perl (>= 2.0), libtest-pod-perl (>= 1.0), libclone-perl +Maintainer: Miguelangel Jose Freitas Loreto +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/Data-Compare/ + +Package: libdata-compare-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libfile-find-rule-perl (>= 0.10) +Suggests: libscalar-properties-perl +Description: perl module to compare perl data structures recursively + The Data::Compare module compares two perl data structures recursively, + it natively handles several built-in data types - scalars, references + to scalars, references to arrays, references to hashes, references + to subroutines, compiled regular expressions, and globs. For objects, it tries + to Do The Right Thing and compares the underlying data type. + . + However, this is not always what you want. This is especially true if you + have complex objects which overload stringification and/or numification. + So you can extend this module with your own plugins for special data + structures, by using Data::Compare::Plugins (this is not an extra package, it + is included here). --- libdata-compare-perl-1.25.orig/debian/copyright +++ libdata-compare-perl-1.25/debian/copyright @@ -0,0 +1,39 @@ +This package have been initially packaged by Jean-Francois Dive , +New maintainer since version 0.13-1 is Timo Schneider , +New maintainet since version 1.21-1 is Miguelangel Jose Freitas Loreto + +It was downloaded from: + + + +Upstream Author: + + Fabien Tassin + Portions by David Cantrell + +Copyright: + + Copyright (C) 1999-2001 Fabien Tassin. All rights reserved. + Some parts Copyright (C) 2003 - 2013 David Cantrell. + +License: + + This program is free software; you can redistribute it and/or modify + it under the same terms as Perl itself. + + Perl is licensed under the terms of either: + + a) the GNU General Public License as published by the Free Software + Foundation; either version 1, or (at your option) any later + version, or + + b) the "Artistic License" which comes with Perl. + + On Debian systems, the complete text of version 1 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-1' and + the Artistic Licence in `/usr/share/common-licenses/Artistic'. + +The Debian packaging is Copyright (C) 2008, +Miguelangel Jose Freitas Loreto and +is licensed under the GPL, see above. + --- libdata-compare-perl-1.25.orig/debian/libdata-compare-perl.docs +++ libdata-compare-perl-1.25/debian/libdata-compare-perl.docs @@ -0,0 +1 @@ +TODO --- libdata-compare-perl-1.25.orig/debian/rules +++ libdata-compare-perl-1.25/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libdata-compare-perl-1.25.orig/debian/watch +++ libdata-compare-perl-1.25/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Data-Compare/ .*/Data-Compare-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$