File: control

package info (click to toggle)
libconvert-ascii-armour-perl 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 72 kB
  • ctags: 12
  • sloc: perl: 249; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 1,045 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
Source: libconvert-ascii-armour-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl,
 perl (>= 5.10) | libio-compress-perl | libcompress-zlib-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/Convert-ASCII-Armour/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconvert-ascii-armour-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libconvert-ascii-armour-perl/

Package: libconvert-ascii-armour-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
 perl (>= 5.10) | libio-compress-perl | libcompress-zlib-perl
Description: module to convert binary into ASCII-armoured messages
 Convert::ASCII::Armour is a Perl module designed to convert hashes of binary
 octets into ASCII messages suitable for transfer over 6-bit clean transport
 channels. The encoded ASCII resembles PGP's armoured messages, but are in no
 way compatible with PGP.