File: control

package info (click to toggle)
libx500-dn-perl 0.29-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 84 kB
  • ctags: 39
  • sloc: perl: 145; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,032 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
Source: libx500-dn-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
 Ansgar Burchardt <ansgar@43-1.org>
Standards-Version: 3.8.2
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libx500-dn-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libx500-dn-perl/
Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
Build-Depends-Indep: perl (>= 5.8.0-7), libparse-recdescent-perl
Homepage: http://search.cpan.org/dist/X500-DN/

Package: libx500-dn-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libparse-recdescent-perl
Description: Perl parser and formatter for RFC 2253 style DN strings
 X500::DN handles X.500 DNs (Distinguished Names). Currently, it parses DN
 strings formatted according to RFC 2253 syntax into an internal format and
 produces RFC 2253 formatted string from it.
 .
 X500::RDN handles X.500 RDNs (Relative Distinguished Names). This is a
 supporting module for X500::DN.