File: control

package info (click to toggle)
libmarc-lint-perl 1.53-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 544 kB
  • sloc: perl: 4,179; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,574 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: libmarc-lint-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Vincent Danjean <vdanjean@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Damyan Ivanov <dmn@debian.org>,
           Florian Schlichting <fsfs@debian.org>,
           Robin Sheat <robin@catalyst.net.nz>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libbusiness-isbn-perl (>= 2.010) <!nocheck>,
                     libmarc-record-perl <!nocheck>,
                     perl
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmarc-lint-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmarc-lint-perl.git
Homepage: https://metacpan.org/release/MARC-Lint
Rules-Requires-Root: no

Package: libmarc-lint-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libbusiness-isbn-perl (>= 2.010),
         libmarc-record-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.