Source: bmap-tools
Maintainer: Andrej Shadura <andrewsh@debian.org>
Uploaders:
 Sjoerd Simons <sjoerd@debian.org>,
 Johannes Schauer Marin Rodrigues <josch@debian.org>,
Section: utils
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3,
 python3-gpg,
 python3-pytest <!nocheck>,
 python3-six,
 python3-hatchling,
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/debian/bmap-tools.git
Vcs-Browser: https://salsa.debian.org/debian/bmap-tools
Rules-Requires-Root: no
Homepage: https://github.com/yoctoproject/bmaptool

Package: bmap-tools
Depends: bmaptool, ${misc:Depends}
Architecture: all
Section: oldlibs
Description: transitional package
 This is a transitional package. It can safely be removed.

Package: bmaptool
Architecture: all
Replaces: bmap-tools (<< 3.8.0-2)
Breaks: bmap-tools (<< 3.8.0-2)
Provides: bmap-tools
Depends:
 python3,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 bzip2,
 lzop,
 xz-utils,
Suggests:
 lz4,
 pbzip2,
 pigz,
 python3-gpg,
 unzip,
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".
