--- uoa-integration-tests-0.2+15.04.20150413.3.orig/debian/changelog +++ uoa-integration-tests-0.2+15.04.20150413.3/debian/changelog @@ -0,0 +1,72 @@ +uoa-integration-tests (0.2+15.04.20150413.3-0ubuntu1) vivid; urgency=medium + + [ Alberto Mardegan ] + * Add python package for application testing + + -- CI Train Bot Mon, 13 Apr 2015 11:28:54 +0000 + +uoa-integration-tests (0.2+14.10.20140506.1-0ubuntu1) utopic; urgency=medium + + [ Alberto Mardegan ] + * Use python3. + * Add an account plugin to test a form-based authentication + (username/password). + + [ Ubuntu daily release ] + * New rebuild forced + + -- Ubuntu daily release Tue, 06 May 2014 12:47:05 +0000 + +uoa-integration-tests (0.1+13.10.20131003.1-0ubuntu1) saucy; urgency=low + + [ Alberto Mardegan ] + * Add QML plugin. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 10 + + -- Ubuntu daily release Thu, 03 Oct 2013 16:36:26 +0000 + +uoa-integration-tests (0.1daily13.06.14-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * added COPYING . + + [ Ubuntu daily release ] + * Automatic snapshot from revision 8 + + -- Ubuntu daily release Fri, 14 Jun 2013 04:31:57 +0000 + +uoa-integration-tests (0.1daily13.06.05.1-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * initial packaging + * updated packaging and removed the autopilot tests, moved to gnome- + control-center-signon + * updated build depends + * cleaned up a bit and added fail-missing + + [ Alberto Mardegan ] + * Initial commit + + [ Ubuntu daily release ] + * Automatic snapshot from revision 6 + + -- Ubuntu daily release Wed, 05 Jun 2013 18:48:58 +0000 + +uoa-integration-tests (0.1daily13.05.14ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Ken VanDine ] + * Initial release + * initial packaging + * updated packaging and removed the autopilot tests, moved to gnome- + control-center-signon + * updated build depends + + [ Alberto Mardegan ] + * Initial commit + + [ Ubuntu daily release ] + * Automatic snapshot from revision 5 (ubuntu-unity/next) + + -- Ubuntu daily release Tue, 14 May 2013 15:59:43 +0000 --- uoa-integration-tests-0.2+15.04.20150413.3.orig/debian/compat +++ uoa-integration-tests-0.2+15.04.20150413.3/debian/compat @@ -0,0 +1 @@ +9 --- uoa-integration-tests-0.2+15.04.20150413.3.orig/debian/control +++ uoa-integration-tests-0.2+15.04.20150413.3/debian/control @@ -0,0 +1,29 @@ +Source: uoa-integration-tests +Section: python +Priority: optional +Maintainer: Ken VanDine +Build-Depends: debhelper (>= 9.0.0), + dbus, + dh-python, + gir1.2-accounts-1.0, + gir1.2-glib-2.0, + gir1.2-signon-1.0, + python3-all, + python3-fixtures, + python3-gi, + python3-setuptools, + python3-testtools, + signon-plugin-oauth2, + signond, +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/uoa-integration-tests +# If you aren't a member of ~online-accounts but need to upload packaging changes, +# just go ahead. ~online-accounts will notice and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~online-accounts/uoa-integration-tests/trunk +Vcs-Browser: https://bazaar.launchpad.net/~online-accounts/uoa-integration-tests/trunk/files + +Package: uoa-integration-tests +Architecture: all +Depends: ${python:Depends}, ${misc:Depends} +Description: Ubuntu Online Accounts integration tests - Common + Ubuntu Online Accounts integration tests --- uoa-integration-tests-0.2+15.04.20150413.3.orig/debian/copyright +++ uoa-integration-tests-0.2+15.04.20150413.3/debian/copyright @@ -0,0 +1,10 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: uoa-integration-tests +Upstream-Contact: Alberto Mardegan +Source: https://launchpad.net/uoa-integration-tests + +Files: * +Copyright: 2013 Canonical Ltd. +License: GPL-3 + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-3". --- uoa-integration-tests-0.2+15.04.20150413.3.orig/debian/rules +++ uoa-integration-tests-0.2+15.04.20150413.3/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +override_dh_install: + dh_install --fail-missing + +%: + dh $@ --with python3 --buildsystem=pybuild