--- indicator-network-prompt-0.1+14.04.20140305.orig/debian/changelog +++ indicator-network-prompt-0.1+14.04.20140305/debian/changelog @@ -0,0 +1,51 @@ +indicator-network-prompt (0.1+14.04.20140305-0ubuntu1) trusty; urgency=low + + [ Pete Woods ] + * Fix test failures. (LP: #1271037) + + [ CI bot ] + * No change rebuild against Qt 5.2.1. + + [ Ubuntu daily release ] + * New rebuild forced + + -- Ubuntu daily release Wed, 05 Mar 2014 09:09:36 +0000 + +indicator-network-prompt (0.1+13.10.20130812-0ubuntu1) saucy; urgency=low + + [ Pete Woods ] + * Fix create new connection. + * Enable coverage reporting. + * Trim unnecessary code. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 18 + + -- Ubuntu daily release Mon, 12 Aug 2013 18:38:15 +0000 + +indicator-network-prompt (0.1+13.10.20130809-0ubuntu1) saucy; urgency=low + + [ Pete Woods ] + * Initial release. + * Initial commit + * Pull out the dbus initialisationd and mocking into separate + libraries + * Support separate mocked session and system buses + * Support the whole dbusmock interface + * Fix support for mocking session services + * Add code to construct gmenumodels + * Create a gmenumodel and confirm it is correct by reading it back in + again + * Switch to using packaged test libraries + * Fix network manager dependency + * Fix run_on_device.sh. + * Enable coverage + + [ Robert Bruce Park ] + * More packaging fixes. + * Add comment to debian/rules. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 14 + + -- Ubuntu daily release Fri, 09 Aug 2013 02:02:04 +0000 --- indicator-network-prompt-0.1+14.04.20140305.orig/debian/compat +++ indicator-network-prompt-0.1+14.04.20140305/debian/compat @@ -0,0 +1 @@ +9 --- indicator-network-prompt-0.1+14.04.20140305.orig/debian/control +++ indicator-network-prompt-0.1+14.04.20140305/debian/control @@ -0,0 +1,32 @@ +Source: indicator-network-prompt +Section: gnome +Priority: optional +Maintainer: Pete Woods +Build-Depends: cmake, + debhelper (>= 9), + gettext, + google-mock (>= 1.6.0+svn437), + libglibmm-2.4-dev, + libqmenumodel-dev, + libqtdbusmock1-dev, + libqtdbustest1-dev, + network-manager-dev, + pkg-config, + python3-dbusmock, + qtbase5-dev, + valgrind, +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/indicator-network-prompt +# If you aren't a member of ~unity-team but need to upload packaging changes, +# just go ahead. ~unity-team will notice and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~unity-team/indicator-network-prompt/trunk + +Package: indicator-network-prompt +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Description: Indicator Network Prompt for Unity + This project provides the service implementation for prompted + connections to wireless networks. When an attempt to access the + internet fails, and available wireless networks have been detected, + this service will prompt the user to connect to one of them. --- indicator-network-prompt-0.1+14.04.20140305.orig/debian/copyright +++ indicator-network-prompt-0.1+14.04.20140305/debian/copyright @@ -0,0 +1,21 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://launchpad.net/indicator-network-prompt +Upstream-Name: indicator-network-prompt + +Files: * +Copyright: 2013 Canonical, Ltd. +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 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, 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'. --- indicator-network-prompt-0.1+14.04.20140305.orig/debian/rules +++ indicator-network-prompt-0.1+14.04.20140305/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --parallel --fail-missing + +override_dh_auto_configure: + dh_auto_configure -- -DENABLE_MEMCHECK_OPTION=NO + +override_dh_makeshlibs: + dh_makeshlibs -V