debian/0000755000000000000000000000000011666242043007172 5ustar debian/control0000644000000000000000000000215111666242043010574 0ustar Source: libtest-differences-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Jay Bonci , Damyan Ivanov , Ignace Mouzannar , Nicholas Bamber , gregor herrmann Build-Depends-Indep: debhelper (>= 8), perl (>= 5.13.0), libtext-diff-perl, libtest-pod-coverage-perl, libtest-pod-perl Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Test-Differences/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-differences-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-differences-perl.git Package: libtest-differences-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libtext-diff-perl, perl (>= 5.13.0) Description: Perl module to test string and data structure differences CPAN's Test::Differences compares data structures and strings and returns their differences in a UNIX diff fashion if they are "not ok". Useful for comparing large structures easily when running tests. debian/copyright0000644000000000000000000000243111666242043011125 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Curtis "Ovid" Poe Source: http://search.cpan.org/dist/Test-Differences/ Name: Test-Differences Files: * Copyright: 2008, Curtis "Ovid" Poe 2001-2008, Barrie Slaymaker License: Artistic or GPL-1+ Files: debian/* Copyright: 2003-2004, Jay Bonci 2008, Damyan Ivanov 2009, Ignace Mouzannar 2011, Nicholas Bamber 2011, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . 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'. debian/watch0000644000000000000000000000025411666242043010224 0ustar version=3 opts=uversionmangle=s/\.(\d\d)(\d?\d)$/.$1.$2/ \ http://search.cpan.org/dist/Test-Differences/ .*/Test-Differences-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211666242043010370 0ustar 7 debian/changelog0000644000000000000000000000557111666242043011054 0ustar libtest-differences-perl (0.61-1) unstable; urgency=low [ Nicholas Bamber ] * Added myself to Uploaders * New upstream release * Upped standards version to 3.9.2 * Upped debhelper to 8 * Added debian/source/format * Refreshed copyright [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * (Build) depend on perl >= 5.13 to get Data::Dumper 2.126. * Update years of copyright. * Add /me to Uploaders. -- gregor herrmann Fri, 02 Dec 2011 22:33:13 +0100 libtest-differences-perl (0.50.0-1) unstable; urgency=low [ Ignace Mouzannar ] * New upstream release. * debian/control: - Added myself to Uploaders. - Standards-Version bumped to 3.8.3. - Added Build-Depends-Indep on libtest-pod-coverage-perl and libtest-pod-perl. - Rephrased the short description. * debian/copyright: - Updated the Debian changelog to follow Revision 196 of the Copyright Proposal format. - Added copyright to new upstream author. * debian/watch: - Updated the version matching regexp. - Updated the "uversionmangle" to split the version number in order to be consistent with older versions (i.e. 500 -> 50.0). [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). -- Ignace Mouzannar Sun, 18 Oct 2009 01:28:35 +0200 libtest-differences-perl (0.48.01-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. [ Damyan Ivanov ] * debian/watch: do not match developer releases; add mangling to convert accidential x.yyzz version to x.yy.zz * New upstream release * debian/rules trimmed out using debhelper 7 * add myself to Uploaders * cite exact copyright statement in debian/copyright * Standards-Version 3.8.0 (no changes needed) -- Damyan Ivanov Fri, 08 Aug 2008 23:50:58 +0300 libtest-differences-perl (0.47-2) unstable; urgency=low * Adds debian/watch so uscan will actually work. -- Jay Bonci Mon, 11 Oct 2004 01:44:50 -0400 libtest-differences-perl (0.47-1) unstable; urgency=low * Initial Release (Closes: #178083) -- Jay Bonci Sun, 21 Sep 2003 03:35:41 -0400 debian/source/0000755000000000000000000000000011666242043010472 5ustar debian/source/format0000644000000000000000000000001411666242043011700 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003511666242043010250 0ustar #!/usr/bin/make -f %: dh $@