File: control

package info (click to toggle)
libcompress-bzip2-perl 2.26-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,224 kB
  • ctags: 1,460
  • sloc: ansic: 5,825; xml: 2,408; perl: 1,098; sh: 255; makefile: 181; pascal: 122
file content (31 lines) | stat: -rw-r--r-- 1,269 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
28
29
30
31
Source: libcompress-bzip2-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: bzip2,
               debhelper (>= 9.20120312),
               libbz2-dev,
               libtest-pod-perl,
               perl
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcompress-bzip2-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcompress-bzip2-perl.git
Homepage: https://metacpan.org/release/Compress-Bzip2

Package: libcompress-bzip2-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Recommends: perl (>= 5.17.8) | libcompress-raw-bzip2-perl (>= 2.060),
            perl (>= 5.17.8) | libio-compress-perl (>= 2.060)
Description: Perl interface to Bzip2 compression library
 The Compress::Bzip2 module provides a Perl interface to the Bzip2
 compression library, a relevant subset of the functionality provided
 by Bzip2  is available in Compress::Bzip2.
 .
 The module can be split into two general areas of functionality, namely
 in-memory compression/decompression and read/write access to bzip2
 files.