File: control

package info (click to toggle)
liblibrary-callnumber-lc-perl 0.23-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: perl: 338; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,670 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
35
36
Source: liblibrary-callnumber-lc-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblibrary-callnumber-lc-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblibrary-callnumber-lc-perl.git
Homepage: https://metacpan.org/release/Library-CallNumber-LC

Package: liblibrary-callnumber-lc-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Multi-Arch: foreign
Description: utility functions to deal with Library-of-Congress call numbers
 Library::CallNumber::LC is mostly designed to do call number normalization,
 with the following goals:
 .
  * The normalized call numbers are comparable with each other, for proper
    sorting
  * The normalized call number is a short as possible, so left-anchored
    wildcard searches are possible (e.g., searching on "A11*" should give you
    all the A11 call numbers)
  * A range defined by start_of_range and end_of_range should be correct,
    assuming that the string given for the end of the range is, in fact, a
    left prefix
 .
 That last point needs some explanation. The idea is that if someone gives a
 range of, say, A-AZ, what they really mean is A - AZ9999.99. The end_of_range
 method pads the given call number out to three cutters if need be. There is no
 attempt to make end_of_range normalization correspond to anything in real life.