--- unity-mir-0.1+13.10.20130829.1.orig/debian/copyright +++ unity-mir-0.1+13.10.20130829.1/debian/copyright @@ -0,0 +1,48 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: unity-mir + +Files: * +Copyright: 2013 Canonical Ltd. +License: LGPL-3 + +Files: debian/* +Copyright: 2013 Canonical Ltd. +License: GPL-3 + +Files: tests/* +Copyright: 2013 Canonical Ltd. +License: 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 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 + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/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 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 full text of the GNU General Public License + version 3 can be found in the file /usr/share/common-licenses/GPL-3. --- unity-mir-0.1+13.10.20130829.1.orig/debian/libunity-mir-dev.install +++ unity-mir-0.1+13.10.20130829.1/debian/libunity-mir-dev.install @@ -0,0 +1,3 @@ +usr/include/unity-mir/ +usr/lib/*/pkgconfig/unity-mir.pc +usr/lib/*/libunity-mir.so --- unity-mir-0.1+13.10.20130829.1.orig/debian/libunity-mir1.install +++ unity-mir-0.1+13.10.20130829.1/debian/libunity-mir1.install @@ -0,0 +1,2 @@ +usr/lib/*/libunity-mir.so.* +usr/lib/*/qt5/* --- unity-mir-0.1+13.10.20130829.1.orig/debian/control +++ unity-mir-0.1+13.10.20130829.1/debian/control @@ -0,0 +1,49 @@ +Source: unity-mir +Section: libs +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: debhelper (>= 9), + pkg-config, + libplatform-api1-dev, + libmirserver-dev, + libmirclient-dev, + qt5-default, + qtbase5-dev, + qtdeclarative5-dev, +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/unity-mir +# If you aren't a member of ~mir-team but need to upload packaging changes, +# just go ahead. ~mir-team will notice and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~mir-team/unity-mir/trunk +Vcs-Browser: http://bazaar.launchpad.net/~mir-team/unity-mir/trunk/files + +Package: libunity-mir1 +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends}, +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Replaces: unity-mir, +Conflicts: unity-mir, +Provides: unity-mir, +Description: Qt plugins for Unity specific Mir APIs + Unity-Mir provides Qt bindings for Mir features that are not exposed + through the QtUbuntu QPA plugins but needed for shell functionality. + +Package: libunity-mir-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends}, +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libunity-mir1 (= ${binary:Version}), + libmirserver-dev, + libmirclient-dev, + libplatform-api1-dev, + qtbase5-dev, +Description: Qt plugins for Unity specific Mir APIs - development files + Unity-Mir provides Qt bindings for Mir features that are not exposed + through the QtUbuntu QPA plugins but needed for shell functionality. + . + This package provides the development files for libunity-mir. --- unity-mir-0.1+13.10.20130829.1.orig/debian/compat +++ unity-mir-0.1+13.10.20130829.1/debian/compat @@ -0,0 +1 @@ +9 --- unity-mir-0.1+13.10.20130829.1.orig/debian/rules +++ unity-mir-0.1+13.10.20130829.1/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --parallel --fail-missing + +# Force the build to generate debug symbols, so we can have -dbgsym packages +override_dh_auto_configure: + dh_auto_configure -- QMAKE_CXXFLAGS=-g --- unity-mir-0.1+13.10.20130829.1.orig/debian/changelog +++ unity-mir-0.1+13.10.20130829.1/debian/changelog @@ -0,0 +1,177 @@ +unity-mir (0.1+13.10.20130829.1-0ubuntu1) saucy; urgency=low + + [ Daniel d'Andrada ] + * Add InputFilterArea to mimic API used for the SurfaceFlinger backend + Part of the effort to unify the API of Mir and SurfaceFlinger + "backends" used by the unity shell. + + [ Ubuntu daily release ] + * New rebuild forced + * Automatic snapshot from revision 66 + + -- Ubuntu daily release Thu, 29 Aug 2013 15:21:24 +0000 + +unity-mir (0.1+13.10.20130829-0ubuntu1) saucy; urgency=low + + * New rebuild forced + * Automatic snapshot from revision 64 + + -- Ubuntu daily release Thu, 29 Aug 2013 11:09:22 +0000 + +unity-mir (0.1+13.10.20130828-0ubuntu1) saucy; urgency=low + + [ Ubuntu daily release ] + * New rebuild forced + + [ Ricardo Mendoza ] + * * Add TaskController class for lower level process control * Extend + Application states to support the full lifecycle model * Implement + respawning applications (Stopped state) as part of the AppMgr * + Implement delayed process suspension * Fix FTBFS due to Mir API + change (SurfacePlacementStrategy). + + [ Ubuntu daily release ] + * Automatic snapshot from revision 63 + + -- Ubuntu daily release Wed, 28 Aug 2013 11:55:30 +0000 + +unity-mir (0.1+13.10.20130827-0ubuntu1+build1) saucy; urgency=low + + * No change rebuild to get mir out of -proposed + + -- Robert Ancell Wed, 28 Aug 2013 12:08:54 +1200 + +unity-mir (0.1+13.10.20130827-0ubuntu1) saucy; urgency=low + + * New rebuild forced + * Automatic snapshot from revision 60 + + -- Ubuntu daily release Tue, 27 Aug 2013 07:14:23 +0000 + +unity-mir (0.1+13.10.20130826-0ubuntu1) saucy; urgency=low + + [ Gerry Boland ] + * Do not directly instantiate objects, instead let Mir do it. Fixes + issues with Mir since revno 982. Also rename SessionBuilder to + SessionController. + * AppMan: Fix 2 issues causing click packaged apps to fail to open. + First was that command line arguments were reversed Second that + "Path:" specified in the desktop file was not being respected. + Patches ported from qtubuntu, originally authored by Michał Sawicz. + (LP: #1204596, #1200437) + + [ Michał Sawicz ] + * AppMan: Fix 2 issues causing click packaged apps to fail to open. + First was that command line arguments were reversed Second that + "Path:" specified in the desktop file was not being respected. + Patches ported from qtubuntu, originally authored by Michał Sawicz. + (LP: #1204596, #1200437) + + [ Ubuntu daily release ] + * New rebuild forced + * Automatic snapshot from revision 59 + + -- Ubuntu daily release Mon, 26 Aug 2013 02:31:24 +0000 + +unity-mir (0.1+13.10.20130822-0ubuntu1) saucy; urgency=low + + * New rebuild forced + * Automatic snapshot from revision 56 + + -- Ubuntu daily release Thu, 22 Aug 2013 11:16:26 +0000 + +unity-mir (0.1+13.10.20130821.3-0ubuntu1) saucy; urgency=low + + [ Gerry Boland ] + * Cflags change reverted in platform-api's pkgconfig file. Am doing + the same, so reverting rev 34. + + [ Ubuntu daily release ] + * New rebuild forced + * Automatic snapshot from revision 55 + + -- Ubuntu daily release Wed, 21 Aug 2013 22:09:28 +0000 + +unity-mir (0.1+13.10.20130821.2-0ubuntu1) saucy; urgency=low + + [ Gerry Boland ] + * AppMan: send appId over DBus as Application identifier, not + application name. + * Disable debug by default, turn on -Wall -Werror for release builds + and fix warnings that ensue. + + [ Ubuntu daily release ] + * New rebuild forced + * Automatic snapshot from revision 53 + + -- Ubuntu daily release Wed, 21 Aug 2013 15:04:26 +0000 + +unity-mir (0.1+13.10.20130821.1-0ubuntu1) saucy; urgency=low + + [ Gerry Boland ] + * As qtubuntu setting surface title correctly, update shell surface + detection criterion to suit. + * Listen for Mir Surface type and state property changes, propagate + them up to QML Mir added a SurfaceConfigurator interface, whose + method attribute_set is called when any surface requests a property + change. Here we inherit this class, and emit signals to the + SurfaceManager when a property change occurs. + * Introduce ShellInputArea It does what InputArea did, and InputArea + let's you give a Surface for the input area . + * Fix build due to API change in Mir revno 973. + * Detect OSK surface, and set a depth level higher than shell, so it + is on top. Also poke hole in session authorizer to allow maliit + process. + + [ Albert Astals ] + * Introduce ShellInputArea It does what InputArea did, and InputArea + let's you give a Surface for the input area . + + [ Ubuntu daily release ] + * New rebuild forced + * Automatic snapshot from revision 50 + + -- Ubuntu daily release Wed, 21 Aug 2013 11:01:26 +0000 + +unity-mir (0.1+13.10.20130820.3-0ubuntu1) saucy; urgency=low + + [ Ubuntu daily release ] + * New rebuild forced + + [ Albert Astals ] + * We don't use these private includes, so don't require them. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 44 + + -- Ubuntu daily release Tue, 20 Aug 2013 10:09:27 +0000 + +unity-mir (0.1+13.10.20130820-0ubuntu1) saucy; urgency=low + + [ Gerry Boland ] + * Initial release + + [ Mathieu Trudel-Lapierre ] + * Automatic snapshot from revision 38 (bootstrap) + + [ Gerry Boland ] + * AppMan: add bypass for session authorisation, so can launch apps + from command line. Apps must specify absolute path to a desktop file + with the --desktop_file_hint switch. --stage is also optionally read + to define target stage. + + [ Ubuntu daily release ] + * New rebuild forced + + [ Albert Astals ] + * Fix QMirServerApplication check. + + [ Łukasz 'sil2100' Zemczak ] + * Some packaging changes noted by distro: no need for a manual -dbg + package, fix stylistic issues, add missing stanza and remove the + explicit depends to libmir*1 - shlibs is enough. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 42 + + -- Ubuntu daily release Tue, 20 Aug 2013 02:08:19 +0000 --- unity-mir-0.1+13.10.20130829.1.orig/debian/docs +++ unity-mir-0.1+13.10.20130829.1/debian/docs @@ -0,0 +1 @@ +README --- unity-mir-0.1+13.10.20130829.1.orig/debian/source/format +++ unity-mir-0.1+13.10.20130829.1/debian/source/format @@ -0,0 +1 @@ +1.0