summaryrefslogtreecommitdiff
path: root/debian/control
blob: 86be578f832030a2e5fbb3950ac6f0644f8c21ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: mic
Section: devel
Priority: extra
Maintainer: Jian-feng Ding <jian-feng.ding@intel.com>
Build-Depends: debhelper (>= 7.0.15), cdbs, python-dev, python-support, python-docutils
Standards-Version: 3.8.0
Homepage: http://www.tizen.org

Package: mic
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, ${dist:Depends},
 python-rpm,
 bzip2,
 dmsetup,
 dosfstools,
 e2fsprogs (>= 1.41),
 isomd5sum,
 genisoimage,
 kpartx,
 parted,
 psmisc,
 squashfs-tools (>= 4.0),
 yum (>= 3.2),
 syslinux (>= 2:4.05),
 extlinux (>= 2:4.05),
 libzypp,
 tizen-python-zypp-0.5.14,
 python-m2crypto,
 python-urlgrabber,
Recommends:
 binfmt-support,
 btrfs-tools,
 udisks | hal
Conflicts:
 mic2
Description: image creator for Linux distributions
  The tool mic is used to create and manipulate images for Linux distributions.
  It is composed of three subcommand\: create, convert, chroot. Subcommand create
  is used to create images with different types; subcommand convert is used to
  convert an image to a specified type; subcommand chroot is used to chroot into
  an image.