~ev/goget-ubuntu-touch/root-size-option

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Sergio Schvezov
  • Date: 2014-01-07 15:51:30 UTC
  • mto: This revision was merged to the branch mainline in revision 2.
  • Revision ID: sergio.schvezov@canonical.com-20140107155130-n9j1829h6gdpamtd
Initial packaging

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: golang-goget-ubuntu-touch
 
2
Section: devel
 
3
Priority: extra
 
4
Maintainer: Sergio Schvezov <sergio.schvezov@canonical.com>
 
5
Build-Depends: debhelper (>= 9),
 
6
               dh-golang,
 
7
               golang-go,
 
8
               golang-go-flags-dev,
 
9
               golang-pb-dev,
 
10
Standards-Version: 3.9.5
 
11
Homepage: https://launchpad.net/goget-ubuntu-touch
 
12
Vcs-Browser: http://bazaar.launchpad.net/~phablet-team/goget-ubuntu-touch/ubuntu-emulator/files
 
13
Vcs-Bzr: lp:goget-ubuntu-touch
 
14
 
 
15
Package: ubuntu-device-flash
 
16
Architecture: any
 
17
Depends: ${misc:Depends}, ${shlibs:Depends}
 
18
Description: Flash supported Nexus devices with Ubuntu
 
19
 Use this tool to flash a suported device with Ubuntu by either
 
20
 bootstrapping from fastboot or reflashing from an already
 
21
 supported device.
 
22
 
 
23
Package: ubuntu-emulator
 
24
Architecture: any
 
25
Depends: ubuntu-emulator-runtime, xz-utils, ${misc:Depends}, ${shlibs:Depends}
 
26
Description: Create and run emulator images of Ubuntu Touch
 
27
 Create and destroy Ubuntu Touch instances and run them with the emulator
 
28
 
 
29
Package: golang-goget-ubuntu-touch-bootimg-dev
 
30
Architecture: all
 
31
Depends: ${misc:Depends}, ${shlibs:Depends}
 
32
Description: Go library for manipulating Android boot.img files
 
33
 Package reads and extracts Android boot.img files
 
34
 
 
35
Package: golang-goget-ubuntu-touch-devices-dev
 
36
Architecture: all
 
37
Depends: ${misc:Depends}, ${shlibs:Depends}
 
38
Description: Go library for interfacing with adb and fastboot
 
39
 Provides facilities to interface with adb and fastboot
 
40
 
 
41
Package: golang-goget-ubuntu-touch-ubuntuimage-dev
 
42
Architecture: all
 
43
Depends: ${misc:Depends}, ${shlibs:Depends}
 
44
Description: Go library for interfacing with an Ubuntu image server
 
45
 Provides facilities to interface with an Ubuntu image server to
 
46
 download OS image assets from different channels and for different
 
47
 devices.