debian/0000755000000000000000000000000011677723513007202 5ustar debian/control0000644000000000000000000000240011677723513010601 0ustar Source: libhtml-diff-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8) Build-Depends-Indep: libalgorithm-diff-perl, perl Standards-Version: 3.9.2 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-diff-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libhtml-diff-perl.git Homepage: http://search.cpan.org/dist/HTML-Diff/ Package: libhtml-diff-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libalgorithm-diff-perl Description: module for comparing two HTML documents HTML::Diff compares two strings of HTML and returns a list of a chunks which indicate the diff between the two input strings, where changes in formatting are considered changes. . HTML::Diff does not strictly parse the HTML. Instead, it uses regular expressions to make a decent effort at understanding the given HTML. As a result, there are many valid HTML documents for which it will not produce the correct answer. But there may be some invalid HTML documents for which it gives you the answer you're looking for. Your mileage may vary; test it on lots of inputs from your domain before relying on it. debian/copyright0000644000000000000000000000210211677723513011130 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Ezra elias kilty Cooper Source: http://search.cpan.org/dist/HTML-Diff/ Name: HTML-Diff Files: * Copyright: 2003-2006, Ezra elias kilty Cooper License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, 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/libhtml-diff-perl.examples0000644000000000000000000000001111677723513014233 0ustar htmldiff debian/watch0000644000000000000000000000015711677723513010236 0ustar version=3 http://search.cpan.org/dist/HTML-Diff/ .*/HTML-Diff-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011677723513010631 5ustar debian/patches/whatis.patch0000644000000000000000000000101511677723513013146 0ustar Description: add missing whatis entry Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=73643 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=73643 Author: gregor herrmann Last-Update: 2012-01-01 --- a/lib/HTML/Diff.pm +++ b/lib/HTML/Diff.pm @@ -174,7 +174,9 @@ =pod -=head1 HTML::Diff +=head1 NAME + +HTML::Diff - compare two strings of HTML This module compares two strings of HTML and returns a list of a chunks which indicate the diff between the two input strings, where debian/patches/series0000644000000000000000000000001511677723513012042 0ustar whatis.patch debian/compat0000644000000000000000000000000211677723513010400 0ustar 8 debian/changelog0000644000000000000000000000024411677723513011054 0ustar libhtml-diff-perl (0.561-1) unstable; urgency=low * Initial release (closes: #653791). -- gregor herrmann Sun, 01 Jan 2012 01:22:17 +0100 debian/source/0000755000000000000000000000000011677723513010502 5ustar debian/source/format0000644000000000000000000000001411677723513011710 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000037311677723513010265 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install $(RM) -v $(TMP)/usr/bin/htmldiff rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/bin