debian/0000755000000000000000000000000012033402313007155 5ustar debian/rules0000755000000000000000000000003612033402313010234 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000267312033402313010570 0ustar Source: libmarc-lint-perl Maintainer: Debian Perl Group Uploaders: Vincent Danjean , gregor herrmann , Jonathan Yu , Damyan Ivanov , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libbusiness-isbn-perl, libmarc-record-perl Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmarc-lint-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libmarc-lint-perl.git Homepage: http://search.cpan.org/dist/MARC-Lint/ Package: libmarc-lint-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libmarc-record-perl, libbusiness-isbn-perl Description: Perl extension for checking validity of MARC records MARC::Lint is a Perl module for checking the validity of MARC records. Most of the users will want to do something like is shown in the synopsis. Other users may choose instead to overload MARC::Lint's methods and provide their own special field-level checking. If you have certain requirements, such as making sure that all 952 tags have a certain call number in them, you can write a function that checks for that, and still get all the benefits of the MARC::Lint framework. debian/source/0000755000000000000000000000000012033402313010455 5ustar debian/source/format0000644000000000000000000000001412033402313011663 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000723312033402313011034 0ustar libmarc-lint-perl (1.46-1) unstable; urgency=low * Imported Upstream version 1.46. * Dropped 01_fix-man-name.patch, applied upstream. -- Florian Schlichting Thu, 04 Oct 2012 23:25:36 +0200 libmarc-lint-perl (1.45-1) unstable; urgency=low [ Ryan Niebur ] * Email change: Jonathan Yu -> jawnsy@cpan.org. [ gregor herrmann ] * debian/rules: switch order of arguments to dh. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Florian Schlichting ] * Imported Upstream version 1.45. * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0). * Bumped years of upstream copyright. * Bumped dh compatibility to level 8 (no changes necessary). * Switched to source format 3.0 (quilt). * Refreshed and forwarded 01_fix-man-name.patch. * Added myself to uploaders and copyright. -- Florian Schlichting Fri, 31 Aug 2012 23:09:21 +0200 libmarc-lint-perl (1.44-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release (IMPORTANT FIXES) + _check_article now has exceptions: 'A to ', 'A isn\'t ' + Updated Lint::DATA section with Oct 2007 & 2008 updates + Update MARC::Lint::CodeData with most recent version * Standards-Version 3.8.3 (drop perl version dependency) * Use short debhelper rules format * Updated gregoa's email address * Drop version dependency on libbusiness-isbn-perl (>= 2.03), since version 2.03.01 is in stable * Added myself to Uploaders and Copyright * Updated to machine-readable copyright format * Refreshed dam's patch for whatis, added headers per DEP3 * Compacted control description [ gregor herrmann ] * debian/watch: use dist-based URL. * Add debian/README.source to document quilt usage, as required by Debian Policy since 3.8.0. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. -- Jonathan Yu Sat, 29 Aug 2009 19:04:20 -0400 libmarc-lint-perl (1.43-1) unstable; urgency=low [ gregor herrmann ] * New upstream release. * Bump (build) dependency on libbusiness-isbn-perl to (>= 2.03). * Remove business-isbn.patch, not needed anymore. * Add upstream URL to debian/copyright and as Homepage to debian/control. * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza). Removed: XS-Vcs-Svn fields. [ Damyan Ivanov ] * Clean up debian/watch, remove uupdate invocation as we use svn-* * Migrate from CDBS to DH * Add 01_fix-man-name.patch to fix CodeData whatis entry * Drop cdbs and patchutils from Build-Depends * Add myself as an Uploader -- Damyan Ivanov Fri, 12 Oct 2007 07:44:23 +0300 libmarc-lint-perl (1.42-3) unstable; urgency=medium * Remove empty /usr/lib/perl5 directory from binary package. * Add patch business-isbn.patch to fix FTBFS (closes: #442710). -- gregor herrmann Sun, 16 Sep 2007 20:21:40 +0200 libmarc-lint-perl (1.42-2) unstable; urgency=low * Add libmarc-record-perl to build dependencies (closes: #411091). * Move libbusiness-isbn-perl and libmarc-record-perl to Build-Depends-Indep. -- gregor herrmann Fri, 16 Feb 2007 00:24:18 +0100 libmarc-lint-perl (1.42-1) unstable; urgency=low * Initial release. (Closes: #408061: ITP: libmarc-lint-perl -- Perl extension for checking validity of MARC records - Debian Bug report logs) -- Vincent Danjean Wed, 24 Jan 2007 16:25:27 +0100 debian/compat0000644000000000000000000000000212033402313010353 0ustar 8 debian/copyright0000644000000000000000000000240512033402313011111 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MARC-Lint Upstream-Contact: Bryan Baldus Source: http://search.cpan.org/dist/MARC-Lint/ Files: * Copyright: 2001-2011, Bryan Baldus 2001-2011, Ed Summers 2001-2011, Lester License: Artistic or GPL-1+ Files: debian/* Copyright: 2007, Vincent Danjean 2007, gregor herrmann 2007, Damyan Ivanov 2009, Jonathan Yu 2012, 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/watch0000644000000000000000000000015512033402313010207 0ustar version=3 http://search.cpan.org/dist/MARC-Lint/ .*/MARC-Lint-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)