1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: cx-bsdiff
Section: python
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends: debhelper (>= 7), python-support, python-all-dev
Standards-Version: 3.8.0
Homepage: http://cx-bsdiff.sourceforge.net/
Vcs-Browser: http://git.debian.net/?p=cx-bsdiff.git
Vcs-Git: git://git.debian.net/git/cx-bsdiff.git
Package: python-bsdiff
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: generate/apply a patch between two binary files (python module)
bsdiff and bspatch are tools for building and applying patches to binary files.
By using suffix sorting (specifically, Larsson and Sadakane's qsufsort) and
taking advantage of how executable files change, bsdiff routinely produces
binary patches 50-80% smaller than those produced by Xdelta, and 15% smaller
than those produced by .RTPatch (a commercial patch tool).
.
This package contains the python interpreter module.
|