--- indicator-network-0.2.12.orig/debian/copyright +++ indicator-network-0.2.12/debian/copyright @@ -0,0 +1,37 @@ +This package was debianized by: + + Kalle Valo on Fri, 22 Jan 2010 11:36:32 +0000 + +It was downloaded from: + + http://launchpad.net/indicator-network + +Upstream Author(s): + + Kalle Valo + +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 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 . + + +The Debian packaging is: + + Copyright (C) 2010 Canonical Ltd + +On Debian systems, the complete text of the GNU General +Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. --- indicator-network-0.2.12.orig/debian/control +++ indicator-network-0.2.12/debian/control @@ -0,0 +1,33 @@ +Source: indicator-network +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +Build-Depends: debhelper (>= 7), + cdbs (>= 0.4.41), + autotools-dev, + libglib2.0-dev (>= 2.22.3), + libgtk2.0-dev (>= 2.12.0), + libdbus-glib-1-dev, + libindicator-dev (>= 0.3.0), + libdbusmenu-gtk-dev (>= 0.2.2), + libdbusmenu-glib-dev (>= 0.1.1), + libido-0.1-dev (>= 0.1.2), + libnotify-dev (>= 0.4.5) +Standards-Version: 3.8.4 +Homepage: http://launchpad.net/indicator-network +Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-network/ubuntu +Vcs-Browser: https://code.launchpad.net/~ubuntu-desktop/indicator-network/ubuntu + +Package: indicator-network +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + python, + python-dbus, + python-gtk2, + python-gobject, + connman (>= 0.50), + mobile-broadband-provider-info +Description: A system network indicator. + A system network indicator which provides easy control of the Connection + Manager. --- indicator-network-0.2.12.orig/debian/watch +++ indicator-network-0.2.12/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/indicator-network/+download .*/indicator-network-([0-9.]+)\.tar\.gz --- indicator-network-0.2.12.orig/debian/rules +++ indicator-network-0.2.12/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/class/gnome.mk + +DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper +LDFLAGS += -Wl,-z,defs -Wl,--as-needed + +binary-install/indicator-network:: + # remove .a/.la clutter + rm -f debian/$(cdbs_curpkg)/usr/lib/indicators/*/*.a + rm -f debian/$(cdbs_curpkg)/usr/lib/indicators/*/*.la + +common-binary-predeb-arch:: list-missing --- indicator-network-0.2.12.orig/debian/changelog +++ indicator-network-0.2.12/debian/changelog @@ -0,0 +1,99 @@ +indicator-network (0.2.12-0ubuntu1) maverick; urgency=low + + * New upstream release + - When connected and logging in, status line is incorrect (LP: #628129) + - Handle and hide separators properly (LP: #612574) + - debug log improvements to make it easier to debug problems (LP #622609) + + -- Ken VanDine Tue, 07 Sep 2010 09:13:50 -0400 + +indicator-network (0.2.11-0ubuntu1) maverick; urgency=low + + * New upstream release + - New wireless connect dialog + - Add i18n and finnish translation + - Add indicator-network-debug script to make it easier to enable debug logs + + -- Ken VanDine Thu, 26 Aug 2010 10:07:36 -0400 + +indicator-network (0.2.10-0ubuntu1) maverick; urgency=low + + * New upstream release + - New option "Other Network" in Network Menu + - Infrastructure to show errors to the user. + + -- Ken VanDine Thu, 19 Aug 2010 11:38:46 -0400 + +indicator-network (0.2.9-0ubuntu1) maverick; urgency=low + + * New upstream release + - Handle network renames, this happens for example with certain mobile + networks and ofono. + - Clear network menu when connman crashes. + * debian/control + - added depends for mobile-broadband-provider-info + + -- Ken VanDine Thu, 12 Aug 2010 09:45:45 -0400 + +indicator-network (0.2.8-0ubuntu1) maverick; urgency=low + + * New upstream release + - passhrase dialog: add "show password" button and hide password by default + - passphrase dialog: check passphrase lenght and allow only valid length + - Refactor passphrase dialog code to passphrase-dialog.c. + - mobile wizard: implement sensitivity for the connect button + - mobile wizard: connect to service after APN is set + - mobile wizard: add automatic and manual radio buttons + - settings: add icon to the technology list + - mobile wizard: show apn (data plan) name only if there are more than one + + -- Ken VanDine Thu, 29 Jul 2010 11:05:19 -0400 + +indicator-network (0.2.7-0ubuntu1) maverick; urgency=low + + * New upstream release + - Updates to the settings layout + - Connection handling tweaks to Workaround some connman bugs + - Fixes for editing nameservers and domains + + -- Ken VanDine Thu, 22 Jul 2010 17:27:27 +0200 + +indicator-network (0.2.6-0ubuntu1) maverick; urgency=low + + * New upstream release + - Implement prototype for indicator-network-mobile-wizard. + - Enable network settings in the network menu. + - Start mobile wizard for every cellular which needs setup. + - Implement PinDialog, for asking PIN from the user. + - Show animation when connecting to a network and already online. + - Consider login state similar as ready and online. We don't have + any support for the login state now, so better to just consider + it as the same as the two others. + + * debian/control + - Added depends for python-gtk2 + + -- Ken VanDine Thu, 24 Jun 2010 11:36:34 -0400 + +indicator-network (0.2.5-0ubuntu1) maverick; urgency=low + + [ Ken VanDine ] + * New upstream release 0.2.5 + * debian/control + - Removed build-dep for python-all + - Removed ignored ${python:Depends} + - Added depends for python-dbus and python-gobject + + -- Didier Roche Thu, 17 Jun 2010 21:30:50 +0200 + +indicator-network (0.2.0-0ubuntu1) maverick; urgency=low + + * New upstream release 0.2.0 + + -- Ken VanDine Thu, 27 May 2010 10:19:10 -0400 + +indicator-network (0.0.0+r1-0ubuntu1) maverick; urgency=low + + * Initial packaging. + + -- Ken VanDine Thu, 20 May 2010 13:47:27 -0400 --- indicator-network-0.2.12.orig/scripts/indicator-network-daemon-debug +++ indicator-network-0.2.12/scripts/indicator-network-daemon-debug @@ -0,0 +1,81 @@ +#!/bin/sh + +usage() { + echo "Usage: indicator-network-daemon-debug start|stop" + exit 1 +} + +connman() { + if [ -x /etc/init.d/connman ]; then + /etc/init.d/connman $1 + fi +} + +ofono() { + if [ -x /etc/init.d/ofono ]; then + /etc/init.d/ofono $1 + fi +} + +run() { + cmd=$1; shift + args=$@ + + if [ -x $cmd ]; then + $cmd $args + fi +} + +start() { + connman stop + ofono stop + killall -q wpa_supplicant + + sleep 3 + + # just to be sure + killall -q connmand ofonod wpa_supplicant + + run /sbin/wpa_supplicant -B -u -s -ddd + export OFONO_AT_DEBUG=1 + run /usr/sbin/ofonod -d + run /usr/sbin/connmand -d +} + +stop() { + # just to be sure + killall -q connmand ofonod wpa_supplicant + + sleep 3 + + # just to be sure + killall -q connmand ofonod wpa_supplicant + + ofono start + connman start + + # wpasupplicant is started with dbus activation +} + +if [ "$#" != 1 ]; then + usage +fi + +if [ `id -u` != 0 ]; then + echo "Must be root." + exit 3 +fi + +case $1 in + start) + start + ;; + stop) + stop + ;; + *) + echo "Invalid commmand" + usage + exit 2 + ;; +esac --- indicator-network-0.2.12.orig/src/indicator-network-agent.xml +++ indicator-network-0.2.12/src/indicator-network-agent.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + +