--- indicator-display-0.1+16.04.20160324.1.orig/debian/changelog +++ indicator-display-0.1+16.04.20160324.1/debian/changelog @@ -0,0 +1,78 @@ +indicator-display (0.1+16.04.20160324.1-0ubuntu1) xenial; urgency=medium + + [ Charles Kerr ] + * When a new device appears to ADB, prompt the user whether or not to + allow the connection. + + -- Simon Fels Thu, 24 Mar 2016 16:16:55 +0000 + +indicator-display (0.1+15.10.20150727-0ubuntu2~gcc5.1) wily; urgency=medium + + * No-change test rebuild for g++5 ABI transition + + -- Steve Langasek Mon, 27 Jul 2015 22:57:15 +0000 + +indicator-display (0.1+15.10.20150727-0ubuntu1) wily; urgency=medium + + [ CI Train Bot ] + * New rebuild forced. + + [ Charles Kerr ] + * drop build-dependency on g++-4.9 (LP: #1452323) + + -- CI Train Bot Mon, 27 Jul 2015 18:06:30 +0000 + +indicator-display (0.1+15.04.20150302-0ubuntu1) vivid; urgency=medium + + [ Charles Kerr ] + * Fix action-state-to-variant mapping (LP: #1410915) + + -- CI Train Bot Mon, 02 Mar 2015 16:56:31 +0000 + +indicator-display (0.1+15.04.20141103-0ubuntu1) vivid; urgency=low + + [ Ted Gould ] + * Small typo in integration test plan + + -- Ubuntu daily release Mon, 03 Nov 2014 21:06:33 +0000 + +indicator-display (0.1+14.10.20141009-0ubuntu1) utopic; urgency=low + + [ Charles Kerr ] + * Use com.ubuntu.touch.system's "rotation-lock" boolean for the + rotation lock indicator. (LP: #1378078) + + -- Ubuntu daily release Thu, 09 Oct 2014 13:44:22 +0000 + +indicator-display (0.1+14.10.20141007-0ubuntu1) utopic; urgency=low + + [ Charles Kerr ] + * Change the phone header's title from "Rotation Lock" to "Rotation". + (LP: #1377286) + + -- Ubuntu daily release Tue, 07 Oct 2014 19:45:58 +0000 + +indicator-display (0.1+14.10.20140915-0ubuntu1) utopic; urgency=low + + [ Sebastien Bacher ] + * Tag to use langpacks, so launchpad imports the translations template + + -- Ubuntu daily release Mon, 15 Sep 2014 21:05:52 +0000 + +indicator-display (0.1+14.10.20140905.1-0ubuntu1) utopic; urgency=low + + [ Charles Kerr ] + * Add a rotation lock indicator + + [ Ted Gould ] + * First commit, README + * First release in CI Train + + -- Ubuntu daily release Fri, 05 Sep 2014 22:18:08 +0000 + +indicator-display (0.1-0ubuntu1) utopic; urgency=medium + + * Initial release. + + -- Charles Kerr Wed, 20 Aug 2014 15:29:27 -0500 + --- indicator-display-0.1+16.04.20160324.1.orig/debian/compat +++ indicator-display-0.1+16.04.20160324.1/debian/compat @@ -0,0 +1 @@ +9 --- indicator-display-0.1+16.04.20160324.1.orig/debian/control +++ indicator-display-0.1+16.04.20160324.1/debian/control @@ -0,0 +1,40 @@ +Source: indicator-display +Section: misc +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Charles Kerr +Build-Depends: cmake, + cmake-extras (>= 0.4), + dbus, + libglib2.0-dev (>= 2.36), + libgudev-1.0-dev, + libproperties-cpp-dev, +# for coverage reports + lcov, +# for tests + qt5-default, + qtbase5-dev, + libqtdbusmock1-dev, + libqtdbustest1-dev, + cppcheck, + libgtest-dev, + google-mock (>= 1.6.0+svn437), + gsettings-ubuntu-schemas (>= 0.0.2+14.10.20140813), +# for packaging + debhelper (>= 9), + dh-translations, +Standards-Version: 3.9.5 +Homepage: http://launchpad.net/indicator-display/ +X-Ubuntu-Use-Langpack: yes +# 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-display/trunk.14.10 + +Package: indicator-display +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + gsettings-ubuntu-schemas (>= 0.0.2+14.10.20140813), +Description: Collection of small indicators + Indicators too small to merit separate codebases, such as Rotation Lock --- indicator-display-0.1+16.04.20160324.1.orig/debian/copyright +++ indicator-display-0.1+16.04.20160324.1/debian/copyright @@ -0,0 +1,21 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: indicator-display +Source: http://launchpad.net/indicator-display + +Files: * +Copyright: 2014, Canonical Ltd. +License: GPL-3 + This package 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 + . + 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-display-0.1+16.04.20160324.1.orig/debian/rules +++ indicator-display-0.1+16.04.20160324.1/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +%: + dh $@ --with translations +