debian/0000755000000000000000000000000012232024302007154 5ustar debian/rules0000755000000000000000000000003612232024302010233 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000372012232024302010561 0ustar Source: libsru-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Ben Webb , Florian Schlichting Build-Depends: debhelper (>= 8) Build-Depends-Indep: libcgi-application-perl, libclass-accessor-perl, libcql-parser-perl (>= 1.12), libtest-exception-perl, liburi-perl, libxml-libxml-perl, libxml-simple-perl, perl (>= 5.15.2) Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/SRU/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsru-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsru-perl.git Package: libsru-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcgi-application-perl, libclass-accessor-perl, libcql-parser-perl (>= 1.12), liburi-perl, libxml-libxml-perl, libxml-simple-perl Description: framework for Search and Retrieval by URL The SRU package provides a framework for working with the Search and Retrieval by URL (SRU) protocol developed by the Library of Congress. SRU defines a web service for searching databases containing metadata and objects. SRU often goes under the name SRW which is a SOAP version of the protocol. You can think of SRU as a RESTful version of SRW, since all the requests are simple URLs instead of XML documents being sent via some sort of transport layer. . You might be interested in SRU if you want to provide a generic API for searching a data repository and a mechanism for returning metadata records. SRU defines three verbs: explain, scan and searchRetrieve which define the requests and responses in a SRU interaction. . This set of modules attempts to provide a framework for building an SRU service. The distribution is made up of two sets of Perl modules: modules in the SRU::Request::* namespace which represent the three types of requests; and modules in the SRU::Response::* namespace which represent the various responses. debian/source/0000755000000000000000000000000012232024302010454 5ustar debian/source/format0000644000000000000000000000001412232024302011662 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000223712232024302011032 0ustar libsru-perl (1.01-1) unstable; urgency=low * Team upload. * New upstream release. * debian/copyright: drop info about removed inc/Module/*. * Remove libtest-pod-perl from Build-Depends-Indep. -- gregor herrmann Wed, 23 Oct 2013 21:50:50 +0200 libsru-perl (1.00-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Florian Schlichting ] * Import Upstream version 1.00 * Update years of upstream and inc/* copyright * Make dependency on libcql-parser-perl versioned * Bump Standards-Version to 3.9.4 (update to copyright-format 1.0, directly link GPL-1) * debian/control: reformat and sort (build-)dependencies * Drop build-dependency on libtest-pod-coverage-perl, POD coverage tests are for authors only (closes: #720357) * Add myself to uploaders and copyright -- Florian Schlichting Sat, 12 Oct 2013 22:50:08 +0200 libsru-perl (0.99-1) unstable; urgency=low * Initial Release. (closes: #636379) -- Ben Webb Tue, 09 Aug 2011 17:56:55 +0000 debian/compat0000644000000000000000000000000212232024302010352 0ustar 8 debian/copyright0000644000000000000000000000225312232024302011111 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: SRU Upstream-Contact: Ed Summers Source: https://metacpan.org/release/SRU/ Files: * Copyright: 2004-2013, Ed Summers License: Artistic or GPL-1+ Files: lib/Catalyst/Controller/SRU.pm Copyright: 2005-2013, Brian Cassidy License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Ben Webb 2013, Florian Schlichting 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/watch0000644000000000000000000000014412232024302010204 0ustar version=3 https://metacpan.org/release/SRU/ .*/SRU-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$