--- phablet-tools-1.0+13.10.20131014.1.orig/debian/phablet-tools.lintian-overrides +++ phablet-tools-1.0+13.10.20131014.1/debian/phablet-tools.lintian-overrides @@ -0,0 +1 @@ +phablet-tools: binary-without-manpage --- phablet-tools-1.0+13.10.20131014.1.orig/debian/copyright +++ phablet-tools-1.0+13.10.20131014.1/debian/copyright @@ -0,0 +1,38 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ + +Files: repo +Copyright: (C) 2008 Google Inc. +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + . + On Debian systems, the complete text of the Apache 2.0 license + can be found in `/usr/share/common-licenses/Apache-2.0' + +Files: * +Copyright: Copyright (C) 2012 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' --- phablet-tools-1.0+13.10.20131014.1.orig/debian/control +++ phablet-tools-1.0+13.10.20131014.1/debian/control @@ -0,0 +1,51 @@ +Source: phablet-tools +Priority: extra +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Sergio Schvezov +Build-Depends: debhelper (>= 9.0.0), + pep8, + pyflakes, + python (>= 2.7), + python-configobj, + python-lzma, + python-mock, + python-requests, + python-setuptools, + python-testscenarios, + python-testtools, + python-xdg, +Standards-Version: 3.9.4 +Section: admin +# If you aren't a member of ~phablet-team but need to upload +# packaging changes, just go ahead. ~phablet-team will notice +# and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~phablet-team/phablet-tools/trunk +Vcs-Browser: https://bazaar.launchpad.net/~phablet-team/phablet-tools/trunk/files + +Package: phablet-tools +Section: admin +Architecture: all +Depends: + android-tools-adb (>= 4.2.2), + android-tools-fastboot (>= 4.2.2), + bzr, + curl, + python-configobj, + python-lzma, + python-launchpadlib, + python-requests, + python-xdg, + rsync, + wget, + ${misc:Depends}, + ${python:Depends}, +Recommends: + ubuntu-dev-tools, +Description: Scripts to work with Phablet. + Installs Touch Developer Preview on Nexus devices, specifically the following: + - Galaxy Nexus + - Nexus 4 + - Nexus 7 + - Nexus 10 + . + Additional tools included to bootstrap from source and setup networking --- phablet-tools-1.0+13.10.20131014.1.orig/debian/compat +++ phablet-tools-1.0+13.10.20131014.1/debian/compat @@ -0,0 +1 @@ +9 --- phablet-tools-1.0+13.10.20131014.1.orig/debian/rules +++ phablet-tools-1.0+13.10.20131014.1/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --with python2 + +override_dh_install: + dh_install --fail-missing + +override_dh_auto_test: + python setup.py test --- phablet-tools-1.0+13.10.20131014.1.orig/debian/changelog +++ phablet-tools-1.0+13.10.20131014.1/debian/changelog @@ -0,0 +1,827 @@ +phablet-tools (1.0+13.10.20131014.1-0ubuntu1) saucy; urgency=low + + [ Jani Monoses ] + * phablet-dev-bootstrap: no longer rely on bzr to get ubuntu specific + repos. The ROM manifest now includes git repositories mirroring the + bzr repos, so it is no longer needed to bzr branch when + bootstrapping the source tree. + + [ Andy Doan ] + * add developer-mode subcommand to phablet-config This creates a new + option that allows easy customization of a syste-image via "phablet- + config developer-mode". One more PPAs and packages can be given to + this command. This allows adds some addition logic to + AndroidBridge.shell so that it can detect errors on the target and + return them to the caller. + * add phablet-config option to enable/disable the edges-intro. + * fix spelling of "writable" in phablet-config. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 205 + + -- Ubuntu daily release Mon, 14 Oct 2013 18:06:24 +0000 + +phablet-tools (1.0+13.10.20131007-0ubuntu1) saucy; urgency=low + + [ Chris Wayne ] + * Fixes lp:1233489 Correcting the script in phablet-demo-setup to + ensure theres a space between su - phablet and -c 'manage-address- + books'. (LP: #1233489) + + [ Andy Doan ] + * phablet-config: add autopilot option that toggles the apparmor rule + that allows autopilot to introspect DBUS objects. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 200 + + -- Ubuntu daily release Mon, 07 Oct 2013 09:40:38 +0000 + +phablet-tools (1.0+13.10.20130925.2-0ubuntu1) saucy; urgency=low + + [ Chris Wayne ] + * Making phablet-demo-setup work on a R/O image. It will also now work + on an image that doesn't have working networking. Also updated to + fix contacts and conversations. + + [ Andy Doan ] + * allow phablet-test-run to collect artifacts upon on error phablet- + test-run now has the ability to return the error code from + autopilot. However, when the -o option is used it fails to collect + the logs because it runs with "set -e". This change allows the + script to continue and try to collect log files upon an autopilot + testcase error. . + + [ Ubuntu daily release ] + * Automatic snapshot from revision 197 + + -- Ubuntu daily release Wed, 25 Sep 2013 18:03:50 +0000 + +phablet-tools (1.0+13.10.20130925.1-0ubuntu1) saucy; urgency=low + + [ Chris Wayne ] + * Adding in phablet-timezone-setup. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 194 + + -- Ubuntu daily release Wed, 25 Sep 2013 12:54:35 +0000 + +phablet-tools (1.0+13.10.20130924.1-0ubuntu1) saucy; urgency=low + + [ Andy Doan ] + * run autopilot from /home/phablet/autopilot. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 192 + + -- Ubuntu daily release Tue, 24 Sep 2013 06:04:14 +0000 + +phablet-tools (1.0+13.10.20130919.3-0ubuntu1) saucy; urgency=low + + [ Andy Doan ] + * Improve autopilot test output and error handling. adb-shell always + returns 0, so phablet-test-run always exits with a good return code + even if there was a failure. This code works around that. + Additionally, it also adds the ability to get more verbose autopilot + output by using the "-v" option. + * allow system-image downloads of specific revision numbers. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 190 + + -- Ubuntu daily release Thu, 19 Sep 2013 14:03:50 +0000 + +phablet-tools (1.0+13.10.20130917.1-0ubuntu1) saucy; urgency=low + + [ Sergio Schvezov ] + * Allowing to boostrap directly into an Ubuntu system. Added a + wait_for_recovery to avoid timing issues. Added bootstrap option for + user consistency. (LP: #1226565) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 187 + + -- Ubuntu daily release Tue, 17 Sep 2013 22:54:13 +0000 + +phablet-tools (1.0+13.10.20130916.2-0ubuntu1) saucy; urgency=low + + [ Loïc Minier ] + * Fix log when downloading sigs. + * Run pyflakes and pep8 static checkers in test suite and at build + time; fix a pyflakes warning. . + + [ Sergio Schvezov ] + * Removing dead code, moving ubuntu_stamp retrieval and minor fixes to + flashing plain android. + * Delete new writable flash when flashing ubuntu-system (touch_ro). + * Updating to reflect changes in update server. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 185 + + -- Ubuntu daily release Mon, 16 Sep 2013 21:28:53 +0000 + +phablet-tools (1.0+13.10.20130904.1-0ubuntu1) saucy; urgency=low + + [ Chris Johnston ] + * Adds python-lzma as a depends. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 179 + + -- Ubuntu daily release Wed, 04 Sep 2013 20:18:35 +0000 + +phablet-tools (1.0+13.10.20130904-0ubuntu1) saucy; urgency=low + + [ Sergio Schvezov ] + * Using device file from system image server to extract recovery + instead of downloading the latest from cdimage. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 177 + + -- Ubuntu daily release Wed, 04 Sep 2013 15:57:39 +0000 + +phablet-tools (1.0+13.10.20130830-0ubuntu1) saucy; urgency=low + + [ Sergio Schvezov ] + * Fix arguments for no backup in ubuntu system images. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 175 + + -- Ubuntu daily release Fri, 30 Aug 2013 02:06:10 +0000 + +phablet-tools (1.0+13.10.20130828-0ubuntu1) saucy; urgency=low + + [ Loïc Minier ] + * Add support for selecting other channels for system-image. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 173 + + -- Ubuntu daily release Wed, 28 Aug 2013 22:04:21 +0000 + +phablet-tools (1.0+13.10.20130827-0ubuntu1) saucy; urgency=low + + [ Andy Doan ] + * rename phablet-network-setup to phablet-network and do some cleanups + 1) remove the SSH setup options. These aren't going to be supported + in read-only images 2) add ability to wait for the network to become + active before continuing. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 171 + + -- Ubuntu daily release Tue, 27 Aug 2013 18:04:24 +0000 + +phablet-tools (1.0+13.10.20130826-0ubuntu1) saucy; urgency=low + + [ Sergio Schvezov ] + * Backup and restore when flashing ubuntu image based upgrade. + + [ Andy Doan ] + * remove the need for ssh forwarding in phablet-test-run This also + removes the autopilot setup code since its no longer needed. . + + [ Ubuntu daily release ] + * Automatic snapshot from revision 169 + + -- Ubuntu daily release Mon, 26 Aug 2013 18:05:09 +0000 + +phablet-tools (1.0+13.10.20130823-0ubuntu1) saucy; urgency=low + + [ Sergio Schvezov ] + * Separating Ubuntu Image Based Upgrade downloads into specific device + download directories. (LP: #1213177, #1211956, #1215209) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 166 + + -- Ubuntu daily release Fri, 23 Aug 2013 06:04:19 +0000 + +phablet-tools (1.0+13.10.20130821-0ubuntu1) saucy; urgency=low + + [ Sergio Schvezov ] + * Adding tool to provision devices with artifacts for click package + testing. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 164 + + -- Ubuntu daily release Wed, 21 Aug 2013 22:04:31 +0000 + +phablet-tools (1.0+13.10.20130819-0ubuntu1) saucy; urgency=low + + [ Chris Johnston ] + * Removes extra forward slash from system image download urls. (LP: + #1212108) + + [ Evan Dandrea ] + * Respect the --base-path argument. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 162 + + -- Ubuntu daily release Mon, 19 Aug 2013 02:04:19 +0000 + +phablet-tools (1.0+13.10.20130814-0ubuntu1) saucy; urgency=low + + [ Sergio Schvezov ] + * Don't use file locking and just pass on the exception if the dir + already exists. (LP: #1211708) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 159 + + -- Ubuntu daily release Wed, 14 Aug 2013 06:04:26 +0000 + +phablet-tools (1.0+13.10.20130813-0ubuntu1) saucy; urgency=low + + [ Sergio Schvezov ] + * phablet-flash: Locking while directories are created by different + parallel runs. (LP: #1209408) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 157 + + -- Ubuntu daily release Tue, 13 Aug 2013 02:05:36 +0000 + +phablet-tools (1.0+13.10.20130809.2-0ubuntu1) saucy; urgency=low + + [ Sergio Schvezov ] + * phablet-flash: Using the correct script for an Image Based Upgrade. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 155 + + -- Ubuntu daily release Fri, 09 Aug 2013 22:04:10 +0000 + +phablet-tools (1.0+13.10.20130809.1-0ubuntu1) saucy; urgency=low + + [ Ricardo Salveti de Araujo ] + * phablet-dev-bootstrap: changing default repo to phablet-saucy . + + [ Sergio Schvezov ] + * phablet-flash: Adding common options to ubuntu-system. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 153 + + -- Ubuntu daily release Fri, 09 Aug 2013 18:04:07 +0000 + +phablet-tools (1.0+13.10.20130809-0ubuntu1) saucy; urgency=low + + [ Sergio Schvezov ] + * phablet-flash: + - Refactoring to accommodate multiple provisioning scenarios. + - Command line switched into using positional arguments. + - Adding support to flash community devices. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 150 + + -- Ubuntu daily release Fri, 09 Aug 2013 11:13:40 +0000 + +phablet-tools (0.15+13.10.20130806-0ubuntu1) saucy; urgency=low + + [ Andy Doan ] + * Add flocking ability to downloader for safer concurrent operations. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 148 + + -- Ubuntu daily release Tue, 06 Aug 2013 00:01:55 +0000 + +phablet-tools (0.15+13.10.20130730-0ubuntu1) saucy; urgency=low + + [ Sergio Schvezov ] + * Adding option to ubuntu bootstrap a relative revision and explicitly + delete /data/.developer_mode. Cosmetic pep8 fixes as well. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 146 + + -- Ubuntu daily release Tue, 30 Jul 2013 21:03:25 +0000 + +phablet-tools (0.15+13.10.20130723-0ubuntu1) saucy; urgency=low + + [ Rex Tsai ] + * Fixed the image name typo in bootstrap_files. (LP: #1203652). (LP: + #1203652) + + [ Alexander Sack ] + * check device and ip state _after_ sleep in network bringup code. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 144 + + -- Ubuntu daily release Tue, 23 Jul 2013 00:02:16 +0000 + +phablet-tools (0.15+13.10.20130720.1-0ubuntu1) saucy; urgency=low + + [ Stéphane Graber ] + * Fix broken load_keyring call. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 141 + + -- Ubuntu daily release Sat, 20 Jul 2013 14:44:16 +0000 + +phablet-tools (0.15+13.10.20130720-0ubuntu1) saucy; urgency=low + + [ Sergio Schvezov ] + * Added image signing and master download and copy to device. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 139 + + -- Ubuntu daily release Sat, 20 Jul 2013 00:01:58 +0000 + +phablet-tools (0.15+13.10.20130719.1-0ubuntu1) saucy; urgency=low + + [ Sergio Schvezov ] + * Adding option for image based updates bootstraps. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 137 + + -- Ubuntu daily release Fri, 19 Jul 2013 15:26:42 +0000 + +phablet-tools (0.15+13.10.20130719-0ubuntu1) saucy; urgency=low + + [ Sergio Schvezov ] + * Removing fastboot -w and adding manual cleanups in adb for recovery + zips with a new --wipe option, bootstrap uses this safe wipe + mechanism as well. (LP: #1185074) + * Update tests for upstart sessions. + * Using DEBIAN_FRONTEND=noninteractive for phablet-network-setup and + phablet-test-run. + + [ Omer Akram ] + * Update tests for upstart sessions. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 135 + + -- Ubuntu daily release Fri, 19 Jul 2013 00:02:34 +0000 + +phablet-tools (0.15+13.10.20130718-0ubuntu1) saucy; urgency=low + + [ Mathieu Trudel-Lapierre ] + * Exclude tests from the files being installed. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 131 + + -- Ubuntu daily release Thu, 18 Jul 2013 00:01:58 +0000 + +phablet-tools (0.15+13.10.20130716-0ubuntu1) saucy; urgency=low + + [ Sergio Schvezov ] + * Initial testing with small code refactors. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 129 + + -- Ubuntu daily release Tue, 16 Jul 2013 00:02:40 +0000 + +phablet-tools (0.15+13.10.20130712-0ubuntu1) saucy; urgency=low + + [ Sergio Schvezov ] + * Allow for installing from pending using --pending and picking up + current from its link. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 127 + + -- Ubuntu daily release Fri, 12 Jul 2013 15:02:41 +0000 + +phablet-tools (0.15+13.10.20130711-0ubuntu1) saucy; urgency=low + + [ Ricardo Salveti de Araujo ] + * phablet-dev-bootstrap: don't need to branch hybris anymore. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 125 + + -- Ubuntu daily release Thu, 11 Jul 2013 00:01:49 +0000 + +phablet-tools (0.15+13.10.20130710-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 123 + + -- Ubuntu daily release Wed, 10 Jul 2013 06:18:50 +0000 + +phablet-tools (0.15-0ubuntu1) saucy; urgency=low + + * New release so we can easily identify if version is compatible with the + flipped image. + + -- Ricardo Salveti de Araujo Tue, 09 Jul 2013 20:03:40 -0300 + +phablet-tools (0.14+13.10.20130704-0ubuntu1) saucy; urgency=low + + [ Sergio Schvezov ] + * phablet-network-setup: detect flipped or non flipped images and + deploy the right way. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 121 + + -- Ubuntu daily release Thu, 04 Jul 2013 00:01:12 +0000 + +phablet-tools (0.14+13.10.20130703-0ubuntu1) saucy; urgency=low + + [ Sergio Schvezov ] + * * flipped images are default. * legacy option added for older + builds. * if cdimage creates a SHA256SUMS it will be used (Fixes + lp:1196585). * recreated download code. * created environment module + to hide all the environment differences. (LP: #1196585) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 119 + + -- Ubuntu daily release Wed, 03 Jul 2013 10:11:30 +0000 + +phablet-tools (0.14+13.10.20130701.1-0ubuntu1) saucy; urgency=low + + [ Jean-Baptiste Lallement ] + * * phablet-test-run: - Adds support for flipped images to - Fixes + option -n. + + [ Sergio Schvezov ] + * phablet-flash: fix list-revisions option. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 117 + + -- Ubuntu daily release Mon, 01 Jul 2013 17:04:39 +0000 + +phablet-tools (0.14daily13.06.22-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 114 + + -- Ubuntu daily release Sat, 22 Jun 2013 00:01:06 +0000 + +phablet-tools (0.14daily13.06.21-0ubuntu1) saucy; urgency=low + + * Updated phabletutils/downloads.py so curl will follow http redirects + + -- Sean Feole Fri, 21 Jun 2013 10:37:20 -0400 + +phablet-tools (0.14daily13.06.20-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 112 + + -- Ubuntu daily release Thu, 20 Jun 2013 00:01:14 +0000 + +phablet-tools (0.14daily13.06.15-0ubuntu1) saucy; urgency=low + + [ Omer Akram ] + * fix phablet-test-run -n by using the right binary name. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 110 + + -- Ubuntu daily release Sat, 15 Jun 2013 00:02:06 +0000 + +phablet-tools (0.14daily13.06.12.1-0ubuntu1) saucy; urgency=low + + [ Sergio Schvezov ] + * Enabling -l for latest and grabbing the latest tagged revision by + default. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 108 + + -- Ubuntu daily release Wed, 12 Jun 2013 16:31:27 +0000 + +phablet-tools (0.14daily13.06.12-0ubuntu1) saucy; urgency=low + + [ Sergio Schvezov ] + * Lowering the space check and adding an option to skip it completely. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 106 + + -- Ubuntu daily release Wed, 12 Jun 2013 00:02:07 +0000 + +phablet-tools (0.14daily13.06.05-0ubuntu1) saucy; urgency=low + + [ Omer Akram ] + * Fix phablet-test-run -n . + * Fix autopilot install. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 104 + + -- Ubuntu daily release Wed, 05 Jun 2013 00:02:38 +0000 + +phablet-tools (0.14daily13.05.31-0ubuntu1) saucy; urgency=low + + [ Sergio Schvezov ] + * Adding tool to install demo content. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 101 + + -- Ubuntu daily release Fri, 31 May 2013 00:02:02 +0000 + +phablet-tools (0.14daily13.05.30-0ubuntu1) saucy; urgency=low + + [ Ursula Junque (Ursinha) ] + * Removing vendors as a required argument as it's not being used right + now (no support for "breakfast"), so the script can be used to setup + the environment for any devices. + + [ Mike Carifio ] + * Remember the user agreed to the license previously so s/he isn't + continually prompted. + + [ Albert Astals ] + * Add "" to the -z test This way i can run phablet-network-setup -n + "/etc/NetworkManager/system-connections/tsdgeos 4" and not get an + error about phablet-network-setup: line 79: [: + /etc/NetworkManager/system-connections/tsdgeos: binary operator + expected. + + [ Matthew Fischer ] + * Move the disk space check before the download to reduce annoyance + when you're out of space. + + [ Michael Zanetti ] + * fix installation of multiple local packages. + + [ Sergio Schvezov ] + * Initial version of tool to deploy on maguro from jenkins build + * Adding more options and making script more robust + * Name change so it's friendlier and identifiable when packaged. Use + of cyanogen jenkins job by default. Added -l option to retrieve from + the previous AOSP builds + * Packaging added New script phablet-jenkins-recovery-deploy to + download and push recovery Fixed opt in phablet-jenkins-deploy + script. + * Moving instead of copying to save a useles delete + * Making changes to settings for backwards compatibility with UfA. + * Using the uuid to find the active network instead of ssid. (LP: + #1159874) + * Provide options on phablet-flash to download and list available + releases on cdimage. (LP: #1163277) + * Artificially waiting 2 seconds before wait-for-device which fails to + wait if called too soon. (LP: #1176929) + * Wiping user data on bootstrap Adding fastboot helper Removing the + need of sudo to fastboot. + * Don't validate device when bootstraping and move wait logic to only + happen when needed which was increased to 15. + + [ Alistair Buxton ] + * Adds an option to only download image files and skip device + flashing. (LP: #1153346) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 99 + + -- Ubuntu daily release Thu, 30 May 2013 00:24:13 +0000 + +phablet-tools (0.14daily13.05.29.1ubuntu.unity.next-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 98 (ubuntu-unity/next) + + -- Ubuntu daily release Wed, 29 May 2013 16:55:40 +0000 + +phablet-tools (0.14daily13.05.29ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Sergio Schvezov ] + * Don't validate device when bootstraping and move wait logic to only + happen when needed which was increased to 15. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 97 (ubuntu-unity/next) + + -- Ubuntu daily release Wed, 29 May 2013 00:02:03 +0000 + +phablet-tools (0.14daily13.05.22ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Sergio Schvezov ] + * Wiping only when a recovery file is provided and doing the right thing + up for the case when it is not there. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 95 (ubuntu-unity/next) + + -- Ubuntu daily release Wed, 22 May 2013 00:01:56 +0000 + +phablet-tools (0.13daily13.05.16ubuntu.unity.next-0ubuntu1) saucy; urgency=low + + [ Sergio Schvezov ] + * Wiping user data on bootstrap Adding fastboot helper Removing the + need of sudo to fastboot. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 93 (ubuntu-unity/next) + + -- Sergio Schvezov Mon, 20 May 2013 11:18:16 -0300 + +phablet-tools (0.13daily13.05.10ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Sergio Schvezov ] + * phablet-network-setup: adding wait before refreshing packagnig cache. + * phablet-flash sometimes fails saying "error: device not found" (LP: + #1176929) + * phablet-network-setup doesn't wait for DNS when installing ssh (LP: + #1175806) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 91 (ubuntu-unity/next) + + -- Ubuntu daily release Fri, 10 May 2013 00:01:02 +0000 + +phablet-tools (0.12daily13.05.07ubuntu.unity.next-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 88 (ubuntu-unity/next) + + -- Ubuntu daily release Tue, 07 May 2013 00:01:02 +0000 + +phablet-tools (0.12daily13.04.25ubuntu.unity.next-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 85 (ubuntu-unity/next) + + -- Ubuntu daily release Thu, 25 Apr 2013 00:01:59 +0000 + +phablet-tools (0.12-0ubuntu1) raring; urgency=low + + * Allowing alternate settings without a default_series entry to work + + -- Sergio Schvezov Wed, 24 Apr 2013 18:30:35 -0300 + +phablet-tools (0.11daily13.04.24ubuntu.unity.next-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 83 (ubuntu-unity/next) + + -- Ubuntu daily release Wed, 24 Apr 2013 00:02:12 +0000 + +phablet-tools (0.11daily13.04.17ubuntu.unity.next-0ubuntu1) raring; urgency=low + + * phablet-flash: + - Setting raring as the default. + - Performing series automagic. + + -- Sergio Schvezov Mon, 22 Apr 2013 17:19:37 -0300 + +phablet-tools (0.10daily13.04.17ubuntu.unity.next-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 81 (ubuntu-unity/next) + + -- Ubuntu daily release Wed, 17 Apr 2013 00:01:45 +0000 + +phablet-tools (0.10daily13.04.15ubuntu.unity.next-0ubuntu1) raring; urgency=low + + * phablet-test-run: + - New test tool. + * phablet-network-setup: + - Installing keys if ssh setup is requested + + -- Sergio Schvezov Mon, 15 Apr 2013 15:22:23 -0300 + +phablet-tools (0.9daily13.04.15ubuntu.unity.next-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 79 (ubuntu-unity/next) + + -- Ubuntu daily release Mon, 15 Apr 2013 00:01:52 +0000 + +phablet-tools (0.9daily13.04.11ubuntu.unity.next-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 77 (ubuntu-unity/next) + + -- Ubuntu daily release Thu, 11 Apr 2013 00:02:04 +0000 + +phablet-tools (0.9daily13.04.10ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Mathieu Trudel-Lapierre ] + * debian/control: + - Wrap and sort Depends/Build-Depends, use trailing commas. + - Add/Update Vcs-Bzr, Vcs-Browser, add comment to developers. + - Update Maintainer for upload to the archive. + * debian/rules: + - Override dh_install to use --fail-missing. + + [ Sergio Schvezov ] + * Grabbing the latest is now the default (LP: #1163274) + - The -l option is now deprecated + * Attempt to start the adb server before executing anything (LP: #1143946) + * Don't attempt to re-download if complete (LP: #1163898) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 75 (ubuntu-unity/next) + + -- Ubuntu daily release Wed, 10 Apr 2013 00:02:26 +0000 + +phablet-tools (0.8-0phablet2) raring; urgency=low + + * phablet-flash: fix import of alternate settings to allow a full path + to a settings file + + -- Alex Chiang Tue, 26 Mar 2013 14:59:44 -0700 + +phablet-tools (0.8-0phablet1) raring; urgency=low + + [ Ricardo Salveti de Araujo ] + * Improving the free size check by allowing >= 4 GB + + [ Riccardo Padovani ] + * Fixing typo error (LP: #1139999) + + [ Alex Chiang ] + * Extend phablet-tools to be a generic Android ROM flasher + + -- Alex Chiang Thu, 21 Mar 2013 21:15:00 -0700 + +phablet-tools (0.7-0phablet1) raring; urgency=low + + [ Ricardo Salveti ] + * Fixing jenkins build id due changes at the stamp file (LP: #1154595) + + [ Alistair Buxton ] + * Adds an option to only download image files and skip device flashing + (LP: #1153346) + + -- Ricardo Salveti de Araujo Wed, 13 Mar 2013 13:23:53 -0300 + +phablet-tools (0.6-0phablet1) raring; urgency=low + + [ Sergio Schvezov ] + * Use wget only for cdimage downloads. + * Adding option to get latest daily build. + * Adding conflicting options to conflict group + * Fixing phablet-flash description. LP: #1132967 + + [ Mike Carifio ] + * Remember licence agreement. + + -- Sergio Schvezov Tue, 26 Feb 2013 13:09:38 -0300 + +phablet-tools (0.5-0phablet2) raring; urgency=low + + [ Michael Zanetti ] + * Fix phablet-network-setup -i with multiple devices attached + + [ Sergio Schvezov ] + * Checking if enough free space is found on target device before flash + * Fixing changelog + + -- Sergio Schvezov Mon, 25 Feb 2013 11:46:10 -0300 + +phablet-tools (0.5-0phablet1) raring; urgency=low + + * Adding offline mode. + + -- Sergio Schvezov Sat, 23 Feb 2013 17:23:22 -0300 + +phablet-tools (0.4-0phablet4) raring; urgency=low + + * Do not require a vendor branch to initialize + + -- Sergio Schvezov Fri, 22 Feb 2013 10:58:25 -0300 + +phablet-tools (0.4-0phablet3) quantal; urgency=low + + * Require >= 4.2.2 version of adb and fastboot for device auth. + + -- Loïc Minier Thu, 21 Feb 2013 15:54:49 +0100 + +phablet-tools (0.4-0phablet2) quantal; urgency=low + + * Replace curl with wget to avoid issue when resuming a completed download. + + -- Loïc Minier Thu, 21 Feb 2013 13:54:00 +0100 + +phablet-tools (0.4-0phablet1) quantal; urgency=low + + * Fixing issues in phablet-flash + - Keyboard interrupt doesn't raise exception on license display + - Checking return code for stamp in appropriate location + * Adding repo tool + * Adding a bootstrap tool + * Adding a networking helper tool + + -- Sergio Schvezov Thu, 21 Feb 2013 02:08:53 -0300 + +phablet-tools (0.3-0phablet1) quantal; urgency=low + + * Fixing typo in recovery image for system + + -- Sergio Schvezov Wed, 20 Feb 2013 04:09:49 -0300 + +phablet-tools (0.2-0ubuntu1) raring; urgency=low + + * Setup to download from cdimage + + -- Sergio Schvezov Tue, 19 Feb 2013 18:17:56 -0300 + +phablet-tools (0.1-0ubuntu1~raring) raring; urgency=low + + * Initial release + + -- Sergio Schvezov Tue, 12 Feb 2013 12:58:31 -0300 --- phablet-tools-1.0+13.10.20131014.1.orig/debian/source/format +++ phablet-tools-1.0+13.10.20131014.1/debian/source/format @@ -0,0 +1 @@ +1.0