--- goget-ubuntu-touch-0.2+14.04.20140328.orig/debian/changelog +++ goget-ubuntu-touch-0.2+14.04.20140328/debian/changelog @@ -0,0 +1,82 @@ +goget-ubuntu-touch (0.2+14.04.20140328-0ubuntu1) trusty; urgency=low + + [ Ricardo Salveti de Araujo ] + * Don't need to override powerd anymore. + + -- Ubuntu daily release Fri, 28 Mar 2014 17:20:39 +0000 + +goget-ubuntu-touch (0.2+14.04.20140318-0ubuntu1) trusty; urgency=low + + [ Sergio Schvezov ] + * Adding relative image support (LP: #1293937) + + -- Ubuntu daily release Tue, 18 Mar 2014 16:22:32 +0000 + +goget-ubuntu-touch (0.2+14.04.20140317-0ubuntu1) trusty; urgency=low + + [ Sergio Schvezov ] + * Simple cleanup option for flashing. (LP: #1157710) + + -- Ubuntu daily release Mon, 17 Mar 2014 21:37:05 +0000 + +goget-ubuntu-touch (0.2+14.04.20140310-0ubuntu1) trusty; urgency=low + + [ Sergio Schvezov ] + * Adding tests for channel management. + + [ Ricardo Salveti de Araujo ] + * emulator: goldfish is now just generic + + -- Ubuntu daily release Mon, 10 Mar 2014 18:05:37 +0000 + +goget-ubuntu-touch (0.2+14.04.20140227.1-0ubuntu1) trusty; urgency=low + + [ Sergio Schvezov ] + * Switching ubuntu-device-flash from the default flag package to + "github.com/jessevdk/go-flags" which is also used for ubuntu- + emulator. This would enable the hidden cdimage download in a future + code change. + + -- Ubuntu daily release Thu, 27 Feb 2014 15:26:18 +0000 + +goget-ubuntu-touch (0.2+14.04.20140224-0ubuntu1) trusty; urgency=low + + [ Sergio Schvezov ] + * Removing the datadir printout when listing emulator instances + * Message hints for what is being waited on when flashing + + -- Ubuntu daily release Mon, 24 Feb 2014 16:11:55 +0000 + +goget-ubuntu-touch (0.2+14.04.20140207-0ubuntu1) trusty; urgency=low + + [ Sergio Schvezov ] + * Adding scale option + + -- Ubuntu daily release Fri, 07 Feb 2014 15:46:52 +0000 + +goget-ubuntu-touch (0.2+14.04.20140117-0ubuntu1) trusty; urgency=medium + + [ Sergio Schvezov ] + * Adding the EDGE skin. + * Only provide ubuntu-emulator for i386 and amd64 as ubuntu-emulator- + runtime only works there. + * Adding a list command. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 12 + + -- Ubuntu daily release Fri, 17 Jan 2014 19:26:51 +0000 + +goget-ubuntu-touch (0.1+14.04.20140110-0ubuntu1) trusty; urgency=low + + [ Sergio Schvezov ] + * Initial release. + * Automatic snapshot from revision 6 (bootstrap) + + [ Robert Bruce Park ] + * Copyright fixes requested by didrocks. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 8 + + -- Ubuntu daily release Fri, 10 Jan 2014 18:57:54 +0000 --- goget-ubuntu-touch-0.2+14.04.20140328.orig/debian/compat +++ goget-ubuntu-touch-0.2+14.04.20140328/debian/compat @@ -0,0 +1 @@ +9 --- goget-ubuntu-touch-0.2+14.04.20140328.orig/debian/control +++ goget-ubuntu-touch-0.2+14.04.20140328/debian/control @@ -0,0 +1,58 @@ +Source: goget-ubuntu-touch +Section: devel +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: debhelper (>= 9), + dh-golang, + golang-go, + golang-go-flags-dev, + golang-gocheck-dev, + golang-pb-dev, +Standards-Version: 3.9.5 +Homepage: https://launchpad.net/goget-ubuntu-touch +Vcs-Browser: http://bazaar.launchpad.net/~phablet-team/goget-ubuntu-touch/trunk/files +Vcs-Bzr: lp:goget-ubuntu-touch + +Package: ubuntu-device-flash +Architecture: any +Depends: android-tools-adb, + android-tools-fastboot, + ${misc:Depends}, + ${shlibs:Depends}, +Description: Flash supported Nexus devices with Ubuntu + Use this tool to flash a suported device with Ubuntu by either + bootstrapping from fastboot or reflashing from an already + supported device. + +Package: ubuntu-emulator +Architecture: i386 amd64 +Depends: ubuntu-emulator-runtime, + xz-utils, + ${misc:Depends}, + ${shlibs:Depends}, +Recommends: android-tools-adb, +Description: Create and run emulator images of Ubuntu Touch + Create and destroy Ubuntu Touch instances and run them with the emulator + +Package: golang-goget-ubuntu-touch-bootimg-dev +Architecture: all +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Description: Go library for manipulating Android boot.img files + Package reads and extracts Android boot.img files + +Package: golang-goget-ubuntu-touch-devices-dev +Architecture: all +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Description: Go library for interfacing with adb and fastboot + Provides facilities to interface with adb and fastboot + +Package: golang-goget-ubuntu-touch-ubuntuimage-dev +Architecture: all +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Description: Go library for interfacing with an Ubuntu image server + Provides facilities to interface with an Ubuntu image server to + download OS image assets from different channels and for different + devices. --- goget-ubuntu-touch-0.2+14.04.20140328.orig/debian/copyright +++ goget-ubuntu-touch-0.2+14.04.20140328/debian/copyright @@ -0,0 +1,22 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: goget-ubuntu-touch +Source: https://launchpad.net/goget-ubuntu-touch + +Files: * +Copyright: Copyright (C) 2013 Canonical, Ltd. +License: GPL-3 + This program is free software: you can redistribute it and/or modify it + under the terms of the the GNU General Public License version 3, as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranties of + MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR + PURPOSE. See the applicable version of the GNU Lesser General Public + License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + can be found in `/usr/share/common-licenses/GPL-3' --- goget-ubuntu-touch-0.2+14.04.20140328.orig/debian/golang-goget-ubuntu-touch-bootimg-dev.install +++ goget-ubuntu-touch-0.2+14.04.20140328/debian/golang-goget-ubuntu-touch-bootimg-dev.install @@ -0,0 +1 @@ +usr/share/gocode/src/launchpad.net/goget-ubuntu-touch/bootimg --- goget-ubuntu-touch-0.2+14.04.20140328.orig/debian/golang-goget-ubuntu-touch-devices-dev.install +++ goget-ubuntu-touch-0.2+14.04.20140328/debian/golang-goget-ubuntu-touch-devices-dev.install @@ -0,0 +1 @@ +usr/share/gocode/src/launchpad.net/goget-ubuntu-touch/devices --- goget-ubuntu-touch-0.2+14.04.20140328.orig/debian/golang-goget-ubuntu-touch-ubuntuimage-dev.install +++ goget-ubuntu-touch-0.2+14.04.20140328/debian/golang-goget-ubuntu-touch-ubuntuimage-dev.install @@ -0,0 +1 @@ +usr/share/gocode/src/launchpad.net/goget-ubuntu-touch/ubuntuimage --- goget-ubuntu-touch-0.2+14.04.20140328.orig/debian/rules +++ goget-ubuntu-touch-0.2+14.04.20140328/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DH_OPTIONS +export DH_GOPKG := launchpad.net/goget-ubuntu-touch + +%: + dh $@ --buildsystem=golang --with=golang --fail-missing + +override_dh_auto_install: + dh_auto_install -O--buildsystem=golang + rm -rf ${CURDIR}/debian/tmp/usr/bin/abootimg-extract + rm -rf ${CURDIR}/debian/tmp/usr/share/gocode/src/launchpad.net/goget-ubuntu-touch/ubuntu-emulator + rm -rf ${CURDIR}/debian/tmp/usr/share/gocode/src/launchpad.net/goget-ubuntu-touch/ubuntu-device-flash --- goget-ubuntu-touch-0.2+14.04.20140328.orig/debian/ubuntu-device-flash.1 +++ goget-ubuntu-touch-0.2+14.04.20140328/debian/ubuntu-device-flash.1 @@ -0,0 +1,68 @@ +.TH UBUNTU-DEVICE-FLASH 1 + +.SH NAME +ubuntu-device-flash \- provision supported Nexus devices with Ubuntu + +.SH SYNOPSIS +.B ubuntu-device-flash +[OPTIONS] + +.SH DESCRIPTION +.B ubuntu-device-flash +Use this tool to flash a suported device with Ubuntu by either +bootstrapping from fastboot or reflashing from an already +supported device. + +.SH OPTIONS +\fB\-bootstrap\fR=\fIfalse\fR: Bootstrap the system, do this from fastboot +.HP +\fB\-channel=\fR"stable": Select channel to flash +.HP +\fB\-device=\fR"": Select device to flash +.HP +\fB\-list\-channels\fR=\fIfalse\fR: List available channels +.HP +\fB\-revision\fR=\fI0\fR: Revision to flash, 0 is current, use explicit version number or negative relative ones to current +.HP +\fB\-serial=\fR"": Serial of the device to operate +.HP +\fB\-server=\fR"https://system\-image.ubuntu.com": Select image server +.HP +\fB\-wipe\fR=\fIfalse\fR: Clear all data after flashing + +.SH EXAMPLES +To list the available channels on the server for the connected device +.PP +.nf +.RS +ubuntu-device-flash --list-channels +.RE +.fi +.PP + +To flash a full image over an existing Ubuntu Touch install with a different +channel +.PP +.nf +.RS +ubuntu-device-flash --channel [channel] +.RE +.fi +.PP + +To flash a full image over a non Ubuntu Touch install with the default +channel, do the following from fastboot +.PP +.nf +.RS +ubuntu-device-flash --bootstrap +.RE +.fi +.PP + +.SH ENVIRONMENT +.IP XDG_CACHE_HOME +If set, downloads take place in XDG_CACHE_HOME/ubuntuimages + +.SH AUTHOR +Sergio Schvezov --- goget-ubuntu-touch-0.2+14.04.20140328.orig/debian/ubuntu-device-flash.install +++ goget-ubuntu-touch-0.2+14.04.20140328/debian/ubuntu-device-flash.install @@ -0,0 +1 @@ +usr/bin/ubuntu-device-flash --- goget-ubuntu-touch-0.2+14.04.20140328.orig/debian/ubuntu-device-flash.lintian-overrides +++ goget-ubuntu-touch-0.2+14.04.20140328/debian/ubuntu-device-flash.lintian-overrides @@ -0,0 +1 @@ +no-upstream-changelog --- goget-ubuntu-touch-0.2+14.04.20140328.orig/debian/ubuntu-device-flash.manpages +++ goget-ubuntu-touch-0.2+14.04.20140328/debian/ubuntu-device-flash.manpages @@ -0,0 +1 @@ +debian/ubuntu-device-flash.1 --- goget-ubuntu-touch-0.2+14.04.20140328.orig/debian/ubuntu-emulator.1 +++ goget-ubuntu-touch-0.2+14.04.20140328/debian/ubuntu-emulator.1 @@ -0,0 +1,59 @@ +.TH UBUNTU-EMULATOR 1 +.SH NAME +ubuntu-emulator \- create and run emulator images of Ubuntu Touch + +.SH SYNOPSIS +.B ubuntu-emulator +create|destroy|snapshot +[OPTIONS] +.IR instance + +.SH DESCRIPTION +.B ubuntu-emulator +Use this tool to create and destroy Ubuntu Touch instances and run them +with the emulator + +.SH OPTIONS +Run --help on each subcommand to get extra information and parameters +.TP +create +Create new emulator instance named 'name' +.TP +destroy +Destroys an emulator instance named 'name' +.TP +list +Lists emulator instances +.TP +run +Run emulator instance named 'name' +.TP +snapshot +Manipulates snapshots for emulator instance named 'name' + +.SH EXAMPLES +To create an emulator instance named trusty +.PP +.nf +.RS +ubuntu-emulator create trusty +.RE +.fi +.PP + +To revert a previously created emulator instance named trusty to it's +pristine state +.PP +.nf +.RS +ubuntu-emulator snapshot --revert-pristine trusty +.RE +.fi +.PP + +.SH ENVIRONMENT +.IP XDG_CACHE_HOME +If set, downloads take place in XDG_CACHE_HOME/ubuntuimages + +.SH AUTHOR +Sergio Schvezov --- goget-ubuntu-touch-0.2+14.04.20140328.orig/debian/ubuntu-emulator.install +++ goget-ubuntu-touch-0.2+14.04.20140328/debian/ubuntu-emulator.install @@ -0,0 +1,2 @@ +usr/bin/ubuntu-emulator +ubuntu-emulator/skins usr/share/ubuntu-emulator/ --- goget-ubuntu-touch-0.2+14.04.20140328.orig/debian/ubuntu-emulator.lintian-overrides +++ goget-ubuntu-touch-0.2+14.04.20140328/debian/ubuntu-emulator.lintian-overrides @@ -0,0 +1 @@ +no-upstream-changelog --- goget-ubuntu-touch-0.2+14.04.20140328.orig/debian/ubuntu-emulator.manpages +++ goget-ubuntu-touch-0.2+14.04.20140328/debian/ubuntu-emulator.manpages @@ -0,0 +1 @@ +debian/ubuntu-emulator.1