debian/control: add a longer Description
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 1 Jul 2013 12:42:45 +0000 (13:42 +0100)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 4 Jul 2013 04:44:26 +0000 (07:44 +0300)
This paragraph from the bmaptool documentation on tizen.org matches
what Debian packages typically have in their Description. The original
description didn't really indicate why you would prefer bmaptool over
alternatives like dd.

Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
debian/control

index 56c1c59734ced184552822083a1aab2914f39096..1263fe761f0e238335d17dd06eb36c168f294518 100644 (file)
@@ -10,5 +10,9 @@ Package: bmap-tools
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python (>=2.7)
 XB-Python-Version: ${python:Versions}
-Description: Bmap tools
- Bmap-flasher - Flash an image file to a block device using the block map (bmap)
+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".