diff options
author | Ed Bartosh <eduard.bartosh@intel.com> | 2013-07-19 18:42:57 +0300 |
---|---|---|
committer | Ed Bartosh <eduard.bartosh@intel.com> | 2013-07-19 18:58:22 +0300 |
commit | ba5fed28c9d7cb13f9338facd7d7484668b148bb (patch) | |
tree | c301b7b06030b1bd64d22e7185738466e675216f /debian | |
parent | 9bb9ab42897e656652b097d3bf6ae88c56589995 (diff) | |
download | mic-ba5fed28c9d7cb13f9338facd7d7484668b148bb.tar.gz mic-ba5fed28c9d7cb13f9338facd7d7484668b148bb.tar.bz2 mic-ba5fed28c9d7cb13f9338facd7d7484668b148bb.zip |
Added psmisc runtime dependency
Mic users fuser utility from psmisc package, but doesn't depend on
psmic. This causes crash on the system without psmisc installed:
Error <creator>: Command 'fuser' is not available.
Exception mic.utils.errors.CreatorError: CreatorError() in <bound method
LiveUSBImageCreator.__del__ of <mic.imager.liveusb.LiveUSBImageCreator
object at 0x15a9fd0>> ignored
Warning: Can't cleanup loop device /dev/loop1
Info: mic instance shutdown
Warning: No image and other files in output dir, mic failed?
Change-Id: Id6026d0cc4a805397dc6c206e93f645ff669f7ce
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 86be578..43c48e8 100644 --- a/debian/control +++ b/debian/control @@ -27,6 +27,7 @@ Depends: ${misc:Depends}, ${python:Depends}, ${dist:Depends}, tizen-python-zypp-0.5.14, python-m2crypto, python-urlgrabber, + psmisc Recommends: binfmt-support, btrfs-tools, |