--- liburi-find-perl-0.16.orig/debian/control +++ liburi-find-perl-0.16/debian/control @@ -0,0 +1,17 @@ +Source: liburi-find-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 4.0.2) +Build-Depends-Indep: perl (>= 5.8.0-7), liburi-perl +Maintainer: Dominic Hargreaves +Standards-Version: 3.6.2 + +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. --- liburi-find-perl-0.16.orig/debian/changelog +++ liburi-find-perl-0.16/debian/changelog @@ -0,0 +1,69 @@ +liburi-find-perl (0.16-1) unstable; urgency=low + + * New upstream release. + * Update Standards-Version (no changes). + + -- Dominic Hargreaves Thu, 1 Sep 2005 19:29:02 +0100 + +liburi-find-perl (0.15-2) unstable; urgency=low + + * Correct error in Description. + + -- Dominic Hargreaves 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 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 Mon, 15 Nov 2004 00:21:47 +0000 + +liburi-find-perl (0.14-2) unstable; urgency=low + + * Further clarify debian/copyright. + + -- Dominic Hargreaves Fri, 12 Nov 2004 18:36:37 +0000 + +liburi-find-perl (0.14-1) unstable; urgency=low + + * New upstream release (clarifies licence) + + -- Dominic Hargreaves Mon, 11 Oct 2004 22:32:31 +0100 + +liburi-find-perl (0.13-5) unstable; urgency=low + + * Clarify licence in debian/copyright. + + -- Dominic Hargreaves Sun, 10 Oct 2004 23:01:03 +0100 + +liburi-find-perl (0.13-4) unstable; urgency=low + + * Make linda happy. + + -- Dominic Hargreaves 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 Wed, 22 Sep 2004 00:25:33 +0100 + +liburi-find-perl (0.13-2) unstable; urgency=low + + * Enable test suite + + -- Dominic Hargreaves Tue, 21 Sep 2004 19:35:10 +0100 + +liburi-find-perl (0.13-1) unstable; urgency=low + + * Initial Release. + + -- Dominic Hargreaves Mon, 20 Sep 2004 00:52:54 +0100 + --- liburi-find-perl-0.16.orig/debian/rules +++ liburi-find-perl-0.16/debian/rules @@ -0,0 +1,90 @@ +#!/usr/bin/make -f +# This debian/rules file is provided as a template for normal perl +# packages. It was created by Marc Brockschmidt for +# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may +# be used freely wherever it is useful. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# If set to a true value then MakeMaker's prompt function will +# always return the default without waiting for user input. +export PERL_MM_USE_DEFAULT=1 + +PACKAGE=$(shell dh_listpackages) + +ifndef PERL +PERL = /usr/bin/perl +endif + +TMP =$(CURDIR)/debian/$(PACKAGE) + +# Allow disabling build optimation by setting noopt in +# $DEB_BUILD_OPTIONS +CFLAGS = -Wall -g +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +build: build-stamp +build-stamp: + dh_testdir + + # Add commands to compile the package here + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) OPTIMIZE="$(CFLAGS)" + + touch build-stamp + +clean: + dh_testdir + dh_testroot + + # Add commands to clean up after the build process here + -$(MAKE) distclean + + dh_clean build-stamp install-stamp + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + + $(MAKE) test + $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr + + # As this is a architecture independent package, we are not supposed to install + # stuff to /usr/lib. MakeMaker creates the dirs, we delete them from the deb: + rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5 + + touch install-stamp + +binary-arch: +# We have nothing to do by default. + +binary-indep: build install + dh_testdir + dh_testroot +# dh_installcron +# dh_installmenu +# dh_installexamples + dh_installdocs README + dh_installchangelogs Changes + dh_perl + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- liburi-find-perl-0.16.orig/debian/compat +++ liburi-find-perl-0.16/debian/compat @@ -0,0 +1 @@ +4 --- liburi-find-perl-0.16.orig/debian/copyright +++ liburi-find-perl-0.16/debian/copyright @@ -0,0 +1,20 @@ +This package was debianized by Dominic Hargreaves on +Mon, 20 Sep 2004 00:52:54 +0100. + +It was downloaded from CPAN . + +The upstream author is: + +Michael G Schwern with insight from Uri Gutman, +Greg Bacon, Jeff Pinyan, Roderick Schertler and others. + +Currently maintained by Roderick Schertler . + +Copyright (c) 2000 Michael G. Schwern. 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'. --- liburi-find-perl-0.16.orig/debian/watch +++ liburi-find-perl-0.16/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://www.cpan.org/modules/by-module/URI/URI-Find-(\d*\.\d*)\.tar\.gz