debian/0000755000000000000000000000000011617054305007170 5ustar debian/control0000644000000000000000000000215411617054305010575 0ustar Source: libhttp-oai-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libhttp-message-perl, liburi-perl, libwww-perl, libxml-libxml-perl, libxml-sax-perl (>= 0.96), perl Maintainer: Debian Perl Group Uploaders: Robin Sheat , Chris Butler , Fabrizio Regalli , Harlan Lieberman-Berg Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/HTTP-OAI/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libhttp-oai-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhttp-oai-perl.git Package: libhttp-oai-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libhttp-message-perl, liburi-perl, libwww-perl, libxml-libxml-perl, libxml-sax-perl (>= 0.96) Description: API for the OAI-PMH HTTP::OAI is a Perl library implementing an API to use the Open Archives Initiative Protocol for Metadata Harvesting (OAI-PMH). See http://www.openarchives.org/OAI/openarchivesprotocol.html for more information. debian/copyright0000644000000000000000000000455311617054305011132 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Timothy D Brody Source: http://search.cpan.org/dist/HTTP-OAI/ Name: HTTP-OAI Files: * Copyright: 2004-2010, Timothy D Brody License: BSD All rights reserved. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of University of Southampton nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2010, Lars Wirzenius 2011, Chris Butler 2011, Fabrizio Regalli 2011, Harlan Lieberman-Berg License: GPL3+ 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 3 of the License, or (at your option) any later version. . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/watch0000644000000000000000000000015511617054305010222 0ustar version=3 http://search.cpan.org/dist/HTTP-OAI/ .*/HTTP-OAI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libhttp-oai-perl.examples0000644000000000000000000000001311617054305014076 0ustar examples/* debian/compat0000644000000000000000000000000211617054305010366 0ustar 8 debian/changelog0000644000000000000000000000263111617054305011044 0ustar libhttp-oai-perl (3.27-1) unstable; urgency=low [ Harlan Lieberman-Berg ] * New upstream release * Add myself as Uploaders and Copyright [ Fabrizio Regalli ] * New upstream release * Switch d/compat to 8. * Bump to 3.9.2 Standard-Version. * Removed version of Build-Depends-Indep and Depends. * Add myself as Uploaders and Copyright. * Switch debhelper to (>= 8). [ gregor herrmann ] * debian/rules: remove dh_clean override. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. -- Harlan Lieberman-Berg Fri, 05 Aug 2011 13:39:17 -0400 libhttp-oai-perl (3.24-1) unstable; urgency=low [ Robin Sheat ] * New uploader. * Updated standards version. [ Chris Butler ] * New upstream release * Upped Standards-Version to 3.9.1 (no changes required) * Added myself to Uploaders and copyright -- Chris Butler Sun, 27 Feb 2011 17:34:18 +0000 libhttp-oai-perl (3.23-1) unstable; urgency=low * Initial Release. (Closes: #576757) * Set build-dependency on libxml-sax-perl to be >= 0.96, not >= 1. The actual Perl module needed is version 1, but its parent module (and the Debian package) is 0.96. Verified this with Grant McLean, the upstream maintainer. (Documented here for posterity, in case anyone wonders what's going on.) -- Lars Wirzenius Fri, 09 Apr 2010 13:47:35 +1200 debian/source/0000755000000000000000000000000011617054305010470 5ustar debian/source/format0000644000000000000000000000001411617054305011676 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000046011617054305010250 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install mv $(TMP)/usr/bin/oai_browser.pl $(TMP)/usr/bin/oai_browser mv $(TMP)/usr/share/man/man1/oai_browser.pl.1p \ $(TMP)/usr/share/man/man1/oai_browser.1p