--- share-app-0.12~daily13.06.05.orig/debian/copyright +++ share-app-0.12~daily13.06.05/debian/copyright @@ -0,0 +1,21 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ + +Files: * +Copyright: 2012 Canonical Ltd. +License: GPL-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. --- share-app-0.12~daily13.06.05.orig/debian/share-app.install +++ share-app-0.12~daily13.06.05/debian/share-app.install @@ -0,0 +1,6 @@ +usr/bin/share-app +usr/share/applications/*.desktop +usr/share/share-app/*.qml +usr/share/share-app/assets/* +/usr/lib/*/qt5/qml/* + --- share-app-0.12~daily13.06.05.orig/debian/share-app-autopilot.install +++ share-app-0.12~daily13.06.05/debian/share-app-autopilot.install @@ -0,0 +1 @@ +usr/lib/python*/dist-packages/share_app/* --- share-app-0.12~daily13.06.05.orig/debian/control +++ share-app-0.12~daily13.06.05/debian/control @@ -0,0 +1,48 @@ +Source: share-app +Section: x11 +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Ugo Riboni +Build-Depends: debhelper (>= 9.0.0), + cmake, + libaccounts-qt5-dev, + libgl-dev, + libgles2-mesa-dev, + libnotify-dev, + pkg-config, + python, + qt5-default, + qtbase5-dev, + qtdeclarative5-dev, + qtdeclarative5-qtquick2-plugin, + qtdeclarative5-test-plugin, +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/share-app +# 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/~phablet-team/share-app/trunk + +Package: share-app +Architecture: i386 amd64 armhf +Depends: ${shlibs:Depends}, + ${misc:Depends}, + qtdeclarative5-ubuntu-ui-toolkit-plugin | qt-components-ubuntu, + qtdeclarative5-hud1.0, + qtdeclarative5-qtquick2-plugin, + libaccounts-qt5-1, + libnotify4, + qtdeclarative5-friends-plugin, + libnotify-bin, +Description: Sharing application + An application to share data to different online services + +Package: share-app-autopilot +Architecture: all +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libautopilot-qt, + libqt5test5, + libqt5widgets5, + share-app (=${source:Version}), +Description: Test package for the share app + Autopilot tests for the share-app package --- share-app-0.12~daily13.06.05.orig/debian/compat +++ share-app-0.12~daily13.06.05/debian/compat @@ -0,0 +1 @@ +9 --- share-app-0.12~daily13.06.05.orig/debian/rules +++ share-app-0.12~daily13.06.05/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 +export QT_QPA_PLATFORM=minimal +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --parallel + +override_dh_auto_test: + make -C obj-$(DEB_HOST_GNU_TYPE) test + +override_dh_install: + dh_install --fail-missing + + --- share-app-0.12~daily13.06.05.orig/debian/changelog +++ share-app-0.12~daily13.06.05/debian/changelog @@ -0,0 +1,145 @@ +share-app (0.12~daily13.06.05-0ubuntu1) saucy; urgency=low + + [ Omer Akram ] + * revert from mouse to pointing_device in autopilot tests. + * port the share-app autopilot tests to 1.3. + + [ Renato Araujo Oliveira Filho ] + * Implemented rotation support. + + [ Łukasz 'sil2100' Zemczak ] + * libhud-qt-qml has been renamed to qtdeclarative5-hud1.0. Also, + switch code to use HUD 1.0. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 52 + + -- Ubuntu daily release Wed, 05 Jun 2013 05:02:59 +0000 + +share-app (0.12~daily13.05.31ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Ken VanDine ] + * Read accountId from sharelocation and use UOA accounts + + [ Renato Araujo Oliveira Filho ] + * Implemented rotation support. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 51 (ubuntu-unity/next) + + -- Ubuntu daily release Fri, 31 May 2013 05:15:35 +0000 + +share-app (0.12~daily13.05.22ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Ken VanDine ] + * Clean up packaging + * Fixed autopilot tests, pointing_device is now available as the mouse + property which was expected for the tests. + * Updated for Ubuntu.HUD 1.0 + * Ported to use MainView + * Automatic snapshot from revision 43 (bootstrap) + * debian/rules + - run unit tests during build + * debian/control + - depend on libhud-qt-qml >= 0.1.0 + + [ Omer Akram ] + * revert from mouse to pointing_device in autopilot tests. + * port the share-app autopilot tests to 1.3. + + [ Łukasz 'sil2100' Zemczak ] + * libhud-qt-qml has been renamed to qtdeclarative5-hud1.0. Also, + switch code to use HUD 1.0. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 48 (ubuntu-unity/next) + + -- Ubuntu daily release Wed, 22 May 2013 05:02:22 +0000 + +share-app (0.11) quantal; urgency=low + + * Add NoDisplay=true into share-app.desktop. + * Add X-Ubuntu-Touch=true and X-Ubuntu-StageHint=SideStage into + share-app.desktop. + + -- Ying-Chun Liu (PaulLiu) Wed, 03 Apr 2013 22:31:52 +0800 + +share-app (0.10) quantal; urgency=low + + * Update runtime dependencies: + - qml2-friends0 was renamed qtdeclarative5-friends-plugin + - qt-components-ubuntu was renamed qtdeclarative5-ubuntu-ui-toolkit-plugin + * Fix compilation in Raring PPAs + + -- Olivier Tilloy Sat, 23 Mar 2013 21:25:03 +0100 + +share-app (0.9) quantal; urgency=low + + * Updated for API changes in qml2-friends and libfriends + * debian/control + - require qml2-friends0 >= 0.1.0bzr13.02.09-0quantal1 + + -- Ken VanDine Wed, 13 Feb 2013 13:12:11 -0500 + +share-app (0.8) quantal; urgency=low + + [ Ugo Riboni ] + * Fix copyright and packaging info for public release + + [ Antti Kaijanmäki ] + * Integrate with HUD Toolbar Quit button. + + -- Antti Kaijanmäki Tue, 12 Feb 2013 16:20:40 +0200 + +share-app (0.7) quantal; urgency=low + + * Update build for qt5 final + + -- Ugo Riboni Thu, 24 Jan 2013 15:46:56 +0100 + +share-app (0.6) quantal; urgency=low + + * Crop the thumbnail if needed instead of stretching it (LP: #1089359) + * Always report upload successful then quit (LP: #1090085) + * Use a fake account name when not available (LP: #1092553) + + -- Ugo Riboni Thu, 20 Dec 2012 17:29:31 +0100 + +share-app (0.5) quantal; urgency=low + + * Read path of image to share from temporary file + * Ignore unknown command line arguments (LP: #1089001) + * Switch to gallery when uploading, display a notification when upload completes, then quit. (LP: #1090085) + * Update the visuals to match input from design (LP: #1091201) + * Conditionally include qthybris only on ARM architectures + + -- Ugo Riboni Tue, 18 Dec 2012 17:50:11 +0100 + +share-app (0.4) quantal; urgency=low + + [ Ugo Riboni ] + * Downscale image before uploading it + + [ Michael Zanetti ] + * Added unit tests and coverage measurement + + -- Ugo Riboni Mon, 10 Dec 2012 19:12:16 +0100 + +share-app (0.3) quantal; urgency=low + + * Add desktop file + + -- Ugo Riboni Mon, 10 Dec 2012 17:19:03 +0100 + +share-app (0.2) quantal; urgency=low + + * Releasing new version with proper debian/control + + -- Sergio Schvezov Tue, 04 Dec 2012 08:59:48 -0300 + +share-app (0.1) quantal; urgency=low + + [ Ugo Riboni ] + * Initial release. + + -- Sergio Schvezov Mon, 03 Dec 2012 16:07:36 -0300 --- share-app-0.12~daily13.06.05.orig/debian/source/format +++ share-app-0.12~daily13.06.05/debian/source/format @@ -0,0 +1 @@ +1.0