--- autopilot-1.3daily13.05.31ubuntu.unity.next.orig/debian/python-autopilot.pyinstall +++ autopilot-1.3daily13.05.31ubuntu.unity.next/debian/python-autopilot.pyinstall @@ -0,0 +1,6 @@ +autopilot/*.py +autopilot/display/*.py +autopilot/input/*.py +autopilot/introspection/*.py +autopilot/matchers/*.py +autopilot/process/*.py --- autopilot-1.3daily13.05.31ubuntu.unity.next.orig/debian/python-autopilot-vis.pyinstall +++ autopilot-1.3daily13.05.31ubuntu.unity.next/debian/python-autopilot-vis.pyinstall @@ -0,0 +1 @@ +autopilot/vis/*.py --- autopilot-1.3daily13.05.31ubuntu.unity.next.orig/debian/61-autopilot-uinput.rules +++ autopilot-1.3daily13.05.31ubuntu.unity.next/debian/61-autopilot-uinput.rules @@ -0,0 +1,2 @@ +# Creates autopilot group specific access to /dev/uinput +KERNEL=="uinput", SUBSYSTEM=="misc", NAME="autopilot-uinput", GROUP="autopilot", MODE="0660" --- autopilot-1.3daily13.05.31ubuntu.unity.next.orig/debian/copyright +++ autopilot-1.3daily13.05.31ubuntu.unity.next/debian/copyright @@ -0,0 +1,24 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: autopilot +Source: https://launchpad.net/autopilot + +Files: * +Copyright: 2010-2012 Canonical +License: GPL-3.0 + +License: GPL-3.0 + 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 package 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". + --- autopilot-1.3daily13.05.31ubuntu.unity.next.orig/debian/python-autopilot-tests.pyinstall +++ autopilot-1.3daily13.05.31ubuntu.unity.next/debian/python-autopilot-tests.pyinstall @@ -0,0 +1,3 @@ +autopilot/tests/*.py +autopilot/tests/unit/*.py +autopilot/tests/functional/*.py --- autopilot-1.3daily13.05.31ubuntu.unity.next.orig/debian/python-autopilot.install +++ autopilot-1.3daily13.05.31ubuntu.unity.next/debian/python-autopilot.install @@ -0,0 +1,2 @@ +usr/bin/autopilot /usr/bin/ +debian/61-autopilot-uinput.rules /lib/udev/rules.d --- autopilot-1.3daily13.05.31ubuntu.unity.next.orig/debian/python-autopilot.docs +++ autopilot-1.3daily13.05.31ubuntu.unity.next/debian/python-autopilot.docs @@ -0,0 +1,2 @@ +docs/_build/html/ + --- autopilot-1.3daily13.05.31ubuntu.unity.next.orig/debian/python-autopilot-trace.install +++ autopilot-1.3daily13.05.31ubuntu.unity.next/debian/python-autopilot-trace.install @@ -0,0 +1 @@ +usr/lib/python2.7/dist-packages/autopilot/tracepoint.so --- autopilot-1.3daily13.05.31ubuntu.unity.next.orig/debian/control +++ autopilot-1.3daily13.05.31ubuntu.unity.next/debian/control @@ -0,0 +1,113 @@ +Source: autopilot +Section: python +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Thomi Richards +Build-Depends: debhelper (>= 9.0.0), + gir1.2-ibus-1.0, + gir1.2-gconf-2.0, + gir1.2-gtk-2.0, + python (>= 2.6), + python-dbus, + python-dev, + python-debian, + python-mock, + python-setuptools, + python-sphinx, + python-testtools, + python-testscenarios, + python-xlib, + python-zeitgeist, + liblttng-ust-dev, +Standards-Version: 3.9.3 +Homepage: https://launchpad.net/autopilot +Vcs-bzr: https://code.launchpad.net/+branch/ubuntu/autopilot + +Package: python-autopilot +Architecture: all +Depends: ${misc:Depends}, + ${python:Depends}, + python-dbus, + python-junitxml, + python-testscenarios, + python-testtools, + udev, +Recommends: autopilot-desktop | autopilot-touch, + libautopilot-gtk (>= 1.3), + libautopilot-qt (>= 1.3), + python-autopilot-trace, + recordmydesktop, +Description: Utility to write and run integration tests easily + The autopilot engine enables to ease the writing of python tests + for your application manipulating your inputs like the mouse and + keyboard. It also provides a lot of utilities linked to the X server + and detecting applications. + +Package: python-autopilot-trace +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + python-autopilot, +Description: Support for tracing in autopilot + This package contains the binary lttng trace point for tracing + autopilot tests. This is useful when using autopilot to exercise + an instrumented application. + + +Package: autopilot-touch +Architecture: all +Section: metapackages +Depends: ${misc:Depends}, + python-autopilot, + python-evdev, + python-ubuntu-platform-api, +Recommends: libautopilot-qt (>= 1.3), +Description: Autopilot support for the ubuntu Touch platform + This metapackage exists to depend on the packages needed to install and use + autopilot on the Ubuntu Touch platform. + +Package: autopilot-desktop +Architecture: all +Section: metapackages +Depends: ${misc:Depends}, + gir1.2-gconf-2.0, + gir1.2-glib-2.0, + gir1.2-gtk-2.0, + gir1.2-ibus-1.0, + python-autopilot, + python-xlib, +Recommends: python-autopilot-vis, + python-evdev, +Description: Autopilot support for the ubuntu Desktop platform + This metapackage exists to depend on the packages needed to install and use + autopilot on the Ubuntu Desktop platform. + +Package: python-autopilot-vis +Architecture: all +Depends: ${misc:Depends}, + ${python:Depends}, + python-autopilot, + python-dbus, + python-qt4, + python-qt4-dbus, +Description: The visualisation application for Autopilot. + The Autopilot vis tool allows you to inspect an application introspectioin + tree. It is a useful tool for test authors, but not required to run autopilot + tests. + +Package: python-autopilot-tests +Architecture: all +Depends: ${misc:Depends}, + ${python:Depends}, + python-autopilot, + libautopilot-gtk, + libautopilot-qt, + python-evdev, + python-mock, + python-windowmocker, + recordmydesktop, +Description: Tests for the autopilot functional test tool. + This package contains tests for the python-autopilot package. + You can use this package to verify that autopilot is functioning + correctly, or to copy the techniques used in the autopilot tests + themselves. --- autopilot-1.3daily13.05.31ubuntu.unity.next.orig/debian/python-autopilot.postinst +++ autopilot-1.3daily13.05.31ubuntu.unity.next/debian/python-autopilot.postinst @@ -0,0 +1,22 @@ +#!/bin/sh +# postinst for autopilot + +set -e + +AUTOPILOT_GROUP=autopilot + +if [ "$1" = configure ]; then + # Add the autopilot group + addgroup --quiet \ + --system \ + --no-create-home \ + "$AUTOPILOT_GROUP" || true + + # Add each sudo user to the autopilot group + for u in $(getent group sudo | sed -e "s/^.*://" -e "s/,/ /g"); do + adduser --quiet "$u" "$AUTOPILOT_GROUP" > /dev/null || true + done + + # udev rules were installed, trigger creation of the /dev node + udevadm trigger --action=change +fi --- autopilot-1.3daily13.05.31ubuntu.unity.next.orig/debian/compat +++ autopilot-1.3daily13.05.31ubuntu.unity.next/debian/compat @@ -0,0 +1 @@ +9 --- autopilot-1.3daily13.05.31ubuntu.unity.next.orig/debian/python-autopilot.postrm +++ autopilot-1.3daily13.05.31ubuntu.unity.next/debian/python-autopilot.postrm @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +AUTOPILOT_GROUP=autopilot + +if [ "$1" = "purge" ]; then + delgroup --quiet --system "$AUTOPILOT_GROUP" > /dev/null || true +fi + +exit 0 --- autopilot-1.3daily13.05.31ubuntu.unity.next.orig/debian/rules +++ autopilot-1.3daily13.05.31ubuntu.unity.next/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +# export DH_VERBOSE=1 + +%: + dh $@ --with python2 + +override_dh_auto_build: + sphinx-build -b html -W docs/ docs/_build/html/ + dh_auto_build + +override_dh_auto_test: + python -m testtools.run discover autopilot.tests.unit + +override_dh_install: + dh_install --list-missing --- autopilot-1.3daily13.05.31ubuntu.unity.next.orig/debian/changelog +++ autopilot-1.3daily13.05.31ubuntu.unity.next/debian/changelog @@ -0,0 +1,435 @@ +autopilot (1.3daily13.05.31ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ chris.gagnon ] + * make autopilot vis use utf8 instead of ascii. (LP: #1185991) + * Add tests around autopilot video recording command line parameters. + + [ Christopher Lee ] + * Adding functionality to have code that runs after a test runs (after + the tests addCleanup) as well as before. (LP: #1184491) + * Fixes a couple of places where code wasn't updated with the recent + cleanup/start/end test code execution changes. . (LP: #1185790) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 234 (ubuntu-unity/next) + + -- Ubuntu daily release Fri, 31 May 2013 00:01:40 +0000 + +autopilot (1.3daily13.05.30ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Didier Roche ] + * don't create circular dependency. python-autopilot should recommends + -desktop or -touch autopilot, but don't dep on them. + + [ Łukasz 'sil2100' Zemczak ] + * This is stupid but... we need to check A LOT of cases to really know + if qmlscene/qmlviewer is installed, especially when qtchooser is + used. qtchooser makes it all much more complicated because using + 'which' is not enough, since it installs its wrappers to /usr/bin. + We do that since we want to be distro independent. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 229 (ubuntu-unity/next) + + -- Ubuntu daily release Thu, 30 May 2013 00:02:02 +0000 + +autopilot (1.3daily13.05.29ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Thomi Richards ] + * Define a method for defining custom emulator base classes. + * Add more documentation (basic tutorial). + * Add a -v, --version command line option. (LP: #1183700) + * Add python-evdev dependency to autopilot-desktop. (LP: #1183955) + + [ chris.gagnon ] + * don't delete the /tmp/autopilot folder during functional tests if it + already exists lp:1182755. (LP: #1182755) + * don't require -r if -rd is used fixes lp:1183618. (LP: #1183618) + + [ Łukasz 'sil2100' Zemczak ] + * I think we should use qmlviewer instead of qmlscene in tests of + autopilot - it's safer, as other qt tests use Qt4 anyway. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 226 (ubuntu-unity/next) + + -- Ubuntu daily release Wed, 29 May 2013 00:02:21 +0000 + +autopilot (1.3daily13.05.23ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Thomi Richards ] + * Disable processmanager snapshotting if there's no processmanager on + the current platform. (LP: #1182488) + + [ chris.gagnon ] + * Add option to run tests in random order. (LP: #1175327) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 218 (ubuntu-unity/next) + + -- Ubuntu daily release Thu, 23 May 2013 00:01:44 +0000 + +autopilot (1.3daily13.05.22.1ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * debian/control: + - Add missing dependencies to python-autopilot-tests required for running + the tests + + [ Thomi Richards ] + * fix bug lp:1180124 - don't patch PYTHONPATH when we're running from + /usr/ somewhere, and don't explicitly patch it in the functional + test suite. (LP: #1180124) + * Fix several packaging bugs. (LP: #1180209, #1180210, #1180207) + * Branch for fixing the latest failing autopilot tests. + * Allow keyboards to be created outside the test case runs, useful for + testing. (LP: #1182303) + + [ Francis Ginther ] + * Allow fallback to /dev/uinput if /dev/autopilot-uinput does not + exist. The touch image does not support udev and therefore does not + have /dev/autopilot-udev. It does have /dev/uinput. So the solution + is to fallback and attempt to use /dev/uinput. This should be a + short-term workaround until the touch images enable udev support. + (LP: #1180864) + + [ chris.gagnon ] + * add click_object to mouse. (LP: #1175328) + + [ Christopher Lee ] + * Fixes bug https://bugs.launchpad.net/autopilot/+bug/1178014. . (LP: + #1178014) + * Fixed an autopilot test and added debugging logging to uinput + backend. + * Added --just-suites option to list. Tests also included. (LP: + #1175825) + + [ Łukasz 'sil2100' Zemczak ] + * Branch for fixing the latest failing autopilot tests. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 215 (ubuntu-unity/next) + + -- Ubuntu daily release Wed, 22 May 2013 09:55:30 +0000 + +autopilot (1.3daily13.05.10ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Thomi Richards ] + * Enable support for lttng tracing in autopilot (LP: #1177612) + + [ Francis Ginther ] + * Autopilot needs to be run as root to access /dev/uinput (LP: + #1143038) + + [ Thomi Richards , Christopher Lee ] + * Enable support for lttng tracing in autopilot (LP: #1177612) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 204 (ubuntu-unity/next) + + -- Ubuntu daily release Fri, 10 May 2013 00:01:08 +0000 + +autopilot (1.3daily13.05.08ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Thomi Richards ] + * Autopilot launch command does not support passing arguments to + launched applications (LP: #1177107) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 200 (ubuntu-unity/next) + + -- Ubuntu daily release Wed, 08 May 2013 00:01:01 +0000 + +autopilot (1.3daily13.05.07ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Thomi Richards ] + * split tests into headless and "all" (LP: #1037937) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 197 (ubuntu-unity/next) + + -- Ubuntu daily release Tue, 07 May 2013 00:01:09 +0000 + +autopilot (1.3daily13.05.06ubuntu.unity.next-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 194 (ubuntu-unity/next) + + -- Ubuntu daily release Mon, 06 May 2013 00:01:03 +0000 + +autopilot (1.3daily13.05.03ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Thomi Richards ] + * Create version 1.3 (LP: #1168971) + + [ Sebastien Bacher ] + * use wrong mahjongg.desktop name (LP: #1165003) + + [ Thomi Richards , Barry Warsaw ] + * Autopilot tests need to be packaged separately (LP: #1170105) + + [ Leo Arias ] + * Typo on code: ApplicationProxyObect (LP: #1173404) + + [ Christopher Lee ] + * Cannot launch test applications that are in $PATH (LP: #1171298) + * autopilot.introspection get_application_launcher calls exit(1) (LP: + #1171290) + * DBus wire protocol changes required (LP: #1155351) + * Bamf backend of Process Manager start_app is raises Exception (LP: + #1174831) + * It should be possible to search the object tree recursively starting + from a given node (LP: #1144288) + * AutopilotTestCase.screen_geo needst o be renamed (LP: #1174552) + * DbusSessions created before the GObject main loop causing an + exception. (LP: #1175668) + * Autopilot tests are failing (LP: #1171294) + + [ Thomi Richards ] + * Autopilot copyright header fix (LP: #1171279) + * Need wrappers that convert from Mouse <-> Touch interfaces (LP: + #1169363) + * Asking for a specific autopilot stack backend should either succeed + or raise an exception (LP: #1169355) + * Bad formatting on exception (LP: #1171303) + * Make it easier to select an introspection type. (LP: #1172914) + * Autopilot picks the X11 display stack on the phablet devices (LP: + #1175663) + * must export PYTHONPATH before using autopilot to run it's own tests + (LP: #1171292) + * Autopilot tests need to be packaged separately (LP: #1170105) + * Autopilot is slow to kill Qt apps (LP: #1174931) + * Split autopilot vis into a separate package (LP: #1174587) + * Autopilot should not install packages not needed for the current + platform (LP: #1175694) + * Autopilot to support applications from more than one session bus + (LP: #1174425) + * Autopilot doesn't depend on or recommend introspection libs (LP: + #1158983) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 191 (ubuntu-unity/next) + + -- Ubuntu daily release Fri, 03 May 2013 00:01:17 +0000 + +autopilot (1.2daily13.03.26-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 155 + + -- Ubuntu daily release Tue, 26 Mar 2013 00:01:59 +0000 + +autopilot (1.2daily13.03.21-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 153 + + -- Ubuntu daily release Thu, 21 Mar 2013 00:01:46 +0000 + +autopilot (1.2daily13.03.18-0ubuntu1) raring; urgency=low + + [ Thomi Richards ] + * Autopilot vis crashes when Qt app returns empty reply for signal and + method lists (LP: #1155340) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 150 + + -- Ubuntu daily release Mon, 18 Mar 2013 00:02:01 +0000 + +autopilot (1.2daily13.03.05-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 148 + + -- Automatic PS uploader Tue, 05 Mar 2013 00:01:36 +0000 + +autopilot (1.2daily13.03.01-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 146 + + -- Automatic PS uploader Fri, 01 Mar 2013 00:01:46 +0000 + +autopilot (1.2daily13.02.25-0ubuntu1) raring; urgency=low + + [ Thomi Richards ] + * Autopilot does not work with wrapper scripts (LP: #1131405) + + [ Automatic PS uploader ] + * Automatic snapshot from revision 144 + + -- Automatic PS uploader Mon, 25 Feb 2013 11:05:30 +0000 + +autopilot (1.2daily13.02.22-0ubuntu1) raring; urgency=low + + [ Thomi Richards ] + * Autopilot launch tool hides process stdout & stderr (LP: #1130984) + * Autopilot launch needs to work with non-binary processes (LP: + #1130986) + * Cannot expand introspection node in 'autopilot vis' after it has + been selected. (LP: #1130472) + + [ Automatic PS uploader ] + * Automatic snapshot from revision 142 + + -- Automatic PS uploader Fri, 22 Feb 2013 00:02:36 +0000 + +autopilot (1.2daily13.02.14-0ubuntu1) raring; urgency=low + + [ Thomi Richards ] + * Autopilot needs to give better feedback when it cannot launch a test + application (LP: #1122371) + + [ Automatic PS uploader ] + * Automatic snapshot from revision 138 + + -- Automatic PS uploader Thu, 14 Feb 2013 00:01:51 +0000 + +autopilot (1.2daily13.02.13-0ubuntu1) raring; urgency=low + + [ Thomi Richards ] + * Cannot mix unity emulators with application introspection objects + (LP: #1122658) + + [ Automatic PS uploader ] + * Automatic snapshot from revision 135 + + -- Automatic PS uploader Wed, 13 Feb 2013 00:01:44 +0000 + +autopilot (1.2daily13.02.12-0ubuntu1) raring; urgency=low + + [ Thomi Richards ] + * Autopilot vis floods DBus interface (LP: #1121659) + + [ Automatic PS uploader ] + * Automatic snapshot from revision 133 + + -- Automatic PS uploader Tue, 12 Feb 2013 00:01:47 +0000 + +autopilot (1.2daily13.02.08-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 130 + + -- Automatic PS uploader Fri, 08 Feb 2013 16:34:22 +0000 + +autopilot (1.2daily13.02.06-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 128 + + -- Automatic PS uploader Wed, 06 Feb 2013 00:00:54 +0000 + +autopilot (1.2daily13.01.28-0ubuntu1) raring; urgency=low + + [ Thomi Richards ] + * Autopilot raises an exception when the introspection interface for + an application cannot be found. (LP: #1104532) + + [ Automatic PS uploader ] + * Automatic snapshot from revision 123 + + -- Automatic PS uploader Mon, 28 Jan 2013 00:00:55 +0000 + +autopilot (1.2daily13.01.25-0ubuntu1) raring; urgency=low + + [ Thomi Richards ] + * Autopilot logging framework is not configured for all commands (LP: + #1104481) + + [ Automatic PS uploader ] + * Automatic snapshot from revision 120 + + -- Automatic PS uploader Fri, 25 Jan 2013 00:00:57 +0000 + +autopilot (1.2daily13.01.23-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 118 + + -- Automatic PS uploader Wed, 23 Jan 2013 00:01:01 +0000 + +autopilot (1.2daily13.01.21-0ubuntu1) raring; urgency=low + + [ Francis Ginther ] + * Test failures/errors should appear in the verbose log (LP: #1067162) + * Verbose log contains duplicate entries (LP: #1101418) + + [ Automatic PS uploader ] + * Automatic snapshot from revision 116 + + -- Automatic PS uploader Mon, 21 Jan 2013 00:00:54 +0000 + +autopilot (1.2daily13.01.10-0ubuntu1) raring; urgency=low + + [ Thomi Richards ] + * Cannot easily launch applications with introspection support enabled + (LP: #1097102) + * autopilot uses deprecated methods. (LP: #1095865) + * Help string for 'vis' command is wrong (LP: #1097058) + + [ Automatic PS uploader ] + * Automatic snapshot from revision 114 + + [ Allan LeSage ] + * Update GTK+ introspection for renamed module (minus '-gtk'). + + -- Automatic PS uploader Thu, 10 Jan 2013 16:12:21 +0000 + +autopilot (1.2daily12.12.10-0ubuntu1) raring; urgency=low + + [ Didier Roche ] + * debian/control: + - update build-dep for latest deps + * Automatic snapshot from revision 90 (bootstrap): + - autopilot is checking for gtk2 gconf instead of real (LP: #1060973) + - autopilot exits with 0 when a test error-ed (LP: #1050208) + - Fixes a wrong import of make_proxy_object_from_service_name. + (LP: #1053023) + - autopilot crashed with AssertionError in _get_name_from_path(): Path must + be within the project (LP: #1044701) + - Adds a man page for autopilot (LP: #1037940) + + [ Thomi Richards ] + * Autopilot ibus module should use Gir ibus module, not 'python-ibus' + (LP: #1078917) + * No timestamp in verbose log (LP: #1067161) + * Less than (<) keypress emulates as a greater than keypress (>) (LP: + #1081318) + * Eventually() should have a variable time delay (LP: #1083435) + + [ Leo Arias ] + * Typos in getting started page (LP: #1078692) + * Typo in writing good tests page (LP: #1079129) + * Typo in docs: responde (LP: #1078680) + * Typo in docs: autopiolot (LP: #1078683) + * Typo in running autopilot page (LP: #1078710) + + [ Francis Ginther ] + * UnicodeDecodeError after test-suite has finished (LP: #1078732) + + [ Martin Mrazik ] + * UnicodeDecodeError after test-suite has finished (LP: #1078732) + + [ Automatic PS uploader ] + * Automatic snapshot from revision 111 + + -- Automatic PS uploader Mon, 10 Dec 2012 00:01:06 +0000 + +autopilot (1.1) quantal; urgency=low + + * Release r64 as 1.1 + + -- Sebastien Bacher Wed, 29 Aug 2012 11:26:01 +0200 + +autopilot (0.1.2) quantal; urgency=low + + * Update to trunk r63, fix compizconfig use (lp: #1038844) + * Depends on python-qt4 + + -- Sebastien Bacher Tue, 21 Aug 2012 14:52:30 +0200 + +autopilot (0.1.1) quantal; urgency=low + + * add python-setuptools build-dep + + -- Didier Roche Fri, 17 Aug 2012 11:40:24 +0200 + +autopilot (0.1) quantal; urgency=low + + * Initial Release. + + -- Didier Roche Fri, 17 Aug 2012 10:03:58 +0200 --- autopilot-1.3daily13.05.31ubuntu.unity.next.orig/debian/source/format +++ autopilot-1.3daily13.05.31ubuntu.unity.next/debian/source/format @@ -0,0 +1 @@ +1.0