File: control

package info (click to toggle)
libmarc-crosswalk-dublincore-perl 0.02-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 100 kB
  • ctags: 9
  • sloc: perl: 481; makefile: 43
file content (27 lines) | stat: -rw-r--r-- 1,316 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
Source: libmarc-crosswalk-dublincore-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl,
 libmarc-record-perl, libdublincore-record-perl,
 libtest-pod-perl, libtest-pod-coverage-perl
Build-Depends-Indep: perl (>= 5.8.8-12)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Vincent Danjean <vdanjean@debian.org>
Standards-Version: 3.7.2
Homepage: http://search.cpan.org/dist/MARC-Crosswalk-DublinCore/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmarc-crosswalk-dublincore-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-crosswalk-dublincore-perl/

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
 This module 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.