File: control

package info (click to toggle)
libconvert-uulib-perl 1%3A1.4~dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 652 kB
  • ctags: 505
  • sloc: ansic: 8,151; perl: 145; makefile: 51; awk: 13
file content (27 lines) | stat: -rw-r--r-- 1,141 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: libconvert-uulib-perl
Section: perl
Priority: optional
Build-Depends: cdbs (>= 0.4.73~),
 perl,
 debhelper (>= 6),
 dh-buildinfo
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libconvert-uulib-perl
Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libconvert-uulib-perl.git
Homepage: http://search.cpan.org/dist/Convert::UUlib/

Package: libconvert-uulib-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Perl interface to the uulib library (a.k.a. uudeview/uuenview)
 Convert::UUlib is a versatile and powerful decoder/encoder library
 for a variety of encodings used in Usenet and Mail (uuencode,
 xxencode, b64, binhex...).
 .
 The library contains a variety of heuristics to reliably decode
 any files found in the input files, whether part of a single
 mail folder or spread over hundreds of files. Its two-pass
 architecture makes it possible to decode hundreds of megabytes in
 one sweep, without using much virtual memory.