File: control

package info (click to toggle)
librdf-vcard-perl 0.012-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 296 kB
  • sloc: perl: 1,662; makefile: 17
file content (36 lines) | stat: -rw-r--r-- 1,187 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
35
36
Source: librdf-vcard-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 devscripts,
 perl,
 debhelper (>= 10~),
 dh-buildinfo,
 librdf-trine-perl,
 librdf-trinex-functions-perl,
 libtext-vfile-asdata-perl,
 liburi-perl,
 libxml-libxml-perl,
 libnamespace-clean-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
 Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com>,
 Florian Schlichting <fsfs@debian.org>
Standards-Version: 3.9.6
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/librdf-vcard-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/librdf-vcard-perl
Homepage: https://metacpan.org/release/RDF-vCard
Testsuite: autopkgtest-pkg-perl

Package: librdf-vcard-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
Recommends: ${cdbs:Recommends}
Description: convert between RDF and vCard
 Resource Description Framework (RDF) is a standard model for data
 interchange on the Web.
 .
 RDF::vCard::Exporter takes some RDF using the W3C's vCard vocabulary,
 and outputs RDF::vCard::Entity objects.
 .
 RDF::vCard::Importer does the reverse.