--- phablet-tools-0.15+13.10.20130711.orig/debian/phablet-tools.lintian-overrides +++ phablet-tools-0.15+13.10.20130711/debian/phablet-tools.lintian-overrides @@ -0,0 +1 @@ +phablet-tools: binary-without-manpage --- phablet-tools-0.15+13.10.20130711.orig/debian/copyright +++ phablet-tools-0.15+13.10.20130711/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-0.15+13.10.20130711.orig/debian/control +++ phablet-tools-0.15+13.10.20130711/debian/control @@ -0,0 +1,35 @@ +Source: phablet-tools +Priority: extra +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Sergio Schvezov +Build-Depends: debhelper (>= 9.0.0), python (>= 2.7), python-setuptools, +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), + curl, + python-configobj, + python-launchpadlib, + python-requests, + python-xdg, + wget, + ${misc:Depends}, + ${python:Depends}, +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-0.15+13.10.20130711.orig/debian/compat +++ phablet-tools-0.15+13.10.20130711/debian/compat @@ -0,0 +1 @@ +9 --- phablet-tools-0.15+13.10.20130711.orig/debian/rules +++ phablet-tools-0.15+13.10.20130711/debian/rules @@ -0,0 +1,10 @@ +#!/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 --- phablet-tools-0.15+13.10.20130711.orig/debian/changelog +++ phablet-tools-0.15+13.10.20130711/debian/changelog @@ -0,0 +1,427 @@ +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-0.15+13.10.20130711.orig/debian/source/format +++ phablet-tools-0.15+13.10.20130711/debian/source/format @@ -0,0 +1 @@ +1.0