--- connman-gnome-0.5.orig/debian/control +++ connman-gnome-0.5/debian/control @@ -0,0 +1,28 @@ +Source: connman-gnome +Section: gnome +Priority: optional +Maintainer: Alexander Sack +Homepage: http://www.moblin.org +Build-Depends: cdbs, + debhelper (>= 5.0.37.2), + dpkg-dev (>= 1.13.19), + quilt, + libdbus-glib-1-dev, + libgtk2.0-dev +Standards-Version: 3.8.0 + +Package: connman-gnome +Section: net +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, connman +Description: Intel Connection Manager gnome applet + The Linux Connection Manager project provides a daemon for managing + Internet connections within embedded devices running the Linux + operating system. The Connection Manager is designed to be slim and to + use as few resources as possible, so it can be easily integrated in + other Moblin-based embedded systems. It is fully modular system that + can be extended through plug-ins, to support all kinds of wired or + wireless technologies. Also, configuration methods like DHCP and + domain name resolving are implemented using plug-ins. The plug-in + approach allows for easy adaption and modification for various use cases. + --- connman-gnome-0.5.orig/debian/rules +++ connman-gnome-0.5/debian/rules @@ -0,0 +1,22 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk + +DEB_CONFIGURE_EXTRA_FLAGS += \ + --enable-dhclient \ + --enable-loopback \ + --enable-pie \ + --enable-wifi \ + --enable-hso \ + --enable-novatel \ + --enable-ppp \ + --with-pppd=/usr/sbin/pppd \ + --enable-bluetooth \ + --enable-udev \ + --enable-polkit \ + --enable-client \ + --enable-huawei \ + $(NULL) + --- connman-gnome-0.5.orig/debian/changelog +++ connman-gnome-0.5/debian/changelog @@ -0,0 +1,18 @@ +connman-gnome (0.5-0ubuntu1~ppa1) jaunty; urgency=low + + * Jaunty backport + + -- Pierre Paysant-Le Roux (Ubuntu PPA) Mon, 29 Jun 2009 21:48:37 +0200 + +connman-gnome (0.5-0ubuntu1) karmic; urgency=low + + * new upstream: 0.5 final + + -- Alexander Sack Thu, 14 May 2009 18:51:52 +0200 + +connman-gnome (0.4+git20090203t143405-0ubuntu2) jaunty; urgency=low + + * Initial release of upstream 0.4 + git snapshot + Fri Jan 30 15:34:05 2009 +0100 + + -- Alexander Sack Tue, 17 Feb 2009 20:46:07 +0100 --- connman-gnome-0.5.orig/debian/copyright +++ connman-gnome-0.5/debian/copyright @@ -0,0 +1,37 @@ +Packaging +============== +This package was debianized by Alexander Sack : + Copyright (C) 2009 Canonical Ltd. All rights reserved + +Packaging licensed under the terms of the GNU General Public +License 3 (or any later version), see: + /usr/share/common-licenses/GPL + +Connman (gnome) Sources +================ +Download: + Connman was exported from git://git.moblin.org/connman-gnome, the git + repository of http://www.moblin.org. + +Copyright: + Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + +License: + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 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 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 + + See /usr/share/common-licenses/GPL-2 + +Some files are licensed under LGPL-2.1 (/usr/share/common-licenses/LGPL-2.1): + ./common/connman-dbus.c, ./common/connman-client.c +