debian/0000755000000000000000000000000012174025663007174 5ustar debian/rules0000755000000000000000000000003612174025663010253 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000227512174025663010605 0ustar Source: libemail-find-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Francesco Cecconi Standards-Version: 3.9.4 Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libemail-valid-perl, libemail-address-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libemail-find-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libemail-find-perl.git Homepage: https://metacpan.org/module/Email::Find Package: libemail-find-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libemail-valid-perl, libemail-address-perl Description: module to find RFC 822 email addresses in plain text Email::Find is a module for finding a subset of RFC 822 email addresses in arbitrary text. The addresses it finds are not guaranteed to exist or even actually be email addresses at all, but they will be valid RFC 822 syntax. . Email::Find will perform some heuristics to avoid some of the more obvious red herrings and false addresses, but there's only so much which can be done without a human. debian/source/0000755000000000000000000000000012174025663010474 5ustar debian/source/format0000644000000000000000000000001412174025663011702 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000740412174025663011053 0ustar libemail-find-perl (0.10-dfsg-3) unstable; urgency=low * debian/control: + changed Maintainer field for perl group. + added Uploaders field. + added Vcs-* fields. + update Standards-Version to 3.9.4. + increased debhelper to version 8. + updated homepage url to metacpan.org. + removed perl version. + removed test-simple dep. + updated short description. * debian/compat: + increased to version 8. * debian/rules: + switched to the 3-lines dh. + README is not shipped anymore. * debian/copyright: + updated to the new standard 1.0. + inserted note for dfsg. + inserted repack.stub copyright. * debian/watch: + updated to metacpan. + added debian/repack.stub. * debian/patch: + updated fix_pod2man_errors.diff. * debian/ + added repack.stub and repack.local scripts. -- Francesco Cecconi Wed, 17 Jul 2013 19:46:16 +0200 libemail-find-perl (0.10-dfsg-2) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format. * debian/control: + update Standard-Version to 3.9.3. + update debhelper to version 5. + inserted new Homepage field in control file. Closes: #615336 + updated homepage. + updated dependes control field with ${misc:Depends}. - removed old homepage field. * debian/compat: updated to level 5. * debian/rules: add build-arch and build-indep. * debian/watch: update for uversionmangle. * debian/copyright: update GPL to GPL-1. * new fix_pod2man_errors.diff, fix pod2man errors with documentation. -- Francesco Cecconi Sat, 14 Jul 2012 11:16:03 +0100 libemail-find-perl (0.10-dfsg-1.1) unstable; urgency=low * Non-maintainer upload. * Fix FTBFS with Perl 5.10. Closes: #467823 -- Mark Hymers Sat, 05 Apr 2008 21:09:03 +0100 libemail-find-perl (0.10-dfsg-1) unstable; urgency=low * New upstream. -- Francesco Cecconi Mon, 22 Jan 2007 16:00:28 +0100 libemail-find-perl (0.09-dfsg-2) unstable; urgency=high * changed tests for the new rules of Email::Valid (Closes: #403089 ) -- Francesco Cecconi Fri, 15 Dec 2006 22:11:08 +0100 libemail-find-perl (0.09-dfsg-1) unstable; urgency=high * Removed Non-free IETF RFC/I-Ds in source packages (Closes: #393386) -- Francesco Cecconi Sat, 4 Nov 2006 10:47:48 +0100 libemail-find-perl (0.09-4) unstable; urgency=low * [debian/control]: changed Standards-Version to 3.7.2, moved debhelper to Build-Depends -- Francesco Cecconi Mon, 12 Jun 2006 10:50:41 +0200 libemail-find-perl (0.09-3) unstable; urgency=low * New maintainer. (Closes: #344452: RFA: libemail-find-perl -- Perl module to find RFC 822 email addresses in arbitrary text) * [debian/control]: changed libmailtools-perl with libemail-address-perl for direct access of very fast RFC 2822 parser that locates email addresses in strings and returns a list of Email::Address objects found. -- Francesco Cecconi Sat, 4 Mar 2006 17:33:15 +0100 libemail-find-perl (0.09-2) unstable; urgency=low * New maintainer. (Closes: #331091: ITA: libemail-find-perl -- Perl module to find RFC 822 email addresses in arbitrary text) * debian/control: add upstream Homepage to long description * debian/copyright: extend note about previous and current maintainer * minor adjustments to follow latest Perl Policy * Standards-Version 3.6.2, no changes required -- Florian Ernst Fri, 7 Oct 2005 14:40:01 +0200 libemail-find-perl (0.09-1) unstable; urgency=low * Initial release (closes: #210662). -- Kenneth J. Pronovici Fri, 12 Sep 2003 10:58:46 -0500 debian/compat0000644000000000000000000000000212174025663010372 0ustar 8 debian/patches/0000755000000000000000000000000012174025663010623 5ustar debian/patches/fix_pod2man_errors.diff0000644000000000000000000000106712174025663015263 0ustar Description: missing back tag before head1. Author: francesco.cecconi Last-update: 2013-07-18 Forwarded: not-needed Bug: https://rt.cpan.org/Public/Bug/Display.html?id=80268 --- libemail-find-perl-0.10-dfsg.orig/lib/Email/Find.pm +++ libemail-find-perl-0.10-dfsg/lib/Email/Find.pm @@ -135,6 +135,8 @@ object representing the address found. original email as found in the text. Whatever the callback returns will replace the original text. +=back + =head1 FUNCTIONS For backward compatibility, Email::Find exports one function, debian/patches/series0000644000000000000000000000003012174025663012031 0ustar fix_pod2man_errors.diff debian/copyright0000644000000000000000000000341212174025663011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Email::Find Upstream-Contact: Tatsuhiko Miyagawa Source: https://metacpan.org/module/Email::Find Comment: The upstream sources were repacked in order to remove a non-free IETF RFC/I-Ds in the t/ directory. . The +dfsg tarball can be created using the repack.sh script (via repack.stub). Files: * Copyright: 2000-2001 Michael G Schwern License: Artistic or GPL-1+ Comment: The author STRONGLY SUGGESTS that this module not be used for the purposes of sending unsolicited email (ie. spamming) in any way, shape or form or for the purposes of generating lists for commercial sale. If you use this module for spamming I reserve the right to make fun of you. Files: debian/* Copyright: 2003-2005, Kenneth J. Pronovici 2005-2006, Florian Ernst 2006-2013, Francesco Cecconi License: Artistic or GPL-1+ Files: debian/repack.stub Copyright: 2009, Ryan Niebur 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/repack.local0000644000000000000000000000004612174025663011455 0ustar MANIFEST=1 rm t/RFC822.t t/rfc822.txt debian/watch0000644000000000000000000000026612174025663010231 0ustar version=3 opts=dversionmangle=s/[-+]dfsg$// \ https://metacpan.org/release/Email-Find/ .*/Email-Find-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ \ debian sh debian/repack.stub debian/repack.stub0000644000000000000000000000346412174025663011347 0ustar #!/bin/sh : <<=cut =pod =head1 NAME repack.stub - script to repack upstream tarballs from uscan =head1 INSTRUCTIONS put this in debian/repack.stub and add "debian sh debian/repack.stub" to the end of the line in debian/watch. you will also need to add a version mangle to debian/watch. then create a debian/repack.local. this is a shell script that is sourced under "set -e", so be careful to check returns codes. =head1 FUNCTIONS =over 4 =item rm rm is replaced by a function that does some magic ("rm -rv" by default), but also changes MANIFEST if $MANIFEST is 1 =item mv mv is replaced by a function that just does mv (by default), but also changes MANIFEST if $MANIFEST is 1 =item requires_version requires_version is there for future usage for requiring certain versions of the script =back =head1 VARIABLES =over 4 =item SUFFIX defaults to +dfsg what to append to the upstream version =item RM_OPTS defaults to -vrf options to pass to rm =item MANIFEST defaults to 0, set to 1 to turn on. this will manipulate MANIFEST files in CPAN tarballs. =item UP_BASE this is the directory where the upstream source is. =back =head1 COPYRIGHT AND LICENSE Copyright 2009, Ryan Niebur License: Artistic or GPL-1+ =cut if [ -z "$REPACK_SH" ]; then if [ -f ../../scripts/repack.sh ]; then REPACK_SH=../../scripts/repack.sh fi if [ -z "$REPACK_SH" ] && which repack.sh > /dev/null; then REPACK_SH=$(which repack.sh) fi fi if [ ! -f "$REPACK_SH" ]; then echo "Couldn't find a repack.sh. please put it in your PATH, put it at ../../scripts/repack.sh, or put it somewhere else and set the REPACK_SH variable" echo "You can get it from http://anonscm.debian.org/gitweb/?p=pkg-perl/scripts.git;a=blob_plain;f=repack.sh;hb=HEAD" exit 1 fi exec "$REPACK_SH" "$@"