File: control

package info (click to toggle)
pbzip2 1.1.1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 256 kB
  • ctags: 217
  • sloc: cpp: 3,573; makefile: 79
file content (17 lines) | stat: -rw-r--r-- 624 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: debhelper (>= 7), libbz2-dev
Standards-Version: 3.8.4
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).