File: control

package info (click to toggle)
linaro-image-tools 2016.05-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,180 kB
  • ctags: 2,196
  • sloc: python: 15,832; sh: 393; makefile: 6
file content (65 lines) | stat: -rw-r--r-- 2,247 bytes parent folder | download
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
55
56
57
58
59
60
61
62
63
64
65
Source: linaro-image-tools
Section: devel
Priority: optional
Build-Depends: apt-utils,
               debhelper (>= 8.1.3~),
               dh-python,
               dosfstools,
               python (>= 2.6.6-3~),
               python-all (>= 2.6.6-3~),
               python-apt,
               python-argparse,
               python-dbus,
               python-debian (>= 0.1.16ubuntu1~),
               python-distutils-extra,
               python-parted,
               python-testtools (>= 0.9.12),
               python-yaml,
               u-boot-tools | uboot-mkimage
Standards-Version: 3.9.5
Maintainer: Linaro Packagers <packages@lists.linaro.org>
Uploaders: Fathi Boudra <fabo@debian.org>
X-Python-Version: >= 2.6
Vcs-Git: https://git.linaro.org/ci/linaro-image-tools.git
Vcs-Browser: https://git.linaro.org/ci/linaro-image-tools.git

Package: linaro-image-tools
Architecture: linux-any
Depends: apt-utils,
         dosfstools,
         gdisk,
         parted,
         python (>= 2.6.6-3~),
         python-argparse,
         python-dbus,
         python-debian (>= 0.1.16ubuntu1~),
         python-linaro-image-tools (>= ${source:Version}),
         python-parted,
         python-yaml,
         sudo,
         u-boot-tools | uboot-mkimage,
         ${misc:Depends},
         ${python:Depends}
Recommends: btrfs-tools,
            command-not-found,
            qemu-user-static | qemu-kvm-extras-static,
            udisks2 [linux-any]
Description: collection of tools to work with Linaro images
 This package offers a set of tools for use with Linaro images.
 .
 The provided linaro-media-create command allows writing Linaro images
 to a SD card, or generating an image file which you can boot in QEMU.

Package: python-linaro-image-tools
Architecture: all
Section: python
Depends: python-apt, ${misc:Depends}, ${python:Depends}
Description: Python library for the manipulation of Linaro bootable media
 Linaro images are generated by combining generic tarballs with
 hardware-specific packs (hwpacks).
 .
 This package provides a Python library to generate Linaro images and write
 them to SD cards or image files that you can be boot in QEMU.
 .
 It also provides a Python library to aid with the creation of hardware
 packs.