File: control

package info (click to toggle)
libbiblio-counter-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 336 kB
  • sloc: perl: 1,684; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,539 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
37
38
Source: libbiblio-counter-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Mason James <mtj@kohaaloha.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libtext-csv-perl <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libbiblio-counter-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libbiblio-counter-perl.git
Homepage: https://metacpan.org/release/Biblio-COUNTER
Rules-Requires-Root: no

Package: libbiblio-counter-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libtext-csv-perl
Description: modules for handling COUNTER reports
 Biblio::COUNTER provides modules for handling COUNTER reports.
 .
 Because the COUNTER Codes of Practice are so poorly written and documented,
 with incomplete specifications and inconsistent terminology, it has been
 necessary to make certain assumptions and normalizations in the code and
 documentation of this module.
 .
 First, all reports must be in plain text, tab- or comma-delimited format;
 Excel spreadsheets are not allowed. (To convert an Excel spreadsheet to
 tab-delimited text, consider using Spreadsheet::ParseExcel::Simple.
 .
 (XML formats may be handled in a future version of this module.)
 .
 See also:
  https://www.projectcounter.org/
  https://metacpan.org/pod/Spreadsheet::ParseExcel::Simple