File: control

package info (click to toggle)
pbzip2 1.1.8-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 304 kB
  • sloc: cpp: 4,349; makefile: 84
file content (17 lines) | stat: -rw-r--r-- 647 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: pbzip2
Section: utils
Priority: optional
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9), libbz2-dev
Standards-Version: 3.9.3
Homepage: http://compression.ca/pbzip2/

Package: pbzip2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: parallel bzip2 implementation
 pbzip2 is a parallel implementation of the bzip2 block-sorting file
 compressor that uses pthreads and achieves near-linear speedup on SMP
 machines. The output of this version is fully compatible with bzip2
 v1.0.2 (ie: anything compressed with pbzip2 can be decompressed with
 bzip2).