--- dbus-test-runner-0.0.3.orig/debian/changelog +++ dbus-test-runner-0.0.3/debian/changelog @@ -0,0 +1,83 @@ +dbus-test-runner (0.0.3-0ubuntu1) natty; urgency=low + + [ Ted Gould ] + * New upstream release. + * Fixing test suite + * Printing more debug information on tasks dying + + [ Ken VanDine ] + * debian/rules + - Disable running tests in the package for now, it causes hangs + when run headless + * debian/control + - Changed maintainer to ~ubuntu-desktop + * debian/copyright + - Updated copyright year to match dbus-test-runner.c + + -- Ken VanDine Tue, 01 Feb 2011 08:46:27 -0500 + +dbus-test-runner (0.0.2-0ubuntu1~ppa1) natty; urgency=low + + * New upstream release. + * Uhg, not released in a while. It's everything not released. + + -- Ted Gould Tue, 07 Dec 2010 20:41:19 -0600 + +dbus-test-runner (0.0.2~bzr16-0ubuntu6) karmic; urgency=low + + * debian/control: Adding gvfs-backends as a dependency. + + -- Ted Gould Tue, 19 Jan 2010 09:37:00 -0600 + +dbus-test-runner (0.0.2~bzr16-0ubuntu5) karmic; urgency=low + + * Adding in the ability to record using bustle-dbus-watcher + * debian/control: Adding a depend on bustle. + + -- Ted Gould Tue, 08 Dec 2009 14:28:25 -0600 + +dbus-test-runner (0.0.2~bzr16-0ubuntu4) karmic; urgency=low + + * Improving the lifecycle management of all of the tasks + that are running to improve stability. + + -- Ted Gould Fri, 04 Dec 2009 15:59:18 -0600 + +dbus-test-runner (0.0.2~bzr16-0ubuntu3) karmic; urgency=low + + * Forcibly killing the dbus-daemon + + -- Ted Gould Thu, 03 Dec 2009 12:40:51 -0600 + +dbus-test-runner (0.0.2~bzr16-0ubuntu2) karmic; urgency=low + + * Karmic, whoo! hoo! + + -- Ted Gould Fri, 17 Jul 2009 21:39:53 -0500 + +dbus-test-runner (0.0.2~bzr16-0ubuntu1) jaunty; urgency=low + + * Update from trunk + * Support for --parameter to pass parameters to tasks. + + -- Ted Gould Wed, 17 Jun 2009 16:28:02 -0500 + +dbus-test-runner (0.0.2~bzr14-0ubuntu2) jaunty; urgency=low + + * Version bump for PPA. + + -- Ted Gould Fri, 05 Jun 2009 16:59:29 -0500 + +dbus-test-runner (0.0.2~bzr14-0ubuntu1) jaunty; urgency=low + + * Handles environment variables more sensably. + * Now has better default config file management. And puts that + in the help string. + + -- Ted Gould Fri, 05 Jun 2009 16:56:08 -0500 + +dbus-test-runner (0.0.1-0ubuntu1) jaunty; urgency=low + + * First packaging version. + + -- Ted Gould Wed, 22 Apr 2009 23:34:21 -0500 --- dbus-test-runner-0.0.3.orig/debian/copyright +++ dbus-test-runner-0.0.3/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Ted Gould on +Wed, 11 Feb 2009 15:41:06 -0600. + +It was downloaded from + +Upstream Author: + + Ted Gould + +Copyright: + + Copyright (C) 2010 Canonical Ltd. + +License: + + 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, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-3'. + +The Debian packaging is (C) 2009, Canonical Ltd. and +is licensed under the GPLv3, see `/usr/share/common-licenses/GPL-3'. --- dbus-test-runner-0.0.3.orig/debian/compat +++ dbus-test-runner-0.0.3/debian/compat @@ -0,0 +1 @@ +5 --- dbus-test-runner-0.0.3.orig/debian/dbus-test-runner.debhelper.log +++ dbus-test-runner-0.0.3/debian/dbus-test-runner.debhelper.log @@ -0,0 +1 @@ +dh_autoreconf_clean --- dbus-test-runner-0.0.3.orig/debian/watch +++ dbus-test-runner-0.0.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/dbus-test-runner/+download .*/dbus-test-runner-([0-9.]+)\.tar\.gz --- dbus-test-runner-0.0.3.orig/debian/rules +++ dbus-test-runner-0.0.3/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/autoreconf.mk + +DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper +LDFLAGS += -Wl,-z,defs -Wl,--as-needed +#DEB_MAKE_CHECK_TARGET := check --- dbus-test-runner-0.0.3.orig/debian/control +++ dbus-test-runner-0.0.3/debian/control @@ -0,0 +1,20 @@ +Source: dbus-test-runner +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +Build-Depends: debhelper (>= 5.0), + cdbs (>= 0.4.41), + libdbus-glib-1-dev, + dh-autoreconf +Standards-Version: 3.9.1 +Homepage: https://launchpad.net/dbus-test-runner + +Package: dbus-test-runner +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + bustle, + gvfs-backends +Description: A simple little executable for running a couple + of programs under a new DBus session. +