File: control

package info (click to toggle)
libmarc-crosswalk-dublincore-perl 0.02-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 116 kB
  • ctags: 5
  • sloc: perl: 481; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,462 bytes parent folder | download | duplicates (2)
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-crosswalk-dublincore-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Vincent Danjean <vdanjean@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9~),
               libmodule-build-perl,
               perl,
               libmarc-record-perl,
               libdublincore-record-perl,
               libtest-pod-perl,
               libtest-pod-coverage-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmarc-crosswalk-dublincore-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmarc-crosswalk-dublincore-perl.git
Homepage: https://metacpan.org/release/MARC-Crosswalk-DublinCore

Package: libmarc-crosswalk-dublincore-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libmarc-record-perl,
         libdublincore-record-perl
Description: Convert data between MARC and Dublin Core
 MARC::Crosswalk::DublinCore provides an implentation of the LOC's spec
 on how to convert metadata between MARC and Dublin Core format. The spec
 for converting MARC to Dublin Core is available at:
 http://www.loc.gov/marc/marc2dc.html, and from DC to MARC:
 http://www.loc.gov/marc/dccross.html.
 .
 NB: The conversion cannot be done in a round-trip manner. i.e. Doing a
 conversion from MARC to DC, then trying to go back to MARC will not yield the
 original record.