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
42
43
44
45
46
47
48
49
50
51
52
53
54
|
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},
rpm,
python-rpm,
python-urlgrabber,
cpio,
bzip2,
gzip
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.
Package: mic-native
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
util-linux,
coreutils,
psmisc,
e2fsprogs (>= 1.41),
dosfstools,
isomd5sum,
genisoimage,
dmsetup,
kpartx,
parted,
squashfs-tools (>= 4.0),
yum (>= 3.2),
syslinux (>= 2:4.05),
extlinux (>= 2:4.05),
python-zypp-tizen,
python-m2crypto,
mic,
Recommends:
qemu-arm-static | qemu-user-static,
binfmt-support,
btrfs-tools,
udisks | hal
Description: Native support for mic
The native support package for mic, it includes all requirements
for mic native running.
|