Source: bmap-tools
Maintainer: Simon McVittie <smcv@debian.org>
Uploaders: Sjoerd Simons <sjoerd@debian.org>
Section: utils
Priority: optional
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python-all (>= 2.7),
 python-setuptools,
Standards-Version: 3.9.8
XS-Python-Version: >= 2.7
Vcs-Git: https://anonscm.debian.org/git/collab-maint/bmap-tools.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/bmap-tools.git

Package: bmap-tools
Architecture: all
Depends:
 python (>=2.7),
 ${misc:Depends},
 ${python:Depends},
Recommends:
 bzip2,
 lzop,
 python-gpgme,
 xz-utils,
Suggests:
 pbzip2,
 pigz,
Description: tool to flash image files to block devices using the block map
 bmaptool is a generic tool for creating the block map (bmap) for a
 file, and copying files using the block map. The idea is that large
 file containing unused blocks, like raw system image files, can be
 copied or flashed a lot faster with bmaptool than with traditional
 tools like "dd" or "cp".
