debian/0000755000000000000000000000000012231171621007162 5ustar debian/watch0000644000000000000000000000022011212456056010213 0ustar # format version number version=3 http://search.cpan.org/dist/Net-Z3950-ZOOM/ .*/Net-Z3950-ZOOM-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libnet-z3950-zoom-perl.examples0000644000000000000000000000001211076175402014711 0ustar samples/* debian/rules0000755000000000000000000000073711404722077010261 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_test: # test that don't need network access # running all once for new packages might be a good idea dh_auto_test -- TEST_FILES="t/10-options.t t/11-option-callback.t t/17-logging.t t/20-options.t t/21-option-callback.t t/27-logging.t" override_dh_auto_install: dh_auto_install # zselect and zoomdump in examples are enough $(RM) -rv $(TMP)/usr/bin/ debian/libnet-z3950-zoom-perl.docs0000644000000000000000000000000711076175420014027 0ustar README debian/copyright0000644000000000000000000000215411377553721011136 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Mike Taylor, Source: http://search.cpan.org/dist/Net-Z3950-ZOOM/ Name: Net-Z3950-ZOOM Files: * Copyright: 2005-2007, Index Data License: Artistic or GPL-1+ Files: debian/* Copyright: 2006-2010, gregor herrmann 2007, Vincent Danjean 2007, Damyan Ivanov 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' debian/source/0000755000000000000000000000000011404722266010472 5ustar debian/source/format0000644000000000000000000000001411377553501011703 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211076176634010377 0ustar 7 debian/control0000644000000000000000000000323411404721105010566 0ustar Source: libnet-z3950-zoom-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7.0.50~), libyaz4-dev | libyaz-dev, libmarc-record-perl, perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Vincent Danjean , Damyan Ivanov Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/Net-Z3950-ZOOM/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-z3950-zoom-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-z3950-zoom-perl/ Package: libnet-z3950-zoom-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libmarc-record-perl Replaces: libnet-z3950-perl (<< 1.21-1) Conflicts: libnet-z3950-perl (<< 1.21-1) Description: Perl extension implementing the ZOOM API for Information Retrieval via Z39.50 Net::Z3950::ZOOM provides a nice, Perlish implementation of the ZOOM Abstract API described and documented at http://zoom.z3950.org/api/ . The ZOOM module is implemented as a set of thin classes on top of the non-OO functions provided by this distribution's Net::Z3950::ZOOM module, which in turn is a thin layer on top of the ZOOM-C code supplied as part of Index Data's YAZ Toolkit. Because ZOOM-C is also the underlying code that implements ZOOM bindings in C++, Visual Basic, Scheme, Ruby, .NET (including C#) and other languages, this Perl module works compatibly with those other implementations. (Of course, the point of a public API such as ZOOM is that all implementations should be compatible anyway; but knowing that the same code is running is reassuring.) debian/changelog0000644000000000000000000001353612231171621011044 0ustar libnet-z3950-zoom-perl (1.26-1build3) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 10:27:45 +0100 libnet-z3950-zoom-perl (1.26-1build2) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson Tue, 15 Nov 2011 20:07:02 +0000 libnet-z3950-zoom-perl (1.26-1build1) oneiric; urgency=low * Rebuild for Perl 5.12. -- Colin Watson Sun, 08 May 2011 13:21:33 +0100 libnet-z3950-zoom-perl (1.26-1) unstable; urgency=low * New upstream release. * Add virtual package libyaz-dev as an alternative to libyaz4-dev build dependency. -- gregor herrmann Sat, 12 Jun 2010 17:15:40 +0200 libnet-z3950-zoom-perl (1.25-2) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * Remove transitional dummy package libnet-z3950-zoom-perl now that lenny is released. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * Change build dependency from old libyaz3-dev to new libyaz4-dev (closes: #583418). * Set Standards-Version to 3.8.4; remove version from perl build dependency. * Simplify debian/rules. * Convert to source format 3.0 (quilt). * debian/copyright: update formatting. -- gregor herrmann Thu, 27 May 2010 22:38:53 +0200 libnet-z3950-zoom-perl (1.25-1) unstable; urgency=low * New upstream release. * debian/copyright: switch to new format. * Set debhelper compatibility level to 7; adapt debian/{control,compat,rules}. * debian/watch: remove trailing "debian". -- gregor herrmann Fri, 17 Oct 2008 23:18:55 +0200 libnet-z3950-zoom-perl (1.24-1) unstable; urgency=low * New upstream release. * Set Standards-Version to 3.8.0 (no changes). -- gregor herrmann Wed, 18 Jun 2008 19:01:19 +0200 libnet-z3950-zoom-perl (1.23-1) unstable; urgency=low * New upstream release. * debian/copyright: update years of packaging copyright. -- gregor herrmann Thu, 12 Jun 2008 15:58:14 +0200 libnet-z3950-zoom-perl (1.21-2) unstable; urgency=low * debian/rules: run only those tests that don't need a network connection (closes: #478115). -- gregor herrmann Sun, 27 Apr 2008 15:52:26 +0200 libnet-z3950-zoom-perl (1.21-1) unstable; urgency=low [ Vincent Danjean ] * New upstream release * Update Version-Standards to 3.7.3 (no change needed) [ Jose Luis Rivas ] * debian/rules: `touch $@' instead of `touch *-stamp' * debian/copyright: + fixed formatting. + Updated dates of copyright. [ gregor herrmann ] * debian/rules: - remove /usr/bin and /usr/share/perl5 only if they exist - refresh the file to match the current common practice * debian/watch: use dist-based URL. * debian/control: - wrap long line - change my email address - remove build dependency on libxslt1-dev * Add transitional dummy package libnet-z3950-perl - libnet-z3950-zoom-perl is the successor of libnet-z3950-perl; also add debian/TODO to remind us to remove the package after the release of "lenny". - Adapt $(PACKAGE) in debian/rules. - Also closes: #477961 (FTBFS in old libnet-z3950-perl package). [ Damyan Ivanov ] * debian/watch: drop svn-upgrade call; clean version comment -- gregor herrmann Sat, 26 Apr 2008 17:24:10 +0200 libnet-z3950-zoom-perl (1.19-1) UNRELEASED; urgency=low [ Damyan Ivanov ] * New upstream release * Move test from install to build target * Drop unused dh_* calls * Add myself to Uploaders [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: Homepage pseudo-field (Description); XS-Vcs-Svn fields. [ Vincent Danjean ] * add current version (debian) and action (svn-upgrade) in watch file -- gregor herrmann Tue, 09 Oct 2007 22:31:18 +0200 libnet-z3950-zoom-perl (1.16-2) experimental; urgency=low * rebuild against current libyaz2-dev so that dependencies is correct (previous not released libyaz2-dev generated bad dependencies) -- Vincent Danjean Sat, 10 Feb 2007 23:03:49 +0100 libnet-z3950-zoom-perl (1.16-1) experimental; urgency=low [ gregor herrmann ] * New upstream release. * Changed versioned Build-Depends of libyaz2-dev (>= 2.1.45). * Add XS-Vcs-Svn field to debian/control. * Change mirror in debian/watch. [ Vincent Danjean ] * Change distribution to experimental (as libyaz2-dev is there for now) * Add myself to Uploaders * Add a copyright for debian packaging -- Vincent Danjean Fri, 26 Jan 2007 09:10:10 +0100 libnet-z3950-zoom-perl (1.14-1) unstable; urgency=low * New upstream release. * Changed versioned Build-Depends of libyaz2-dev (>= 2.1.40). * Add libxslt1-dev and libxml2-dev to Build-Depends. -- gregor herrmann Fri, 12 Jan 2007 17:58:23 +0100 libnet-z3950-zoom-perl (1.10-1) unstable; urgency=low * New upstream release. * Changed versioned Build-Depends of libyaz-dev (>= 2.1.21). -- gregor herrmann Fri, 21 Jul 2006 12:47:51 +0200 libnet-z3950-zoom-perl (1.08-1) unstable; urgency=low * New upstream release. * Add correct versioned dependency on libyaz-dev (>= 2.1.11). -- gregor herrmann Fri, 12 May 2006 14:58:14 +0200 libnet-z3950-zoom-perl (1.07-1) unstable; urgency=low * New upstream release. -- gregor herrmann Thu, 11 May 2006 22:00:32 +0200 libnet-z3950-zoom-perl (1.06-1) unstable; urgency=low * Initial Release. -- gregor herrmann Wed, 10 May 2006 17:05:03 +0200