~lool/linaro-image-tools/testsuite-when-installed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Loïc Minier
  • Date: 2011-01-28 16:31:19 UTC
  • mfrom: (265.1.15 setup-py)
  • Revision ID: lool@dooz.org-20110128163119-xjb99pc2p828ol7l
Merge lp:~lool/linaro-image-tools/setup-py-rework; rework setup.py and use
DistutilsExtra and add a do-release script to roll releases; LP: #683746.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Source: linaro-image-tools
2
 
Section: devel
3
 
Priority: optional
4
 
Build-Depends: debhelper (>= 7.0.50~),
5
 
               python (>= 2.6.5-1~),
6
 
               python-all,
7
 
               python-debian (>= 0.1.16ubuntu1),
8
 
               python-dbus,
9
 
               python-apt,
10
 
               python-parted,
11
 
               python-testtools (>> 0.9.5),
12
 
               python-argparse,
13
 
               qemu-kvm,
14
 
               command-not-found,
15
 
               u-boot-tools | uboot-mkimage
16
 
Standards-Version: 3.9.1
17
 
Maintainer: Linaro Developers <linaro-dev@lists.linaro.org>
18
 
Vcs-Bzr: http://bazaar.launchpad.net/~linaro-maintainers/linaro-image-tools/linaro-image-tools
19
 
XS-Python-Version: >= 2.5
20
 
 
21
 
Package: linaro-image-tools
22
 
Architecture: all
23
 
Depends: ${misc:Depends},
24
 
         parted,
25
 
         dosfstools,
26
 
         u-boot-tools | uboot-mkimage,
27
 
         python,
28
 
         python-hwpack (>= ${source:Version}),
29
 
         python-argparse,
30
 
         python-dbus,
31
 
         python-debian (>= 0.1.16ubuntu1),
32
 
         python-linaro-media-create (>= ${source:Version}),
33
 
         python-parted
34
 
Recommends: qemu-kvm-extras-static,
35
 
            qemu-kvm,
36
 
            btrfs-tools,
37
 
            command-not-found
38
 
Description: collection of tools to work with Linaro images
39
 
 This package offers a set of tools for use with Linaro images.
40
 
 .
41
 
 The provided linaro-media-create command allows writing Linaro images
42
 
 to a SD card, or generating an image file which you can boot in QEMU.
43
 
 
44
 
Package: python-hwpack
45
 
Architecture: all
46
 
Section: python
47
 
Depends: ${python:Depends},
48
 
         ${misc:Depends},
49
 
         python-apt
50
 
Description: Python library for the creation of hardware packs
51
 
 Hardware packs allow for the distribution of packages to be combined with
52
 
 an image to create a root filesystem at a later date.
53
 
 .
54
 
 This package provides a Python library to aid with the creation of hardware
55
 
 packs.
56
 
 
57
 
Package: python-linaro-media-create
58
 
Architecture: all
59
 
Section: python
60
 
Depends: ${python:Depends},
61
 
         ${misc:Depends}
62
 
Description: Python library for the creation of Linaro bootable media
63
 
 Linaro images are generated by combining generic tarballs with
64
 
 hardware-specific packs (hwpacks).
65
 
 .
66
 
 This package provides a Python library to generate Linaro images and write
67
 
 them to SD cards or image files that you can be boot in QEMU.