debian/0000755000000000000000000000000012047551317007173 5ustar debian/rules0000755000000000000000000000003612047551317010252 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000136612047551317010604 0ustar Source: libhash-diff-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8) Build-Depends-Indep: libhash-merge-perl, libtest-use-ok-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhash-diff-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libhash-diff-perl.git Homepage: http://search.cpan.org/dist/Hash-Diff/ Package: libhash-diff-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libhash-merge-perl Description: module for creating the difference between two hashes Hash::Diff returns the difference between two hashes as a hash. debian/source/0000755000000000000000000000000012047551317010473 5ustar debian/source/format0000644000000000000000000000001412047551317011701 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000024412047551317011045 0ustar libhash-diff-perl (0.005-1) unstable; urgency=low * Initial release (closes: #692924). -- gregor herrmann Sat, 10 Nov 2012 23:18:47 +0100 debian/compat0000644000000000000000000000000212047551317010371 0ustar 8 debian/patches/0000755000000000000000000000000012047551317010622 5ustar debian/patches/series0000644000000000000000000000001712047551317012035 0ustar poderror.patch debian/patches/poderror.patch0000644000000000000000000000065712047551317013507 0ustar Description: add missing =back to avoid pod2man error Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=81098 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=81098 Author: gregor herrmann Last-Update: 2012-11-10 --- a/lib/Hash/Diff.pm +++ b/lib/Hash/Diff.pm @@ -78,6 +78,7 @@ Returns the values in the left hash that is not, or different from the right hash. +=back =head1 CAVEATS debian/copyright0000644000000000000000000000237112047551317011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Hash-Diff Source: http://search.cpan.org/dist/Hash-Diff/ Upstream-Contact: Bjorn-Olav Strand Files: * Copyright: 2009, Bjorn-Olav Strand 2010, ABC Startsiden AS License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2010, Adam Kennedy 2002-2010, Audrey Tang 2002-2010, Brian Ingerson 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/watch0000644000000000000000000000015712047551317010227 0ustar version=3 http://search.cpan.org/dist/Hash-Diff/ .*/Hash-Diff-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$