--- mago-0.3+bzr20.orig/debian/watch +++ mago-0.3+bzr20/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/mago/+download .*/mago-([0-9.]+)\.tar\.gz --- mago-0.3+bzr20.orig/debian/control +++ mago-0.3+bzr20/debian/control @@ -0,0 +1,20 @@ +Source: mago +Section: utils +Priority: optional +XSBC-Original-Maintainer: Ara Pulido +Maintainer: Ubuntu MOTU Developers +Build-Depends: debhelper (>= 7), python-dev (>= 2.6.6-3), python-distutils-extra +Standards-Version: 3.8.2 +X-Python-Version: >= 2.6 +Vcs-Bzr: https://code.launchpad.net/~mago-contributors/mago/mago + +Package: mago +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, ldtp, python-ldtp, python-nose, python-xlib, python-testtools +Breaks: ${python:Breaks} +Description: Library and harness for desktop testing. + It allows the user to write desktop tests for the Linux Desktop without + needing to know how LDTP framework works internally. + ยท + It runs the tests by application and it collects results into XML and HTML + reports. --- mago-0.3+bzr20.orig/debian/rules +++ mago-0.3+bzr20/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +%: + dh $@ --with=python2 + + --- mago-0.3+bzr20.orig/debian/compat +++ mago-0.3+bzr20/debian/compat @@ -0,0 +1 @@ +7 --- mago-0.3+bzr20.orig/debian/copyright +++ mago-0.3+bzr20/debian/copyright @@ -0,0 +1,32 @@ +This package was debianized by Ara Pulido +Thu Jul 31 07:41:17 EDT 2008 + +It was downloaded from https://code.launchpad.net/mago + +Upstream Authors: + Ara Pulido + Eitan Isaacson + Javier Collado + +Copyright: + Copyright (c) 2009 Canonical + +License: + + This package is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + 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 Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. + +The entire code base may be distributed under the terms of the GNU Lesser General Public License (LGPL). --- mago-0.3+bzr20.orig/debian/changelog +++ mago-0.3+bzr20/debian/changelog @@ -0,0 +1,54 @@ +mago (0.3+bzr20-0ubuntu2) natty; urgency=low + + * debian/control: + - add missing python-testtools dependency + + -- Michael Vogt Fri, 11 Feb 2011 11:27:53 +0100 + +mago (0.3+bzr20-0ubuntu1) natty; urgency=low + + * debian/rules: + - updated to debhelper 7 + - use dh_python2 instead of python-central + * debian/pycompat: + - removed, no longer needed + * debian/control: + - dropped cdbs and python-central dependencies + * bzr snapshot of the current trunk + + -- Michael Vogt Tue, 08 Feb 2011 13:32:13 +0100 + +mago (0.3-0ubuntu3) natty; urgency=low + + * Updated from trunk + + Added new applications to our tests base + + Fixes LP: #682845 + + -- Ara Pulido Fri, 03 Dec 2010 16:08:32 +0100 + +mago (0.3-0ubuntu1) natty; urgency=low + + * New upstream release: + + Added i18n support + + Tests working on Maverick + + -- Ara Pulido Mon, 18 Oct 2010 16:08:42 +0200 + +mago (0.2-0ubuntu1) lucid; urgency=low + + * Mago tests updated for Lucid + + Fixes arguments handling (LP: #562965) + + Fixes seahorse tests (LP: #552618) + + Fixes ubuntu-menu tests (LP: #551492) + + -- Ara Pulido Wed, 14 Apr 2010 14:05:34 +0200 + +mago (0.1-0ubuntu1) karmic; urgency=low + + [ Ara Pulido ] + * Initial release. (LP: #408951) + + [ Iain Lane ] + * Remove recommends on firefox which is unnecessary + + -- Ara Pulido Tue, 4 Aug 2009 09:21:40 +0200