--- cordova-ubuntu-tests-2.11+14.04.20140130.3.orig/debian/changelog +++ cordova-ubuntu-tests-2.11+14.04.20140130.3/debian/changelog @@ -0,0 +1,112 @@ +cordova-ubuntu-tests (2.11+14.04.20140130.3-0ubuntu1) trusty; urgency=low + + [ Robert Bruce Park ] + * Python 3 fixes. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 32 + + -- Ubuntu daily release Thu, 30 Jan 2014 17:53:12 +0000 + +cordova-ubuntu-tests (2.11+14.04.20131108.2-0ubuntu1) trusty; urgency=low + + [ Robert Bruce Park ] + * Drop unity-autopilot dependency. + * Move the mouse around to keep the screen awake. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 30 + + -- Ubuntu daily release Fri, 08 Nov 2013 20:06:11 +0000 + +cordova-ubuntu-tests (2.11+14.04.20131106-0ubuntu1) trusty; urgency=low + + * New rebuild forced + * Automatic snapshot from revision 27 + + -- Ubuntu daily release Wed, 06 Nov 2013 14:26:06 +0000 + +cordova-ubuntu-tests (2.11+14.04.20131024.5-0ubuntu1) trusty; urgency=low + + [ Víctor R. Ruiz ] + * Correct path in .desktop file. (LP: #1228244) + * Add --desktop_file_hint argument to launch the tests. (LP: #1228215) + * Add missing dependency for dpkg-architecture. + * Autopilot: Run individual tests for each API. + * Skip unsupported API tests. + * Fix indent issue. + + [ Robert Bruce Park ] + * Add Conflicts: with old cordova package that interferes with tests. + * Autopilot: Fix path to Mobile Spec Suite + * fix the patch, fix the rules file to get quilt running + * Better arch-aware quilt patches. + * Make patch apply cleanly. + * Drop ugly arch-aware patches. + + [ Maxim Ermilov ] + * remove expected to fail tests. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 26 + + -- Ubuntu daily release Thu, 24 Oct 2013 19:52:29 +0000 + +cordova-ubuntu-tests (2.11+13.10.20130920.4-0ubuntu2) saucy; urgency=low + + * Disable certain APIs on armhf, ie Ubuntu Touch + + -- David Barth Tue, 08 Oct 2013 20:16:09 +0200 + +cordova-ubuntu-tests (2.11+13.10.20130920.4-0ubuntu1) saucy; urgency=low + + [ Robert Bruce Park ] + * Add missing dependency on cordova-ubuntu-tests (LP: #1227419). (LP: + #1227419) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 11 + + -- Ubuntu daily release Fri, 20 Sep 2013 23:14:51 +0000 + +cordova-ubuntu-tests (2.11+13.10.20130907-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 9 + + -- Ubuntu daily release Sat, 07 Sep 2013 02:04:20 +0000 + +cordova-ubuntu-tests (2.11+13.10.20130904.2-0ubuntu1) saucy; urgency=low + + [ Víctor R. Ruiz ] + * Replaces the sleep() with a proper check for the test suite to + finish. + * Replace relative with absolute path for CordovaMobileSpec in + main.qml. + + [ Robert Bruce Park ] + * Packaging fixes requested by Martin Pitt. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 8 + + -- Ubuntu daily release Wed, 04 Sep 2013 15:59:24 +0000 + +cordova-ubuntu-tests (2.11+13.10.20130827.5-0ubuntu1) saucy; urgency=low + + [ Víctor R. Ruiz ] + * Initial import + + [ Robert Bruce Park ] + * Added autopilot tests. + * Finish renaming CordovaMobileSpec into cordova-ubuntu-tests. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 4 + + -- Ubuntu daily release Tue, 27 Aug 2013 22:04:43 +0000 + +cordova-ubuntu-tests (2.11-0ubuntu1) saucy; urgency=medium + + * Initial release. + + -- Maxim Ermilov Wed, 17 Jul 2013 03:27:42 +0400 --- cordova-ubuntu-tests-2.11+14.04.20140130.3.orig/debian/compat +++ cordova-ubuntu-tests-2.11+14.04.20140130.3/debian/compat @@ -0,0 +1 @@ +9 --- cordova-ubuntu-tests-2.11+14.04.20140130.3.orig/debian/control +++ cordova-ubuntu-tests-2.11+14.04.20140130.3/debian/control @@ -0,0 +1,33 @@ +Source: cordova-ubuntu-tests +Section: devel +Priority: optional +Maintainer: Ubuntu Desktop Team +Build-Depends: cmake, + debhelper (>= 9), + python (>= 2.7), + python-setuptools, +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/cordova-ubuntu-tests +# if you don't have have commit access to this branch but would like to upload +# directly to Ubuntu, don't worry: your changes will be merged back into the +# upstream branch +Vcs-Bzr: lp:cordova-ubuntu-tests + +Package: cordova-ubuntu-tests +Architecture: all +Depends: cordova-ubuntu-2.8, + ${misc:Depends}, +Description: Cordova Mobile Spec + Unit tests from Cordova Mobile Spec packaged for Ubuntu Touch. + +Package: cordova-ubuntu-autopilot +Architecture: all +Conflicts: qtdeclarative5-cordova-2.3-plugin, +Depends: cordova-ubuntu-2.8, + cordova-ubuntu-tests, + libautopilot-qt, + dpkg-dev, + ${misc:Depends}, + ${python:Depends}, +Description: Autopilot tests for Cordova + Cordova support in Ubuntu Touch tested with autopilot. --- cordova-ubuntu-tests-2.11+14.04.20140130.3.orig/debian/copyright +++ cordova-ubuntu-tests-2.11+14.04.20140130.3/debian/copyright @@ -0,0 +1,70 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: cordova-ubuntu-tests +Source: https://launchpad.net/cordova-ubuntu-tests + +Files: tests/* +Copyright: 2013 Canonical, Inc. +License: GPL-3 + +Files: www/benchmarks/uubench.js +Copyright: 2010 Aleksander Williams +License: MIT + +Files: www/autotest/html/JUnitXmlReporter.js +Copyright: 2010 Larry Myers +License: MIT + +Files: www/* +Copyright: 2013 Apache Software Foundation +License: Apache-2.0 + +License: GPL-3 + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, version 3 of the License. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU 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 version 3 can be found in '/usr/share/common-licenses/GPL-3'. + +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + +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'. --- cordova-ubuntu-tests-2.11+14.04.20140130.3.orig/debian/cordova-ubuntu-autopilot.install +++ cordova-ubuntu-tests-2.11+14.04.20140130.3/debian/cordova-ubuntu-autopilot.install @@ -0,0 +1,2 @@ +tests/autopilot/tools/qml/* usr/share/cordova-ubuntu-tests/autopilot-tests/qml/ +usr/lib/python* --- cordova-ubuntu-tests-2.11+14.04.20140130.3.orig/debian/cordova-ubuntu-tests.install +++ cordova-ubuntu-tests-2.11+14.04.20140130.3/debian/cordova-ubuntu-tests.install @@ -0,0 +1,2 @@ +usr/share/applications +usr/share/cordova-ubuntu-tests --- cordova-ubuntu-tests-2.11+14.04.20140130.3.orig/debian/rules +++ cordova-ubuntu-tests-2.11+14.04.20140130.3/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --fail-missing --with python2