[liburi-find-perl] 07/09: Imported Debian patch 20100505-1

gregor herrmann gregoa at debian.org
Sat Jul 25 17:30:51 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository liburi-find-perl.

commit 1a66c62861a4985c207d64f818a0b8f1fe92e735
Merge: 67e5aea 9389752
Author: Dominic Hargreaves <dom at earth.li>
Date:   Sun Jun 13 21:19:06 2010 +0100

    Imported Debian patch 20100505-1

 Build.PL                   |   4 +-
 Changes                    |  28 ++++
 MANIFEST                   |   5 +
 MANIFEST.SKIP              |   1 +
 META.yml                   |  42 +++---
 SIGNATURE                  |  33 +++--
 bin/urifind                | 317 +++++++++++++++++++++++++++++++++++++++++++++
 debian/changelog           |   9 ++
 debian/control             |   4 +-
 lib/URI/Find.pm            |  49 +++++--
 lib/URI/Find/Schemeless.pm |   8 +-
 t/Find.t                   |   3 +
 t/html.t                   |  38 ++++++
 t/rfc3986_appendix_c.t     |   9 +-
 t/urifind/find.t           |  44 +++++++
 t/urifind/pod.t            |  17 +++
 t/urifind/sciencenews      |  95 ++++++++++++++
 17 files changed, 647 insertions(+), 59 deletions(-)

diff --cc debian/changelog
index 7775abf,0000000..1fcc496
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,98 -1,0 +1,107 @@@
++liburi-find-perl (20100505-1) unstable; urgency=low
++
++  * New upstream release
++  * Update Standards-Version (no changes)
++  * Add possible dependency on perl 5.12 to provide Module::Build and
++    Test::Simple
++
++ -- Dominic Hargreaves <dom at earth.li>  Sun, 13 Jun 2010 21:19:06 +0100
++
 +liburi-find-perl (20090319-2) unstable; urgency=low
 +
 +  * Drop perl-modules from Build-Depends since it does not provide
 +    a sufficiently recent Module::Build, and change the required version
 +    of libmodule-build-perl to 0.3000 rather than 0.30 to match the
 +    actual libmodule-build-perl package (closes: #534696)
 +
 + -- Dominic Hargreaves <dom at earth.li>  Sat, 27 Jun 2009 12:55:01 +0100
 +
 +liburi-find-perl (20090319-1) unstable; urgency=low
 +
 +  * New upstream release
 +    - Refresh debian rules file for Module::Build support
 +  * Bump debhelper compat version
 +  * Update Standards-Version (no changes)
 +  * Fix POD error in URI::Find::Schemeless (CPAN RT #47215)
 +
 + -- Dominic Hargreaves <dom at earth.li>  Sun, 21 Jun 2009 18:41:45 +0100
 +
 +liburi-find-perl (0.16-2) unstable; urgency=low
 +
 +  * Fix debian/rules rmdir bug (closes: #467926)
 +  * Update Standards-Version (no changes)
 +  * Standardize debian/watch format
 +  * debian/control: add Homepage field
 +  * Fix make distclean lintian warning
 +
 + -- Dominic Hargreaves <dom at earth.li>  Sun,  2 Mar 2008 18:31:17 +0000
 +
 +liburi-find-perl (0.16-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Update Standards-Version (no changes).
 +
 + -- Dominic Hargreaves <dom at earth.li>  Thu,  1 Sep 2005 19:29:02 +0100
 +
 +liburi-find-perl (0.15-2) unstable; urgency=low
 +
 +  * Correct error in Description.
 +
 + -- Dominic Hargreaves <dom at earth.li>  Mon,  4 Apr 2005 01:32:48 +0100
 +
 +liburi-find-perl (0.15-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Add watch file.
 +
 + -- Dominic Hargreaves <dom at earth.li>  Sat, 26 Mar 2005 02:07:34 +0000
 +
 +liburi-find-perl (0.14-3) unstable; urgency=low
 +
 +  * Add missing dependency on liburi-perl.
 +
 + -- Dominic Hargreaves <dom at earth.li>  Mon, 15 Nov 2004 00:21:47 +0000
 +
 +liburi-find-perl (0.14-2) unstable; urgency=low
 +
 +  * Further clarify debian/copyright.
 +
 + -- Dominic Hargreaves <dom at earth.li>  Fri, 12 Nov 2004 18:36:37 +0000
 +
 +liburi-find-perl (0.14-1) unstable; urgency=low
 +
 +  * New upstream release (clarifies licence)
 +
 + -- Dominic Hargreaves <dom at earth.li>  Mon, 11 Oct 2004 22:32:31 +0100
 +
 +liburi-find-perl (0.13-5) unstable; urgency=low
 +
 +  * Clarify licence in debian/copyright.
 +
 + -- Dominic Hargreaves <dom at earth.li>  Sun, 10 Oct 2004 23:01:03 +0100
 +
 +liburi-find-perl (0.13-4) unstable; urgency=low
 +
 +  * Make linda happy.
 +
 + -- Dominic Hargreaves <dom at earth.li>  Sat,  2 Oct 2004 20:02:57 +0100
 +
 +liburi-find-perl (0.13-3) unstable; urgency=low
 +
 +  * Remove auto-generation comment in description and fix minor bug in
 +    control file
 +
 + -- Dominic Hargreaves <dom at earth.li>  Wed, 22 Sep 2004 00:25:33 +0100
 +
 +liburi-find-perl (0.13-2) unstable; urgency=low
 +
 +  * Enable test suite
 +
 + -- Dominic Hargreaves <dom at earth.li>  Tue, 21 Sep 2004 19:35:10 +0100
 +
 +liburi-find-perl (0.13-1) unstable; urgency=low
 +
 +  * Initial Release.
 +
 + -- Dominic Hargreaves <dom at earth.li>  Mon, 20 Sep 2004 00:52:54 +0100
 +
diff --cc debian/control
index 0a72c1b,0000000..ec999d5
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,18 -1,0 +1,18 @@@
 +Source: liburi-find-perl
 +Section: perl
 +Priority: optional
 +Build-Depends: debhelper (>= 5)
- Build-Depends-Indep: perl (>= 5.8.0-7), liburi-perl, libmodule-build-perl (>= 0.3000), libtest-simple-perl (>= 0.82)
++Build-Depends-Indep: perl (>= 5.8.0-7), liburi-perl, perl (>= 5.12.0) | libmodule-build-perl (>= 0.3000), perl (>= 5.12.0) | libtest-simple-perl (>= 0.82)
 +Maintainer: Dominic Hargreaves <dom at earth.li>
- Standards-Version: 3.8.2
++Standards-Version: 3.8.4
 +Homepage: http://search.cpan.org/dist/URI-Find/
 +
 +Package: liburi-find-perl
 +Architecture: all
 +Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl
 +Description:  Find URIs in arbitrary text
 + This module does one thing: Finds URIs and URLs in plain text.  It finds
 + them quickly and it finds them all (or what URI::URL considers a URI
 + to be.)  It only finds URIs which include a scheme (http:// or the
 + like); for something a bit less strict have a look at
 + URI::Find::Schemeless.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liburi-find-perl.git



More information about the Pkg-perl-cvs-commits mailing list