debian/0000755000000000000000000000000012264547731007201 5ustar debian/rules0000755000000000000000000000003612264547731010260 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000240412264547731010604 0ustar Source: libtext-worddiff-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Priority: extra Build-Depends: debhelper (>= 8) Build-Depends-Indep: libalgorithm-diff-perl, libhtml-parser-perl, libtest-pod-perl, perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-worddiff-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-worddiff-perl.git Homepage: https://metacpan.org/release/Text-WordDiff Package: libtext-worddiff-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libalgorithm-diff-perl, libhtml-parser-perl Description: module to track changes between documents Text::WordDiff is a variation on the lovely Text::Diff module. Rather than generating traditional line-oriented diffs, however, it generates word-oriented diffs. This can be useful for tracking changes in narrative documents or documents with very long lines. To diff source code, one is still best off using Text::Diff. But if you want to see how a short story changed from one version to the next, this module will do the job very nicely. debian/source/0000755000000000000000000000000012264547731010501 5ustar debian/source/format0000644000000000000000000000001412264547731011707 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000374012264547731011057 0ustar libtext-worddiff-perl (0.08-1) unstable; urgency=medium * Take over for the Debian Perl Group; Closes: #733561 -- RFA/ITA * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser field (source stanza); ${misc:Depends} to Depends: field. Changed: Homepage field changed to metacpan.org URL; Maintainer set to Debian Perl Group (was: Debian QA Group ). * debian/watch: use metacpan-based URL. * New upstream release. Closes: #655037 * Switch to "3.0 (quilt)" source format. * Use dh(1) and debhelper compatibility level 8. Don't install README anymore. * Drop version from perl build dependency and remove libmodule-build- perl (included in perl core). * debian/copyright: switch formatting to Copyright-Format 1.0. * Update build dependencies. * Add /me to Uploaders. * Improve short and long description. * Add a patch to fix a typo in the POD. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Sun, 12 Jan 2014 18:23:47 +0100 libtext-worddiff-perl (0.05-2) unstable; urgency=low * Orphaned. Set maintainer to Debian QA Group. -- Nacho Barrientos Arias Sun, 29 Dec 2013 22:15:36 +0000 libtext-worddiff-perl (0.05-1) unstable; urgency=low * New upstream release. * debian/control + Update standards-version to 3.8.3 (no changes). -- Nacho Barrientos Arias Thu, 24 Sep 2009 16:17:48 +0200 libtext-worddiff-perl (0.04-1) unstable; urgency=low * New upstream release. * debian/control + Set Standards-Version to 3.8.0 (no changes). + Move homepage to the new Homepage field. * debian/rules + Prevent packlist creation. -- Nacho Barrientos Arias Wed, 23 Jul 2008 11:27:05 +0200 libtext-worddiff-perl (0.02-1) unstable; urgency=low * Initial release (Closes: #416088) -- Nacho Barrientos Arias Sat, 24 Mar 2007 19:40:51 +0100 debian/compat0000644000000000000000000000000212264547731010377 0ustar 8 debian/patches/0000755000000000000000000000000012264547731010630 5ustar debian/patches/spelling.patch0000644000000000000000000000143612264547731013472 0ustar Description: fix a typo Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=92083 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=92083 Author: gregor herrmann Last-Update: 2014-01-12 --- a/lib/Text/WordDiff.pm +++ b/lib/Text/WordDiff.pm @@ -270,7 +270,7 @@ Now, I acknowledge that there are localization issues with this approach. In particular, it will fail with Chinese, Japanese, and Korean text, as these languages don't put non-word characters between words. Ideally, Test::WordDiff -would then split on every charaters (since a single character often equals a +would then split on every characters (since a single character often equals a word), but such is not the case when the C flag is set on a string. For example, This simple script: debian/patches/series0000644000000000000000000000001712264547731012043 0ustar spelling.patch debian/copyright0000644000000000000000000000233612264547731011140 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Text-WordDiff Upstream-Contact: David E. Wheeler Upstream-Name: Text-WordDiff Files: * Copyright: 2005-2011, David E. Wheeler License: Artistic or GPL-1+ Files: lib/Text/WordDiff/HTMLTwoLines.pm Copyright: 2011, Amelia Ireland License: Artistic or GPL-1+ Files: debian/* Copyright: 2007, 2008, 2009, 2013, Nacho Barrientos Arias 2014, 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/watch0000644000000000000000000000016712264547731010236 0ustar version=3 https://metacpan.org/release/Text-WordDiff .*/Text-WordDiff-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$