--- content-hub-0.0+14.10.20140915.orig/debian/changelog +++ content-hub-0.0+14.10.20140915/debian/changelog @@ -0,0 +1,532 @@ +content-hub (0.0+14.10.20140915-0ubuntu1) utopic; urgency=low + + [ Ken VanDine ] + * Build with dh_translations (LP: #1359166) (LP: #1359166) + * Improved uncreatable message for ContentTransfer + + -- Ubuntu daily release Mon, 15 Sep 2014 20:50:10 +0000 + +content-hub (0.0+14.10.20140828-0ubuntu1) utopic; urgency=low + + [ Michael Sheldon ] + * Expose the source and destination app IDs on transfers. + + -- Ubuntu daily release Thu, 28 Aug 2014 03:09:56 +0000 + +content-hub (0.0+14.10.20140815-0ubuntu1) utopic; urgency=low + + [ Michael Sheldon ] + * Add a cancel button to the ContentTransferHint. + + -- Ubuntu daily release Fri, 15 Aug 2014 17:49:09 +0000 + +content-hub (0.0+14.10.20140806.2-0ubuntu1) utopic; urgency=low + + [ Ken VanDine ] + * Add contentType property to Transfer + + -- Ubuntu daily release Wed, 06 Aug 2014 20:09:47 +0000 + +content-hub (0.0+14.10.20140801.4-0ubuntu1) utopic; urgency=medium + + [ Ken VanDine ] + * debian/control + - Renamed the binary for the qml module to qtdeclarative5-ubuntu-content1 + to reflect support for API version 1.x instead of 0.1 + + [ Michael Sheldon ] + * Remove the Ubuntu shape from the save icon in the download snap + decision. (LP: #1350281) + * Transfer entire content Item objects over dbus, instead of just + their URL component. Adds name property to C++ backend and connects + to existing QML property. + * Ignore unused function warnings (new in g++ 4.9), as utils.cpp + defines a number of static functions that may not be used + everywhere. + * Make the ContentPeerPicker's header text customisable and replace + the bottom cancel button with new header style cancel. + + [ Ubuntu daily release ] + * New rebuild forced + + -- Ubuntu daily release Fri, 01 Aug 2014 20:07:29 +0000 + +content-hub (0.0+14.10.20140710-0ubuntu1) utopic; urgency=low + + [ Ken VanDine ] + * Added ContentItem.move function to allow pure QML apps to relocate + local files collected. + + -- Ubuntu daily release Thu, 10 Jul 2014 20:10:35 +0000 + +content-hub (0.0+14.10.20140709-0ubuntu1) utopic; urgency=low + + [ Michael Sheldon ] + * Don't close/switch applications after an export has been finalized. + * Don't make the peer picker explicitly invisible, provide a + background for the peer picker and anchor the bottom of the app view + appropriately rather than calculating height. + + -- Ubuntu daily release Wed, 09 Jul 2014 17:38:25 +0000 + +content-hub (0.0+14.10.20140704-0ubuntu1) utopic; urgency=low + + [ Michael Sheldon ] + * Update theme used for resolving system icons (e.g. as used by Debian + packages) to use "suru" theme. + + -- Ubuntu daily release Fri, 04 Jul 2014 14:20:38 +0000 + +content-hub (0.0+14.10.20140703-0ubuntu1) utopic; urgency=low + + [ Michael Sheldon ] + * Add Debian friendly locations to content-hub-peer-hooks search + locations + + [ Ubuntu daily release ] + * New rebuild forced + + -- Ubuntu daily release Thu, 03 Jul 2014 16:29:32 +0000 + +content-hub (0.0+14.10.20140618-0ubuntu1) utopic; urgency=low + + [ Ken VanDine ] + * Added objectName to the cancel button in the ContentPeerPicker, + it'll be useful for autopilot tests. + * Don't abort downloads that haven't been charged yet when a new + transfer is created. This will leave multiple transfers from + downloads which haven't been charged remain in active_transfers + until they have been charged. (LP: #1326535) Having multiple + downloaded transfers in active_transfers means when the destination + starts or resumes, then all the completed downloads will get charged + which will send multiple signals to the destination. (LP: #1326535) + * Added toDataURI to ContentItem + + -- Ubuntu daily release Wed, 18 Jun 2014 15:58:44 +0000 + +content-hub (0.0+14.10.20140604-0ubuntu1) utopic; urgency=low + + [ Ken VanDine ] + * Check for completed downloads when an import handler is registered, + charge if necessary. This will trigger an import for completed + downloads that might have been dismissed in the notification. + * Add a wrapper for the click hook to ensure the dbus session is + properly exported (LP: #1324969) (LP: #1324969) + * Use an EventFilter to get ApplicationActivate events, to notify the + service when a handler gains focus. This is useful to charge + completed downloads that have been dismissed in the snap decision. + * Added new well known types for videos and links. Set gallery as + default for videos. + + [ Michael Sheldon ] + * Display errors reported by download manager as notifications + * Show a message in the peer picker when no apps are available for the + specified content type. + + -- Ubuntu daily release Wed, 04 Jun 2014 16:50:50 +0000 + +content-hub (0.0+14.10.20140601-0ubuntu1) utopic; urgency=low + + [ Ted Gould ] + * Name change for UAL + + -- Ubuntu daily release Sun, 01 Jun 2014 20:58:54 +0000 + +content-hub (0.0+14.10.20140521.1-0ubuntu1) utopic; urgency=low + + [ Ken VanDine ] + * reorder virtual functions added with download support, to fix abi + compatibility. (LP: #1321304) + + [ Michael Sheldon ] + * Remove aliases for GridView properties that no longer exist. + + -- Ubuntu daily release Wed, 21 May 2014 15:01:45 +0000 + +content-hub (0.0+14.10.20140515.1-0ubuntu1) utopic; urgency=low + + [ Ken VanDine ] + * Use libnotify to send a snap decision with an Open action for + downloads. Added translation support, needed for the strings in the + notification. + + [ Michael Sheldon ] + * Use libnotify to send a snap decision with an Open action for + downloads. Added translation support, needed for the strings in the + notification. + + -- Ubuntu daily release Thu, 15 May 2014 21:02:30 +0000 + +content-hub (0.0+14.04.20140415-0ubuntu1) trusty; urgency=low + + [ Michael Sheldon ] + * Fixes the clipping setting on the ResponsiveGridView when being used + with dynamically loaded ContentPeerModels. + * Excludes ResponsiveGridView from documentation creation and provides + additional summaries for QML components. + + -- Ubuntu daily release Tue, 15 Apr 2014 22:01:11 +0000 + +content-hub (0.0+14.04.20140402-0ubuntu2) trusty; urgency=medium + + * No-change rebuild for shlib changes in qtbase and qtdeclarative. + + -- Ricardo Salveti de Araujo Mon, 14 Apr 2014 11:46:04 -0300 + +content-hub (0.0+14.04.20140402-0ubuntu1) trusty; urgency=low + + [ Loïc Minier ] + * Downgrade content-hub Recommends to a Suggests as we don't want + content-hub pulled via ubuntu-sdk on developer desktops. + + [ Ken VanDine ] + * protect against queries for Type::unknown (LP: #1293463) + * Replace a couple missed qDebug lines for logging + * Don't unref the g_icon, the value belongs to app + * Ensure m_defaultSources is a StringList before attempting to use it + as a list + * ContentPeerPicker: Make headers translatable and use a + ResponsiveGridView for the devices grid to match the apps grid. + ContentPeerPicker: hide the devices section until we have a way to + populate it + + [ Javier Collado ] + * Added README file (LP: #1274899) + + [ Dimitri John Ledkov ] + * Exit quicker, if there is nothing to do. (LP: #1287674) (LP: + #1287674) + + [ Michael Sheldon ] + * Fixes updating of the ContentPeerModel when using Loader and + changing ContentType or ContentHandler dynamically and ensures that + ContentPeerModel Loader doesn't begin loading the model until the + peer picker becomes visible (avoiding delaying app start-up time). + * Make qdoc based documentation compatible with the Qt 5.2 version of + qdoc. + * Fixes version number of import statements in QML documentation. + + -- Ubuntu daily release Wed, 02 Apr 2014 14:46:54 +0000 + +content-hub (0.0+14.04.20140321-0ubuntu1) trusty; urgency=low + + [ Ken VanDine ] + * Adds support for multiple handler types: source, destination and + share. Enforce single transfer per peer, if a second transfer + request is made from a peer that already has an unfinished transfer, + cancel the previous one. This is needed as long as apps are required + to be single instance. + * If the transfer isn't persistent, attempt to hardlink instead of + copying. If the link fails, fallback to a copy. + * If the default source is set to anything other than a click appId + triplet, fallback to the legacy APP_ID. Changed default source for + contacts to the legacy APP_ID for address-book-app + + [ Ubuntu daily release ] + * New rebuild forced + + -- Ubuntu daily release Fri, 21 Mar 2014 00:46:57 +0000 + +content-hub (0.0+14.04.20140307-0ubuntu1) trusty; urgency=low + + * New rebuild forced + + -- Ubuntu daily release Fri, 07 Mar 2014 06:59:44 +0000 + +content-hub (0.0+14.04.20140306-0ubuntu1) trusty; urgency=low + + [ Ken VanDine ] + * Added Type::Known::contacts. Note: there is no associated default + store for contacts under any scope. Data for contacts doesn't + persist. + * Changed defaults to a triplet used to build the appid. Bumped build + depends for libupstart-app-launch2-dev needed for converting the + triplet to an appid. + + -- Ubuntu daily release Thu, 06 Mar 2014 16:50:24 +0000 + +content-hub (0.0+14.04.20140304-0preview1) trusty; urgency=medium + + * Support for more handler types, including sharing + * Marshal peer details like name and icon from the service, so confined apps + can show them. + * Improved QML bindings + * New ContentPeerPicker QML component + + -- Ken VanDine Mon, 27 Jan 2014 14:09:38 -0500 + +content-hub (0.0+14.04.20131209.1-0ubuntu1) trusty; urgency=low + + [ Ken VanDine ] + * Filled in the missing docstrings for the QML bindings . + * Documentation cleanup, fixes button alignment and uses MainView in + the QML code example. + * allow ContentPeer to be creatable in QML, this makes it more obvious + how to deal with the list returned by knownSourcesForType. + + [ Ted Gould ] + * Upgrading to libupstart-app-launch v2. + + [ Alexandre Abreu ] + * fix small documentation nit + + [ Ubuntu daily release ] + * Automatic snapshot from revision 69 + + -- Ubuntu daily release Mon, 09 Dec 2013 09:59:43 +0000 + +content-hub (0.0+14.04.20131025-0ubuntu1) trusty; urgency=low + + [ Ken VanDine ] + * return a QVariantList from knownSourcesForType so the QML bindings + can expose a list of peers, fixes (LP: #1236932). (LP: #1236932) + * Added qdoc docs for QML bindings. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 63 + + -- Ubuntu daily release Fri, 25 Oct 2013 11:04:43 +0000 + +content-hub (0.0+13.10.20131011-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Make libcontent-hub0 recommend content-hub . + * invoke the destination when the transfer is charged . + * Added a click hook, which iterates installed known peers, removing + them when they are no longer installed and adding peers when needed. + + [ Robert Bruce Park ] + * New component for the importer to indicate an ongoing transfer. + + [ Guenter Schwann ] + * New component for the importer to indicate an ongoing transfer. + * Quit the source app on charged/abort when it was started by the + content hub. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 60 + + -- Ubuntu daily release Fri, 11 Oct 2013 05:41:10 +0000 + +content-hub (0.0+13.10.20131007-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * added Breaks for gallery-app <= 0.0.67+13.10.20130924.1-0ubuntu1 . + * Don't invoke the source application until the destination has called + start(). This will prevent source app from getting raised before the + destination app expects it, preventing an unexpected interuption in + the work flow. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 54 + + -- Ubuntu daily release Mon, 07 Oct 2013 10:51:34 +0000 + +content-hub (0.0+13.10.20131001-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Added basic pkgconfig file . + + [ Ubuntu daily release ] + * Automatic snapshot from revision 51 + + -- Ubuntu daily release Tue, 01 Oct 2013 00:20:01 +0000 + +content-hub (0.0+13.10.20130930-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Pulled back in all the changes that were reverted in rev 47. Bug + (LP: #1231368) seemed to be caused by gallery-app needing a rebuild + against this version of content-hub. (LP: #1231368) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 49 + + -- Ubuntu daily release Mon, 30 Sep 2013 20:00:26 +0000 + +content-hub (0.0+13.10.20130927-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * Revert previous upload since it's buggy (lp: #1231368) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 47 + + -- Ubuntu daily release Fri, 27 Sep 2013 10:32:55 +0000 + +content-hub (0.0+13.10.20130925-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Adds a store property to the Transfer, which defaults to an + cuc::Scope::app scope and appended with "HubIncoming/${id}". The hub + will copy the files to that store when the transfer gets charged and + set the proper paths based on the Store::url when setting + Transfer::items. To handle cleaning up temporary copies of files, + this adds an additional state to the tranfer "finalized" and a + finalize function to the API. When the importer calls finalize, the + hub will purge the copied files, but only if the destination didn't + specify their own persistent content store. On purge, we only remove + the files if the store is set to the default used by the hub. If the + destination set a different store, we leave the files there. This is + an important implementation detail, without setting a persistent + store, a QML app wouldn't have a way to copy the files out of the + incoming directory into their own persistent location. Allowing the + destination app to setStore, gives it a way to keep the files in + it's own store for future access. If the destination doesn't set the + store, we assume the destination app is done with the content before + calling finalize. + * fixed typo in Type enum. + * Added a name property to Peer using GAppInfo to get a friendly name. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 45 + + -- Ubuntu daily release Wed, 25 Sep 2013 11:05:41 +0000 + +content-hub (0.0+13.10.20130920-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * fix for the MockHandler so it doesn't trigger dbus activation . + * explicitly build dep on libglib2.0-dev . + * Updated handler names and paths to use nih_dbus_path to sanitize the + names. nih_dbus_path is designed to really just return a dbus path, + however this is the same function apparmor uses to mangle app_id + names for policy, so it should ensure we can match consistently. + This is needed for confined apps. + * Use QGSettings for persistent peer registration and set defaults. + Also adds a helper install peers, which will be used as a click + hook, but doesn't get installed yet. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 41 + + -- Ubuntu daily release Fri, 20 Sep 2013 10:54:49 +0000 + +content-hub (0.0+13.10.20130917-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Make handler registration more dynamic by using a + QDBusServiceWatcher to to wait for a handler to register. + * Added Transfer::SelectionType enum, used to allow the export handler + to limit selection to a single item or allow multiple items. . + + [ Guenter Schwann ] + * Add an app manager to start the exporter automaticly. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 36 + + -- Ubuntu daily release Tue, 17 Sep 2013 12:08:04 +0000 + +content-hub (0.0+13.10.20130905-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Extended com::ubuntu::content::detail::Transfer to include + properties for id, source, and destination. Also added export_path + and import_path convenience functions which returns the object + paths. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 32 + + -- Ubuntu daily release Thu, 05 Sep 2013 04:54:11 +0000 + +content-hub (0.0+13.10.20130831-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Don't start a new instance of the service if it fails to register on + the bus . + + [ Ubuntu daily release ] + * Automatic snapshot from revision 30 + + -- Ubuntu daily release Sat, 31 Aug 2013 06:39:18 +0000 + +content-hub (0.0+13.10.20130830-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Moved some common service names and paths to common.h instead of + setting them in multiple places. . + + [ Ubuntu daily release ] + * Automatic snapshot from revision 28 + + -- Ubuntu daily release Fri, 30 Aug 2013 12:44:22 +0000 + +content-hub (0.0+13.10.20130829.1-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Adds a Handler interface and adapter which provides get registered + on the bus from the Hub client. The service side will look for + registered handlers when a new transfer is created. The service then + connects to transfer and calls HandleExport on the handler when the + transfer state changes to in_progress. There is still no hooks in + the service to call HandleImport for registered import handlers, but + clients can connect to stateChanged and fire their own import when + the state changes to charged. Handler registration requires APP_ID + be set in the client's env, which we can drop when we get app + manager integration. It also requires the export handler to be + registered before the client creates the transfer. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 26 + + -- Ubuntu daily release Thu, 29 Aug 2013 19:09:23 +0000 + +content-hub (0.0+13.10.20130829-0ubuntu1) saucy; urgency=low + + [ Guenter Schwann ] + * More robust handling of charge and collect of the transfer in QML. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 24 + + -- Ubuntu daily release Thu, 29 Aug 2013 02:10:14 +0000 + +content-hub (0.0+13.10.20130827.3-0ubuntu1) saucy; urgency=low + + [ Guenter Schwann ] + * Use qmlRegisterSingletonType to register the ContentHub. + * Add QML examples for import and export. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 22 + + -- Ubuntu daily release Tue, 27 Aug 2013 19:11:23 +0000 + +content-hub (0.0+13.10.20130827.2-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 19 + + -- Ubuntu daily release Tue, 27 Aug 2013 10:49:08 +0000 + +content-hub (0.0+13.10.20130827.1-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 18 + + -- Ubuntu daily release Tue, 27 Aug 2013 07:14:13 +0000 + +content-hub (0.0+13.10.20130827-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Initial package + + [ Łukasz 'sil2100' Zemczak ] + * Automatic snapshot from revision 10 (bootstrap) + + [ Ken VanDine ] + * replace "." with "_" in the peer_id to create valid object paths . + + [ Michael Terry ] + * Some minor packaging cleanup. + + [ Guenter Schwann ] + * Add and register an import export handler. + * More QML tests, work on QML documentation. + * ContentItem and ContentPeer use their service counterpart as member. + * Handle import and export requests from hub for QML. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 17 + + -- Ubuntu daily release Tue, 27 Aug 2013 02:10:21 +0000 --- content-hub-0.0+14.10.20140915.orig/debian/compat +++ content-hub-0.0+14.10.20140915/debian/compat @@ -0,0 +1 @@ +9 --- content-hub-0.0+14.10.20140915.orig/debian/content-hub.install +++ content-hub-0.0+14.10.20140915/debian/content-hub.install @@ -0,0 +1,5 @@ +usr/bin +usr/lib/*/content-hub +usr/share/click/hooks +usr/share/dbus-1 +usr/share/glib-2.0/schemas --- content-hub-0.0+14.10.20140915.orig/debian/control +++ content-hub-0.0+14.10.20140915/debian/control @@ -0,0 +1,83 @@ +Source: content-hub +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: cmake, + click-dev, + dbus-test-runner, + debhelper (>= 9), + dh-translations, + doxygen, + google-mock, + lcov, + libglib2.0-dev, + libgsettings-qt-dev, + libnih-dbus-dev, + libnotify-dev, + libubuntu-download-manager-client-dev, + libubuntu-app-launch2-dev (>= 0.3+14.04.20140124), + qt5-default, + qtbase5-dev, + qtdeclarative5-dev, + qtdeclarative5-qtquick2-plugin, + qtdeclarative5-test-plugin, +Standards-Version: 3.9.4 +Section: libs +Homepage: https://launchpad.net/content-hub +# 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/content-hub/trunk +Vcs-Browser: https://bazaar.launchpad.net/~phablet-team/content-hub/trunk/files + +Package: content-hub +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Description: content sharing/picking service + Content sharing/picking infrastructure and service, designed to allow apps to + securely and efficiently exchange content. + This package includes the content sharing service. + +Package: libcontent-hub0 +Section: libs +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends}, +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Suggests: content-hub +Breaks: gallery-app (<= 0.0.67+13.10.20130924.1-0ubuntu1) +Description: content sharing/picking library + Content sharing/picking infrastructure and service, designed to allow apps to + securely and efficiently exchange content. + This package includes the content sharing libraries. + +Package: libcontent-hub-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: libcontent-hub0 (= ${binary:Version}), + ${misc:Depends}, +Description: content sharing development files + All the development headers and libraries for the content hub + +Package: qtdeclarative5-ubuntu-content1 +Section: libs +Architecture: any +Pre-Depends: ${misc:Pre-Depends}, +Depends: libcontent-hub0, + qtdeclarative5-qtquick2-plugin, + ${misc:Depends}, + ${shlibs:Depends}, +Replaces: qtdeclarative5-ubuntu-content0.1 (<= 0.0+14.10.20140710-0ubuntu1) +Provides: qtdeclarative5-ubuntu-content0.1 +Breaks: qtdeclarative5-ubuntu-content0.1 (<= 0.0+14.10.20140710-0ubuntu1) +Description: QML binding for libcontent-hub + QML bindings for libcontent-hub + +Package: libcontent-hub-doc +Section: doc +Architecture: all +Depends: libcontent-hub-dev (>= ${source:Version}), + ${misc:Depends}, +Description: Documentation files for libcontent-hub-dev + Documentation files for the libcontent-hub development --- content-hub-0.0+14.10.20140915.orig/debian/copyright +++ content-hub-0.0+14.10.20140915/debian/copyright @@ -0,0 +1,40 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: content-hub +Source: https://launchpad.net/content-hub + +Files: * +Copyright: 2013 Canonical Ltd. +License: LGPL-3.0 + 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 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. + +Files: src/com/ubuntu/content/service/* tests/acceptance-tests/* +Copyright: 2013 Canonical Ltd. +License: GPL-3.0 + 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. --- content-hub-0.0+14.10.20140915.orig/debian/libcontent-hub-dev.install +++ content-hub-0.0+14.10.20140915/debian/libcontent-hub-dev.install @@ -0,0 +1,3 @@ +usr/include +usr/lib/*/libcontent-hub.so +usr/lib/*/pkgconfig --- content-hub-0.0+14.10.20140915.orig/debian/libcontent-hub-doc.install +++ content-hub-0.0+14.10.20140915/debian/libcontent-hub-doc.install @@ -0,0 +1 @@ +usr/share/doc/content-hub --- content-hub-0.0+14.10.20140915.orig/debian/libcontent-hub0.install +++ content-hub-0.0+14.10.20140915/debian/libcontent-hub0.install @@ -0,0 +1 @@ +usr/lib/*/lib*.so.* --- content-hub-0.0+14.10.20140915.orig/debian/qtdeclarative5-ubuntu-content1.install +++ content-hub-0.0+14.10.20140915/debian/qtdeclarative5-ubuntu-content1.install @@ -0,0 +1 @@ +usr/lib/*/qt5/qml/Ubuntu/Content* --- content-hub-0.0+14.10.20140915.orig/debian/qtdeclarative5-ubuntu-content1.lintian-overrides +++ content-hub-0.0+14.10.20140915/debian/qtdeclarative5-ubuntu-content1.lintian-overrides @@ -0,0 +1 @@ +qtdeclarative5-ubuntu-content1 binary: pkg-has-shlibs-control-file-but-no-actual-shared-libs --- content-hub-0.0+14.10.20140915.orig/debian/rules +++ content-hub-0.0+14.10.20140915/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --with click,translations --fail-missing -- -B build + +override_dh_auto_test: + dbus-test-runner -t make -p "-C" -p "build/tests/acceptance-tests" -p test