From: Ian Beckwith Date: Sun, 20 Mar 2011 22:49:59 +0000 (+0000) Subject: Merge commit 'upstream/0.16' X-Git-Tag: 0.16-1~2 X-Git-Url: http://erislabs.net/gitweb/?p=libwww-opensearch-perl.git;a=commitdiff_plain;h=9c72dc0e329cb560fbb4a624a7ca68c8aa294e8c;hp=70fa825da53bce7cee2d56a3a9d3cbeb2b4c7076 Merge commit 'upstream/0.16' --- diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..492a957 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,65 @@ +libwww-opensearch-perl (0.15-1) unstable; urgency=low + + * New upstream version. + * debian/rules: support DEB_BUILD_OPTIONS=nocheck + * debian/control: + + Change maintainer email address. + + Remove DM-Upload-Allowed flag. + + Standards-Version: 3.8.3. + + Add Homepage: field. + * debian/copyright: update, use machine-parseable format. + + -- Ian Beckwith Sun, 22 Nov 2009 02:46:36 +0000 + +libwww-opensearch-perl (0.14-1) unstable; urgency=low + + * New upstream version, with updated libwww-perl dependency. + + -- Ian Beckwith Thu, 17 Apr 2008 21:01:11 +0100 + +libwww-opensearch-perl (0.13-3) unstable; urgency=low + + * Bump libwww-perl dependencies to >= 5.811, as we + FTBFS with 5.810 (Closes: #476047). + * Downgrade debhelper compat level to 5 for backporters. + + -- Ian Beckwith Wed, 16 Apr 2008 16:34:44 +0100 + +libwww-opensearch-perl (0.13-2) unstable; urgency=low + + * Only remove $(TMP)/usr/lib/perl5 if it exists (Closes: #467934). + * Bump debhelper compat level to 6. + * Drop unnecessary '-1' from dependencies. + + -- Ian Beckwith Wed, 27 Feb 2008 14:01:00 +0000 + +libwww-opensearch-perl (0.13-1) unstable; urgency=low + + * New upstream version. + * Remove POD patch, now incorporated upstream. + + -- Ian Beckwith Sun, 30 Dec 2007 19:12:03 +0000 + +libwww-opensearch-perl (0.12-2) unstable; urgency=low + + * Set DM-Upload-Allowed: yes. + * Fix FTBFS: Added missing POD stubs picked up by new + Test::Pod::Coverage (Closes: #456833). + * Updated maintainer email address. + * Standards-Version: 3.7.3 (no changes). + + -- Ian Beckwith Thu, 20 Dec 2007 01:14:50 +0000 + +libwww-opensearch-perl (0.12-1) unstable; urgency=low + + * New upstream version. + * Added dependency on liburi-template-perl. + * Added watch file. + + -- Ian Beckwith Sun, 13 May 2007 20:47:32 +0100 + +libwww-opensearch-perl (0.08-1) unstable; urgency=low + + * Initial Release (Closes: #386482). + + -- Ian Beckwith Wed, 20 Sep 2006 02:10:09 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..44e1242 --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: libwww-opensearch-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 5) +Build-Depends-Indep: perl (>= 5.8.8-6.1), libtest-pod-perl (>= 1.02), libtest-pod-coverage-perl, libdata-page-perl (>= 2.00), libwww-perl (>= 5.811), liburi-perl, liburi-template-perl, libxml-feed-perl (>= 0.08), libxml-libxml-perl (>= 1.58) +Maintainer: Ian Beckwith +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/WWW-OpenSearch/ + +Package: libwww-opensearch-perl +Architecture: all +Depends: libdata-page-perl (>= 2.00), libwww-perl (>= 5.811), liburi-perl, liburi-template-perl, libxml-feed-perl (>= 0.08), libxml-libxml-perl (>= 1.58), ${perl:Depends}, ${misc:Depends} +Description: search OpenSearch compatible web sites + WWW::OpenSearch is a perl module to search web sites that provide + an OpenSearch description and handle responses in Atom or RSS. + . + See http://opensearch.a9.com/ for more information on OpenSearch. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..c4e9bec --- /dev/null +++ b/debian/copyright @@ -0,0 +1,34 @@ +Name: WWW::OpenSearch +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/?rev=59&sc=1 +Source: http://search.cpan.org/dist/WWW-OpenSearch/ + +Copyright: 2005-2009 by Tatsuhiko Miyagawa and Brian Cassidy +License: Artistic or GPL-1+ + +Files: inc/* +Copyright: 2002 - 2009 Brian Ingerson, Audrey Tang and Adam Kennedy. +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2006-2009 Ian Beckwith +License: Artistic or GPL-1+ + +License: Artistic or GPL-1+ + This library is free software; you can redistribute it and/or modify it + under the same terms as Perl itself. + + + Those terms are (from /usr/share/doc/perl/copyright): + + This program is free software; you can redistribute it and/or modify + it under the terms of either: + + a) the GNU General Public License as published by the Free Software + Foundation; either version 1, or (at your option) any later + version, or + + b) the "Artistic License" which comes with Perl. + + 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'. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..ac51683 --- /dev/null +++ b/debian/rules @@ -0,0 +1,71 @@ +#!/usr/bin/make -f +# Debian Customisations Copyright 2006 Ian Beckwith +# Based on a template by Marc Brockschmidt + +# 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=libwww-opensearch-perl + +ifndef PERL +PERL = /usr/bin/perl +endif + +TMP =$(CURDIR)/debian/$(PACKAGE) + +build: build-stamp +build-stamp: + dh_testdir + + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + + [ ! -f Makefile ] || $(MAKE) realclean + + dh_clean build-stamp install-stamp + +install: build install-stamp +install-stamp: + dh_testdir + dh_testroot + dh_clean -k + +ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) + $(MAKE) test +endif + + $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr + + [ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(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_installdocs README + dh_installchangelogs Changes + dh_perl + dh_link + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..6c4e20a --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://www.cpan.org/modules/by-module/WWW/WWW-OpenSearch-(.*)\.tar\.gz