debian/0000755000000000000000000000000011553061142007164 5ustar debian/control0000644000000000000000000000233211552652300010570 0ustar Source: libtext-diff-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Jay Bonci , Jonathan Yu , Nicholas Bamber Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: perl, libtest-minimumversion-perl, libalgorithm-diff-perl, libtest-cpan-meta-perl, libtest-pod-perl Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Text-Diff/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-diff-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-diff-perl/ Package: libtext-diff-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libalgorithm-diff-perl Description: Perl module to find differences in files and record sets Text::Diff provides a basic functions similar to the GNU diff utility. It is not anywhere near as feature complete as GNU diff, but is better integrated with Perl and available on all platforms. It is often faster than shelling out to a system's diff executable for small files, and generally slower on larger files. While it is not guaranteed to produce the same output as the system diff command, output is often identical. debian/copyright0000644000000000000000000000464311553061037011131 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Adam Kennedy Source: http://search.cpan.org/dist/Text-Diff/ Name: Text-Diff Files: * Copyright: 2001, Barrie Slaymaker 2009, Adam Kennedy License: Artistic or GPL-2+ Files: lib/Text/Diff/Config.pm Copyright: 2010, Shlomi Fish, License: MIT/X11 This file is licensed under the MIT/X11 License: http://www.opensource.org/licenses/mit-license.php. . Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: 2003-2004, Jay Bonci 2008, Gunnar Wolf 2009, Jonathan Yu 2011, Nicholas Bamber License: Artistic or GPL-2+ 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-2+ 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 2, or (at your option) any later version. . On Debian systems, the complete text of version 2 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/watch0000644000000000000000000000015211212337712010214 0ustar version=3 http://search.cpan.org/dist/Text-Diff/ .*/Text-Diff-(\d[\d\.]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/compat0000644000000000000000000000000211236101007010353 0ustar 7 debian/changelog0000644000000000000000000000462411553047267011060 0ustar libtext-diff-perl (1.41-1) unstable; urgency=low [ Ryan Niebur ] * Email change: Jonathan Yu -> jawnsy@cpan.org [ Nicholas Bamber ] * Added myself to Uploaders * New upstream release * Updated dependencies * Added debian/source/format * Updated standards version to 3.9.2 * Refreshed copyright - New file added with MIT/X11 license -- Nicholas Bamber Mon, 18 Apr 2011 09:32:29 +0100 libtext-diff-perl (1.37-1) unstable; urgency=low [ gregor herrmann ] * Split out changes to test suite into a patch; add quilt framework. * Refresh debian/rules, no functional changes. * Add debian/README.source to document quilt usage, as required by Debian Policy since 3.8.0. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. [ Jonathan Yu ] * New upstream release + Updates to POD * Updated copyright to the new machine-readable format * Remove patches (fixed upstream now) * Use new debian/rules format * Standards-Version 3.8.2 (no changes) * Now requires debhelper 7.0.50 * Add author tests to B-D-I -- Jonathan Yu Thu, 16 Jul 2009 15:06:40 -0400 libtext-diff-perl (0.35-3) 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. [ Gunnar Wolf ] * Bumped up standards-version to 3.7.3 (no changes needed) * Upgraded debhelper compat level to 6 * Moved debhelper to b-d * Clarified the copyright information * Remove the versioned dependency on Perl >= 5.6.0 * Make clean no longer ignores results * Removed debian/substvars, which is auto-generated and should be auto-cleaned * Modified debian/watch to be more in line with our general style * Added myself as an uploader -- Gunnar Wolf Wed, 20 Feb 2008 16:50:08 -0600 libtext-diff-perl (0.35-2) unstable; urgency=low * Adds debian/watch file so uscan will work -- Jay Bonci Mon, 11 Oct 2004 02:40:26 -0400 libtext-diff-perl (0.35-1) unstable; urgency=low * Initial Release (closes: #178078) -- Jay Bonci Sun, 21 Sep 2003 02:50:48 -0400 debian/source/0000755000000000000000000000000011553061142010464 5ustar debian/source/format0000644000000000000000000000001411552652300011673 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000013111236101007010230 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: AUTOMATED_TESTING=1 dh_auto_test