debian/0002755000000000000000000000000011523271332007167 5ustar debian/compat0000644000000000000000000000000211523256552010372 0ustar 7 debian/rules0000755000000000000000000000003611523256601010246 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0002755000000000000000000000000011523271331010466 5ustar debian/source/format0000644000000000000000000000001411523256643011703 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000027210762314047010224 0ustar version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/Mail-Field-Received/ .*/Mail-Field-Received-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/changelog0000644000000000000000000000246511523271316011050 0ustar libmail-field-received-perl (0.26-1) unstable; urgency=low * New upstream release * Update Standards-Version (no changes) * Switch to minimal dh7 rules file * Update to debhelper compatibility level 7 * Update source format version to 3.0 (quilt) * Spelling correction in documentation -- Dominic Hargreaves Sat, 05 Feb 2011 15:54:47 +0000 libmail-field-received-perl (0.24-4) unstable; urgency=low * Fix debian/rules rmdir bug (closes: #467878) * Standardize debian/watch format * debian/control: add Homepage field -- Dominic Hargreaves Sat, 1 Mar 2008 17:54:29 +0000 libmail-field-received-perl (0.24-3) unstable; urgency=low * Remove test for stringify() method which is no longer supported by Mail::Field (closes: #465625) * Fix copyright notice to make lintian happy * Update Standards-Version (no changes) -- Dominic Hargreaves Sun, 24 Feb 2008 14:00:45 +0000 libmail-field-received-perl (0.24-2) unstable; urgency=low * Add build-depends and Depends on libmailtools-perl (closes: #423803) -- Dominic Hargreaves Thu, 17 May 2007 23:18:25 +0100 libmail-field-received-perl (0.24-1) unstable; urgency=low * Initial Release (closes: #419658) -- Dominic Hargreaves Thu, 19 Apr 2007 22:42:06 +0100 debian/patches/0002755000000000000000000000000011523271331010615 5ustar debian/patches/series0000644000000000000000000000001111523257015012023 0ustar spelling debian/patches/spelling0000644000000000000000000000130111523270321012344 0ustar Description: spelling fix Origin: vendor Forwarded: https://rt.cpan.org/Ticket/Display.html?id=65475 Index: trunk/Received.pm =================================================================== --- trunk.orig/Received.pm 2011-02-05 14:26:27.000000000 +0000 +++ trunk/Received.pm 2011-02-05 14:26:32.000000000 +0000 @@ -45,7 +45,7 @@ Mail::Field::Received provides subroutines for parsing Received headers from e-mails. It mostly complies with RFC822, but deviates to -accomodate a number of broken MTAs which are in common use. It also +accommodate a number of broken MTAs which are in common use. It also attempts to extract useful information which MTAs often embed within the C<(comments)>. debian/control0000644000000000000000000000172611523256546010610 0ustar Source: libmail-field-received-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl (>= 5.8.8-7), libmailtools-perl, libtest-differences-perl Maintainer: Dominic Hargreaves Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/Mail-Field-Received/ Package: libmail-field-received-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libmailtools-perl Description: mostly RFC822-compliant parser of Received headers Don't use this class directly! Instead ask Mail::Field for new instances based on the field name! . Mail::Field::Received provides subroutines for parsing Received headers from e-mails. It mostly complies with RFC822, but deviates to accommodate a number of broken MTAs which are in common use. It also attempts to extract useful information which MTAs often embed within the (comments). . It is a subclass derived from the Mail::Field and Mail::Field::Generic classes. debian/docs0000644000000000000000000000000711523256564010047 0ustar README debian/copyright0000644000000000000000000000123510760274213011124 0ustar This is the debian package for the Mail::Field::Received module. It was created by Dominic Hargreaves using dh-make-perl. The upstream author is: Adam Spiers . Copyright 1999, Adam Spiers , all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Perl is distributed under your choice of the GNU General Public License or the Artistic License. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' and the Artistic Licence in `/usr/share/common-licenses/Artistic'.