--- libhud-qt-0.1.0+13.10.20130719.orig/debian/changelog +++ libhud-qt-0.1.0+13.10.20130719/debian/changelog @@ -0,0 +1,256 @@ +libhud-qt (0.1.0+13.10.20130719-0ubuntu3) trusty; urgency=medium + + * Drop arch restrictions. + + -- Dimitri John Ledkov Mon, 17 Mar 2014 17:14:08 +0000 + +libhud-qt (0.1.0+13.10.20130719-0ubuntu2) trusty; urgency=medium + + * Rebuild against Qt 5.2.1 + + -- Timo Jyrinki Wed, 05 Mar 2014 10:06:09 +0200 + +libhud-qt (0.1.0+13.10.20130719-0ubuntu1) saucy; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * Fix minor lintian errors. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 49 + + -- Ubuntu daily release Fri, 19 Jul 2013 03:01:33 +0000 + +libhud-qt (0.1.0+13.10.20130712-0ubuntu1) saucy; urgency=low + + [ Mathieu Trudel-Lapierre ] + * debian/control: drop libhud-qt-doc; it's not actually getting built anyway + for the moment. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 47 + + -- Ubuntu daily release Fri, 12 Jul 2013 03:01:42 +0000 + +libhud-qt (0.1.0daily13.06.05.1-0ubuntu1) saucy; urgency=low + + [ Antti Kaijanmäki ] + * Initial prototype. + * Random mumblings.. + * initial documentation tests + * Some QQmlPropertyList experiments. + * implement base classes + * QML specific classes + * Add initial packaging. + * Add some ignores + * Initial coverage integration. + * Make unimplemented tests skip instead of fail. + * Add missing tests.pro + * exclude test binaries. + * debian/control: add missing build-depends + * debian/control: remove libgles2-mesa-dev from builddeps + * debian/control libgles2-mesa-dev is needed for armhf build + * Fix C++ test case execution. + * Disable QML unit tests on ARM. + * Toolbar: actually remove the action in removeAction(). Fix + capitalization in function name. + * Improve coverage. + * This is WIP. Changing to "needs review" just to get jenkins to work + on this and get a fresh package out to be included in a tablet + image. + * Do some trickery to delay the HUD registration from the QML side to + make sure we have a XID. + * Provide the last pieces of QML API for Parameterized Actions for the + demo. After this the QML API should not need any more modifications + for the demo and all the rest of the changes happen only under the + hood in C++ side. + * Wire up SliderParameter. + * SliderParameter: add 'parameter-type' to the menuitem. + * SliderParameter: fix menuitem action_name Action: Add support for + "commit". + * * Add copyright headers and other code release related changes. * + Enable QML unit tests. * Hack up the Toolbar Quit action. + * Hook up keywords. Also changed the API: keywords are now QString, + not QStringList. + * * Bump API version to 1.0 * Remove Toolbar and ToolbarAction * + Remove AppStack * Remove Action::shortcut() * Remove + Action::shortcutChanged() signal * Change the type in + QML::Context::actions list to Ubuntu::HUD:Action * Remove the + remaining AppStack source files * Introduce QuitAction QML type * + Remove Action::isSafe and Action::helpContent * Make + Ubuntu::HUD::Action member functions virtual * Introduce + PredefinedAction as a base class for predefined toolbar actions - by + default none of the properties of the predefined action can be + changed - subclasses can choose which properties are changeable * + Hook up the QuitAction * Update the QML API test case for 1.0. + * * implement the rest of the predefined actions * implement context + switching - requires hud-2 * switch to hud-2 - simplifies the code + as we no longer need the window IDs * remove excess debug prints * + move management of GSimpleActionGroup and HudActionPublisher from + HUD to Context. + + [ Antti Kaijanmäki ] + * try to make the tests work with beta1 + + [ Allan LeSage ] + * Subtract one line of whitespace so as to bump for release. + + [ Xiao-Long Chen ] + * Add GIO to the dependencies for the tests. (LP: #1145627) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 45 + + -- Ubuntu daily release Wed, 05 Jun 2013 12:33:31 +0000 + +libhud-qt (0.1.0daily13.05.23ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Mathieu Trudel-Lapierre ] + * debian/copyright: it's LGPL-3; also correct the text for the license. + * debian/rules: + - add DPKG_GENSYMBOLS_CHECK_ARGS = 4. + * debian/control: + - Wrap and sort Depends/Build-Depends. + - Update Vcs-Bzr and Vcs-Browser + - Add comment for developers on how to handle updates in daily release. + - Bump debhelper Build-Depends to >= 9. + - Don't build on powerpc; where qtdeclarative5 isn't available. + * debian/compat: bump to compat level 9. + + [ Ken VanDine ] + * rename packages for soname version + * rename qml binding package to qtdeclarative5-hud1.0 to follow naming + convention, and adding api version to the name + * debian/control + - Added Breaks/Conflicts/Replaces for soname transition + - bump standards version to latest + - added Pre-Depends + + [ Antti Kaijanmäki ] + * Initial prototype. + * Random mumblings.. + * initial documentation tests + * Some QQmlPropertyList experiments. + * implement base classes + * QML specific classes + * Add initial packaging. + * Add some ignores + * Initial coverage integration. + * Make unimplemented tests skip instead of fail. + * Add missing tests.pro + * exclude test binaries. + * debian/control: add missing build-depends + * debian/control: remove libgles2-mesa-dev from builddeps + * debian/control libgles2-mesa-dev is needed for armhf build + * Fix C++ test case execution. + * Disable QML unit tests on ARM. + * Toolbar: actually remove the action in removeAction(). Fix + capitalization in function name. + * Improve coverage. + * This is WIP. Changing to "needs review" just to get jenkins to work + on this and get a fresh package out to be included in a tablet + image. + * Do some trickery to delay the HUD registration from the QML side to + make sure we have a XID. + * Provide the last pieces of QML API for Parameterized Actions for the + demo. After this the QML API should not need any more modifications + for the demo and all the rest of the changes happen only under the + hood in C++ side. + * Wire up SliderParameter. + * SliderParameter: add 'parameter-type' to the menuitem. + * SliderParameter: fix menuitem action_name Action: Add support for + "commit". + * * Add copyright headers and other code release related changes. * + Enable QML unit tests. * Hack up the Toolbar Quit action. + * Hook up keywords. Also changed the API: keywords are now QString, + not QStringList. + * * Bump API version to 1.0 * Remove Toolbar and ToolbarAction * + Remove AppStack * Remove Action::shortcut() * Remove + Action::shortcutChanged() signal * Change the type in + QML::Context::actions list to Ubuntu::HUD:Action * Remove the + remaining AppStack source files * Introduce QuitAction QML type * + Remove Action::isSafe and Action::helpContent * Make + Ubuntu::HUD::Action member functions virtual * Introduce + PredefinedAction as a base class for predefined toolbar actions - by + default none of the properties of the predefined action can be + changed - subclasses can choose which properties are changeable * + Hook up the QuitAction * Update the QML API test case for 1.0. + * * implement the rest of the predefined actions * implement context + switching - requires hud-2 * switch to hud-2 - simplifies the code + as we no longer need the window IDs * remove excess debug prints * + move management of GSimpleActionGroup and HudActionPublisher from + HUD to Context. + + [ Antti Kaijanmäki ] + * try to make the tests work with beta1 + + [ Allan LeSage ] + * Subtract one line of whitespace so as to bump for release. + + [ Xiao-Long Chen ] + * Add GIO to the dependencies for the tests. (LP: #1145627) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 44 (ubuntu-unity/next) + + -- Ubuntu daily release Thu, 23 May 2013 03:01:12 +0000 + +libhud-qt (0.1.0~dev9) quantal; urgency=low + + * Hook up keywords. + * Also changed the API: keywords are now QString, not QStringList. + + -- Antti Kaijanmäki Fri, 15 Feb 2013 21:11:36 +0200 + +libhud-qt (0.1.0~dev8) quantal; urgency=low + + * Change QML install path to QT_INSTALL_QML. + + -- Antti Kaijanmäki Tue, 12 Feb 2013 00:55:27 +0200 + +libhud-qt (0.1.0~dev7) quantal; urgency=low + + * Wire up the Context::quitAction::triggered() + + -- Antti Kaijanmäki Mon, 11 Feb 2013 21:00:36 +0200 + +libhud-qt (0.1.0~dev6) quantal; urgency=low + + * Bump for release. + + -- Antti Kaijanmäki Fri, 08 Feb 2013 17:51:39 +0200 + +libhud-qt (0.1.0~dev5) quantal; urgency=low + + * Bump for release + + -- Antti Kaijanmäki Fri, 08 Feb 2013 13:39:57 +0200 + +libhud-qt (0.1.0~dev4) quantal; urgency=low + + * Bump for release + + -- Ted Gould Wed, 06 Feb 2013 21:18:53 -0600 + +libhud-qt (0.1.0~dev3) quantal; urgency=low + + * Release the QML API. + + -- Antti Kaijanmäki Tue, 05 Feb 2013 16:45:34 +0200 + +libhud-qt (0.1.0~dev2) quantal; urgency=low + + * Bumped for corrected release via Jenkins. + + -- Allan LeSage Thu, 31 Jan 2013 12:45:35 -0600 + +libhud-qt (0.1.0~dev1) quantal; urgency=low + + * Release for qt5-proper. + + -- Antti Kaijanmäki Thu, 31 Jan 2013 16:47:04 +0200 + +libhud-qt (0.1.0~dev0) quantal; urgency=low + + * Initial release. + + -- Antti Kaijanmäki Thu, 31 Jan 2013 12:01:19 +0200 --- libhud-qt-0.1.0+13.10.20130719.orig/debian/compat +++ libhud-qt-0.1.0+13.10.20130719/debian/compat @@ -0,0 +1 @@ +9 --- libhud-qt-0.1.0+13.10.20130719.orig/debian/control +++ libhud-qt-0.1.0+13.10.20130719/debian/control @@ -0,0 +1,46 @@ +Source: libhud-qt +Section: libs +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Antti Kaijanmäki +Build-Depends: + debhelper (>= 9), + libgles2-mesa-dev | libgl1-mesa-dev, + libhud2-dev, + qt5-default, + qt5-qmake, + qtbase5-dev, + qtbase5-dev-tools, + qtdeclarative5-dev, + qtdeclarative5-dev-tools, + qtdeclarative5-qtquick2-plugin, + qtdeclarative5-test-plugin, +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/hud +# If you aren't a member of ~phablet-team but need to upload +# packaging changes, just go ahead. ~phablet-team will notice +# and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/libhud-qt/trunk +Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/libhud-qt/trunk/files + +Package: libhud-qt1 +Section: libs +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Replaces: libhud-qt +Breaks: libhud-qt +Conflicts: libhud-qt +Description: HUD Qt API + API to interact with Ubuntu HUD + +Package: qtdeclarative5-hud1.0 +Section: libs +Architecture: any +Depends: libhud-qt1, + ${misc:Depends}, + ${shlibs:Depends}, +Replaces: libhud-qt-qml +Description: HUD QML Components + API to interact with Ubuntu HUD --- libhud-qt-0.1.0+13.10.20130719.orig/debian/copyright +++ libhud-qt-0.1.0+13.10.20130719/debian/copyright @@ -0,0 +1,27 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: libhud-qt +Source: lp:libhud-qt + +Files: * +Copyright: 2013 Canonical Ltd. +License: LGPL-3 + +Files: debian/* +Copyright: 2013 Canonical Ltd. +License: LGPL-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 complete text of the GNU Lesser General + Public License can be found in "/usr/share/common-licenses/LGPL-3". --- libhud-qt-0.1.0+13.10.20130719.orig/debian/docs +++ libhud-qt-0.1.0+13.10.20130719/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- libhud-qt-0.1.0+13.10.20130719.orig/debian/libhud-qt-doc.install +++ libhud-qt-0.1.0+13.10.20130719/debian/libhud-qt-doc.install @@ -0,0 +1 @@ +usr/share/libhud-qt/doc/ --- libhud-qt-0.1.0+13.10.20130719.orig/debian/libhud-qt1.install +++ libhud-qt-0.1.0+13.10.20130719/debian/libhud-qt1.install @@ -0,0 +1 @@ +usr/lib/*/libhud-qt.so.* --- libhud-qt-0.1.0+13.10.20130719.orig/debian/qtdeclarative5-hud1.0.install +++ libhud-qt-0.1.0+13.10.20130719/debian/qtdeclarative5-hud1.0.install @@ -0,0 +1 @@ +usr/lib/*/qt5/qml --- libhud-qt-0.1.0+13.10.20130719.orig/debian/rules +++ libhud-qt-0.1.0+13.10.20130719/debian/rules @@ -0,0 +1,20 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Comment this to turn off verbose mode. +export DH_VERBOSE=1 + +export DPKG_GENSYMBOLS_CHECK_ARGS=4 + +override_dh_install: +# execute dh_install and fail if something was not packaged + rm -f debian/tmp/usr/lib/*/libhud-qt.so + dh_install --fail-missing + +%: + dh $@ --- libhud-qt-0.1.0+13.10.20130719.orig/debian/source/format +++ libhud-qt-0.1.0+13.10.20130719/debian/source/format @@ -0,0 +1 @@ +1.0