~xnox/+junk/temp

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Loïc Minier
  • Date: 2013-02-18 16:33:46 UTC
  • mfrom: (3.1.3 raring)
  • Revision ID: package-import@ubuntu.com-20130218163346-5nrw4cgh7t4t0k8a
Tags: 4.2.2+git20130218-1
* Add myself to Uploaders with Marcin's permission; also sponsor NEW
  android-tools-fsutils binary package.
* Improve long descriptions a bit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: devel
3
3
Priority: extra
4
4
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.hu>
5
 
Uploaders: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
6
 
Build-Depends: debhelper (>= 9), zlib1g-dev
 
5
Uploaders: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>,
 
6
           Loïc Minier <lool@debian.org>
 
7
Build-Depends: debhelper (>= 9), zlib1g-dev, python, libssl-dev, libselinux-dev
7
8
Standards-Version: 3.9.3
8
9
Homepage: http://developer.android.com/guide/developing/tools/adb.html
9
10
 
10
11
Package: android-tools-adb
11
 
Architecture: amd64 i386
 
12
Architecture: any
12
13
Depends: ${shlibs:Depends}, ${misc:Depends}
13
14
Description: Android Debug Bridge CLI tool
14
 
 Android Debug Bridge (adb) is a versatile tool lets you manage the state of an
15
 
 emulator instance or Android-powered device. It is a client-server program
16
 
 that includes three components:
17
 
 .
18
 
 A client, which runs on your development machine. You can invoke a client from
19
 
 a shell by issuing an adb command. Other Android tools such as the ADT plugin
20
 
 and DDMS also create adb clients.  
21
 
 .
22
 
 A server, which runs as a background process on your development machine.  The
23
 
 server manages communication between the client and the adb daemon running on
24
 
 an emulator or device.  
 
15
 Android Debug Bridge (adb) is a versatile tool lets you manage the
 
16
 state of an emulator instance or Android-powered device. It is a
 
17
 client-server program that includes three components:
 
18
 .
 
19
 A client, which runs on your development machine. You can invoke a
 
20
 client from a shell by issuing an adb command. Other Android tools such
 
21
 as the ADT plugin and DDMS also create adb clients.
 
22
 .
 
23
 A server, which runs as a background process on your development
 
24
 machine.  The server manages communication between the client and the
 
25
 adb daemon running on an emulator or device.
25
26
 .
26
27
 A daemon, which runs as a background process on each emulator or device
27
28
 instance.
28
29
 
29
30
Package: android-tools-fastboot
30
 
Architecture: amd64 i386
 
31
Architecture: any
31
32
Depends: ${shlibs:Depends}, ${misc:Depends}
32
 
Description: Fastboot protocol CLI tool
33
 
 Fastboot is protocol used to update the flash filesystem in Android devices
34
 
 from a host over USB. It allows flashing of unsigned partition images.
 
33
Description: Android Fastboot protocol CLI tool
 
34
 Fastboot is a diagnostic protocol primarily used to update the flash
 
35
 filesystem of Android devices over USB.
 
36
 .
 
37
 This package provides the fastboot command-line tool.
 
38
 
 
39
Package: android-tools-fsutils
 
40
Architecture: any
 
41
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 
42
Description: Android ext4 utilities with sparse support
 
43
 Android images (.img) are typically ext4 filesystems in a special
 
44
 sparse file format come in a special format.
 
45
 .
 
46
 This package provides the utilities to deal with Android sparse ext4
 
47
 images.