--- ubuntu-connman-test-0.1.1.orig/Makefile.am +++ ubuntu-connman-test-0.1.1/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = \ scripts -EXTRA_DIST = bootstrap +EXTRA_DIST = autogen.sh DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall --- ubuntu-connman-test-0.1.1.orig/Makefile.in +++ ubuntu-connman-test-0.1.1/Makefile.in @@ -182,7 +182,7 @@ SUBDIRS = \ scripts -EXTRA_DIST = bootstrap +EXTRA_DIST = autogen.sh DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive --- ubuntu-connman-test-0.1.1.orig/debian/rules +++ ubuntu-connman-test-0.1.1/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ + +override_dh_auto_configure: + @echo "autotools bootstrapping ..." + ./bootstrap + dh_auto_configure --- ubuntu-connman-test-0.1.1.orig/debian/changelog +++ ubuntu-connman-test-0.1.1/debian/changelog @@ -0,0 +1,27 @@ +ubuntu-connman-test (0.1.1-2) maverick; urgency=low + + * Version 0.1.1-2 + * Add build dependency to autoconf and automake. + * Section net. + * Distro maverick. + + -- Kalle Valo Wed, 11 Aug 2010 12:34:24 +0300 + +ubuntu-connman-test (0.1.1-1) maverick; urgency=low + + * Upstream release 0.1.1. + * Add dependencies to python&co. + + -- Kalle Valo Tue, 10 Aug 2010 17:09:29 +0300 + +ubuntu-connman-test (0.1.0-1) unstable; urgency=low + + * Upstream release 0.1.0. + + -- Kalle Valo Mon, 09 Aug 2010 16:50:21 +0300 + +ubuntu-connman-test (0.1-1) unstable; urgency=low + + * Initial release. + + -- Kalle Valo Mon, 02 Aug 2010 16:22:10 +0300 --- ubuntu-connman-test-0.1.1.orig/debian/copyright +++ ubuntu-connman-test-0.1.1/debian/copyright @@ -0,0 +1,38 @@ +This work was packaged for Debian by: + + Kalle Valo on Mon, 02 Aug 2010 16:22:10 +0300 + +It was downloaded from: + + https://code.launchpad.net/ubuntu-connman-test + +Upstream Author(s): + + Kalle Valo + +Copyright: + + Copyright 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 + version 3, as published by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranties of + MERCHANTABILITY, SATISFACTORY QUALITY, 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'. + +The Debian packaging is: + + Copyright (C) 2010 Kalle Valo + +and is licensed under the GPL version 3, see above. --- ubuntu-connman-test-0.1.1.orig/debian/control +++ ubuntu-connman-test-0.1.1/debian/control @@ -0,0 +1,13 @@ +Source: ubuntu-connman-test +Section: net +Priority: extra +Maintainer: Kalle Valo +Build-Depends: debhelper (>= 7), autoconf, automake +Standards-Version: 3.8.3 +Homepage: https://launchpad.net/ubuntu-connman-test + +Package: ubuntu-connman-test +Architecture: all +Depends: ${misc:Depends}, usbutils, pciutils, udev, python, python-dbus, python-gtk2, python-gobject +Description: automatic hardware tester for connman + Tests that different hardware works with connman and creates a report. --- ubuntu-connman-test-0.1.1.orig/debian/compat +++ ubuntu-connman-test-0.1.1/debian/compat @@ -0,0 +1 @@ +7