--- indicator-network-0.5.1+13.10.20131015.2.orig/debian/source_indicator-network.py +++ indicator-network-0.5.1+13.10.20131015.2/debian/source_indicator-network.py @@ -0,0 +1,10 @@ +import os.path +from apport.hookutils import * +from xdg.BaseDirectory import xdg_cache_home + +def add_info(report): + if not apport.packaging.is_distro_package(report['Package'].split()[0]): + report['ThirdParty'] = 'True' + report['CrashDB'] = 'indicator_network' + + attach_file_if_exists(report, os.path.join(xdg_cache_home, 'upstart', 'indicator-network.log'), 'indicator-network.log') --- indicator-network-0.5.1+13.10.20131015.2.orig/debian/copyright +++ indicator-network-0.5.1+13.10.20131015.2/debian/copyright @@ -0,0 +1,42 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ + +Files: * +Copyright: 2013 Canonical Ltd. +License: GPL-3 + +Files: secret-agent/* +Copyright: 2013 Canonical Ltd. +License: LGPL-3 + +License: GPL-3 + 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 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 + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + +License: LGPL-3 + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License version 3, + as published by the Free Software Foundation. + . + 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 + Lesser 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 full text of the GNU Lesser General Public + License, version 3 can be found in the file + '/usr/share/common-licenses/LGPL-3'. --- indicator-network-0.5.1+13.10.20131015.2.orig/debian/indicator-network-crashdb.conf +++ indicator-network-0.5.1+13.10.20131015.2/debian/indicator-network-crashdb.conf @@ -0,0 +1,6 @@ + +indicator_network = { + 'impl': 'launchpad', + 'project': 'indicator-network', + 'bug_pattern_base': None, +} --- indicator-network-0.5.1+13.10.20131015.2.orig/debian/control +++ indicator-network-0.5.1+13.10.20131015.2/debian/control @@ -0,0 +1,44 @@ +Source: indicator-network +Section: gnome +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Ken VanDine +Build-Depends: cmake, + dbus, + debhelper (>= 9.0.0), + google-mock (>= 1.6.0+svn437), + libglib2.0-dev, + libnm-glib-dev (>= 0.9), + libnm-util-dev (>= 0.9), + libnotify-dev, + libqmenumodel-dev, + libqtdbusmock1-dev, + libqtdbustest1-dev, + liburl-dispatcher1-dev, + network-manager-dev, + pkg-config, + python3-dbusmock, + qtbase5-dev, + valac (>= 0.18), + valgrind, +Standards-Version: 3.9.3 +# If you aren't a member of ~indicator-applet-developers but need to upload +# packaging changes, just go ahead. ~indicator-applet-developers will notice +# and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/indicator-network/trunk.13.10 +Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/indicator-network/trunk.13.10/files +Homepage: https://launchpad.net/indicator-network + +Package: indicator-network +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + ubuntu-mobile-icons (>= 13.04+13.10.20131014), +# For apport hook + python3-xdg, + unity8 (>= 7.82), +Conflicts: chewie, + indicators-client-plugin-network, +Description: Systems settings menu service - Network indicator + The Indicator-network service is responsible for exporting the system settings + menu through dbus. --- indicator-network-0.5.1+13.10.20131015.2.orig/debian/compat +++ indicator-network-0.5.1+13.10.20131015.2/debian/compat @@ -0,0 +1 @@ +9 --- indicator-network-0.5.1+13.10.20131015.2.orig/debian/rules +++ indicator-network-0.5.1+13.10.20131015.2/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 + +%: + dh $@ --parallel --fail-missing + +override_dh_install: + mkdir -p debian/indicator-network/etc/apport/crashdb.conf.d + cp debian/indicator-network-crashdb.conf debian/indicator-network/etc/apport/crashdb.conf.d + mkdir -p debian/indicator-network/usr/share/apport/package-hooks + cp debian/source_indicator-network.py debian/indicator-network/usr/share/apport/package-hooks + dh_install --list-missing + --- indicator-network-0.5.1+13.10.20131015.2.orig/debian/changelog +++ indicator-network-0.5.1+13.10.20131015.2/debian/changelog @@ -0,0 +1,259 @@ +indicator-network (0.5.1+13.10.20131015.2-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Remove final temporary icons. (LP: #1220418) + + [ Antti Kaijanmäki ] + * Listen wireless-enabled signal. (LP: #1220332) + * Fix root icon when connected to WPA2-only or WEP AP. (LP: #1237357) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 306 + + -- Ubuntu daily release Tue, 15 Oct 2013 18:39:34 +0000 + +indicator-network (0.5.1+13.10.20131011-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Ensure APs with SSIDs we don't want to show aren't shown. (LP: + #1231532, #1088956) + * Check to make sure we don't get zero interfaces back. (LP: #1232651) + * Force the UI of other APs to be disabled when starting a new + connection. (LP: #1233194) + * Only select active connection once it has a device. + * Stop AP actions from being removed by the menu object. + * Don't output cell strength to log files. (LP: #1228083) + * Removing settings items for network prompting. + * Listen to auto-reconnect setting. (LP: #1236747) + + [ Nick Dedekind ] + * SIM pin/puk unload menu & dialog notification. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 302 + + -- Ubuntu daily release Fri, 11 Oct 2013 04:28:09 +0000 + +indicator-network (0.5.1+13.10.20131005-0ubuntu1) saucy; urgency=low + + * Revert the revert! Return to contents of 0.5.1+13.10.20131004-0ubuntu1 as + unity8 is now fixed. + + -- Loïc Minier Sat, 05 Oct 2013 11:42:12 +0200 + +indicator-network (0.5.1+13.10.20131004.1-0ubuntu1) saucy; urgency=low + + * Revert 0.5.1+13.10.20131004-0ubuntu1; return to + 0.5.0+13.10.20130918-0ubuntu1 as we're reverting unity8 and this required + the new unity8. + + -- Loïc Minier Fri, 04 Oct 2013 21:16:17 +0200 + +indicator-network (0.5.1+13.10.20131004-0ubuntu1) saucy; urgency=low + + [ Pete Woods ] + * Add network manager secret agent. + * Interfaces with unity8's extended snap decisions. + + [ Charles Kerr ] + * One-liner to set GETTEXT_PACKAGE explicitly because dh_translations + can't handle ${CMAKE_PROJECT_NAME}. (LP: #1233679) + + [ Ted Gould ] + * Drop Airplane Mode for Phone 1.0. (LP: #1232832) + * Update settings URL to settings:///system. (LP: #1231444) + * Remove icons that have made it into the theme. + * Depend on XDG Python lib for the Apport hook. (LP: #1233138) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 291 + + -- Ubuntu daily release Fri, 04 Oct 2013 02:29:39 +0000 + +indicator-network (0.5.0+13.10.20130918-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Add a phone settings menu to the DBus interface. + * Moving indicator to be on the far left. (LP: #1226033) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 284 + + -- Ubuntu daily release Wed, 18 Sep 2013 06:24:28 +0000 + +indicator-network (0.5.0+13.10.20130913-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Adding in temporary gsm icons as well. + * Adding title to the base action state. (LP: #1223635) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 281 + + -- Ubuntu daily release Fri, 13 Sep 2013 15:16:35 +0000 + +indicator-network (0.5.0+13.10.20130829-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Disable secret agent (for now). (LP: #1218385) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 278 + + -- Ubuntu daily release Thu, 29 Aug 2013 18:07:29 +0000 + +indicator-network (0.5.0+13.10.20130828.2-0ubuntu1) saucy; urgency=low + + [ Pete Woods ] + * Re-write build scripts in preparation for merging the secret agent + codebase and tests. + * Move the secret agent code over into this package. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 276 + + -- Ubuntu daily release Wed, 28 Aug 2013 10:09:20 +0000 + +indicator-network (0.5.0+13.10.20130827.3-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Put oFono proxies in a HashTable to better track usage. + * Adds settings items for cellular and Wifi. + * Add in gettext and make user visible strings translatable. + * Drop GTK build dep and old secret agent code. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 273 + + -- Ubuntu daily release Tue, 27 Aug 2013 14:10:33 +0000 + +indicator-network (0.5.0+13.10.20130823.1-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Track oFono modems to see if they get the required interfaces later. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 268 + + -- Ubuntu daily release Fri, 23 Aug 2013 22:07:05 +0000 + +indicator-network (0.5.0+13.10.20130823-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Handle cellular connections in the panel icon. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 266 + + -- Ubuntu daily release Fri, 23 Aug 2013 18:07:36 +0000 + +indicator-network (0.5.0+13.10.20130821-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Set base action parameter_type to null. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 264 + + -- Ubuntu daily release Wed, 21 Aug 2013 06:07:03 +0000 + +indicator-network (0.5.0+13.10.20130812.1-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Add position to the config file. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 262 + + -- Ubuntu daily release Mon, 12 Aug 2013 06:06:41 +0000 + +indicator-network (0.5.0+13.10.20130809-0ubuntu1) saucy; urgency=low + + [ Mathieu Trudel-Lapierre ] + * Connect device state change signals to properly track device state with + the menu item switches. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 260 + + -- Ubuntu daily release Fri, 09 Aug 2013 02:02:48 +0000 + +indicator-network (0.5.0+13.10.20130807-0ubuntu1) saucy; urgency=low + + [ Mathieu Trudel-Lapierre ] + * Minor fixes: - Improve "symmetry" in connecting/disconnecting + signals for wifi devices and access points. - Small code + simplifications. - Properly set busy_action state for Disabled + states. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 258 + + -- Ubuntu daily release Wed, 07 Aug 2013 02:03:26 +0000 + +indicator-network (0.5.0+13.10.20130806-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Conflict with indicators-client-plugin-network. + * Adjusting binaries to match other indicators. + * Put WiFi menu code in it's own object to allow for growth. + * Add a SIGTERM handler. + * Split the profiles into separate menus. + * Add a mobile section to the menus. + * Add in Ethernet support. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 256 + + -- Ubuntu daily release Tue, 06 Aug 2013 02:02:24 +0000 + +indicator-network (0.5.0+13.10.20130712-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Change the name of the service to match others and make the icon + more robust. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 248 + + -- Ubuntu daily release Fri, 12 Jul 2013 02:03:10 +0000 + +indicator-network (0.5.0+13.10.20130703.1-0ubuntu1) saucy; urgency=low + + [ Jeremy Bicha ] + * debian/control: + - Build with valac (>= 0.18) instead of vala-0.18 for easier transitions + + [ Ted Gould ] + * Migrating to new libindicator format. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 246 + + -- Ubuntu daily release Wed, 03 Jul 2013 14:16:41 +0000 + +indicator-network (0.5.0-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Initial packaging + + [ Mathieu Trudel-Lapierre ] + * Automatic snapshot from revision 243 (bootstrap). + * debian/copyright: update, fix license texts, we use (L)GPL-3, not "and + later" versions. + * debian/changelog: use the right version number for non-native package, name + to indicator-network properly. + * debian/control: + - Update Vcs-Bzr, Vcs-Browser, add notice to developers. + - Add python3 to Build-Depends. + - Add python3-dbusmock to Build-Depends. + - Add dbus-test-runner to Build-Depends. + - Drop libpulse-dev from Build-Depends. + - Add indicators-client to Depends for indicator-network. + * debian/rules: + - Reorder targets. + - Add DPKG_GENSYMBOLS_CHECK_LEVEL. + - Clean *.la, *.a files. + - Run tests within dbus-test-runner. + + -- Mathieu Trudel-Lapierre Thu, 02 May 2013 16:01:57 -0700 --- indicator-network-0.5.1+13.10.20131015.2.orig/debian/docs +++ indicator-network-0.5.1+13.10.20131015.2/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- indicator-network-0.5.1+13.10.20131015.2.orig/debian/source/format +++ indicator-network-0.5.1+13.10.20131015.2/debian/source/format @@ -0,0 +1 @@ +1.0