debian/0000755000000000000000000000000011740040712007162 5ustar debian/rules0000755000000000000000000000003611740040712010241 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000232211740040712010564 0ustar Source: libdigest-md5-file-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libwww-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Niko Tyni , gregor herrmann Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/Digest-MD5-File/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libdigest-md5-file-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdigest-md5-file-perl.git Package: libdigest-md5-file-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libwww-perl Description: Perl extension for getting MD5 sums for files and urls Digest::MD5::File adds functionality for easy calculation of MD5 checksums of entire files, directories or URLs to the standard Digest::MD5 module. . Example usage: . use Digest::MD5::File; my $md5 = Digest::MD5->new; $md5->addpath('/path/to/file.txt'); $md5->addpath(\@files); $md5->adddir('/home/tmbg/'); $md5->addurl('http://www.tmbg.com/tour.html'); my $digest = file_md5_hex($file); my $dir_hashref = dir_md5_hex($dir); my $digest = url_md5_hex($url); debian/source/0000755000000000000000000000000011740040712010462 5ustar debian/source/format0000644000000000000000000000001411740040712011670 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000321611740040712011036 0ustar libdigest-md5-file-perl (0.08-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * New upstream release. * Switch to "3.0 (quilt)" source format. * Use debhelper 8 and tiny debian/rules file. * debian/copyright: update to Copyright-Format 1.0. * Bump Standards-Version to 3.9.3; drop version from perl build dependency. * Add a lintian override; "my" is not using-first-person in perl code. -- gregor herrmann Sat, 07 Apr 2012 15:31:41 +0200 libdigest-md5-file-perl (0.07-1) unstable; urgency=low * New upstream release. * debian/watch: extended regexp for matching upstream releases. * Set Standards-Version to 3.8.0 (no changes). * Add /me to Uploaders. * debian/control: indent example to avoid wrapping. * Refresh debian/rules, no functional changes. -- gregor herrmann Sat, 26 Jul 2008 17:26:50 +0200 libdigest-md5-file-perl (0.06-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. [ Niko Tyni ] * New upstream release. * Switch to distribution-based URLs in debian/copyright and debian/watch. * Minor improvements and cleanups to debian/rules. -- Niko Tyni Wed, 28 Nov 2007 21:35:02 +0200 libdigest-md5-file-perl (0.05-1) unstable; urgency=low * Initial Release (Closes: #438834 -- ITP) -- Damyan Ivanov Mon, 20 Aug 2007 10:24:19 +0300 debian/compat0000644000000000000000000000000211740040712010360 0ustar 8 debian/copyright0000644000000000000000000000221611740040712011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Digest-MD5-File Source: http://search.cpan.org/dist/Digest-MD5-File/ Upstream-Contact: Daniel Muey Files: * Copyright: 2005, Daniel Muey License: Artistic or GPL-1+ Files: debian/* Copyright: 2007, Damyan Ivanov 2007, Niko Tyni 2008, 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/watch0000644000000000000000000000026711740040712010220 0ustar # format version number, currently 3; this line is compulsory! version=3 http://search.cpan.org/dist/Digest-MD5-File/ .*/Digest-MD5-File-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libdigest-md5-file-perl.lintian-overrides0000644000000000000000000000013211740040712017044 0ustar # "my" is in perl example code libdigest-md5-file-perl: using-first-person-in-description