--- indicator-transfer-0.2+16.04.20151216.5.orig/debian/changelog +++ indicator-transfer-0.2+16.04.20151216.5/debian/changelog @@ -0,0 +1,152 @@ +indicator-transfer (0.2+16.04.20151216.5-0ubuntu1) xenial; urgency=medium + + [ Renato Araujo Oliveira Filho ] + * Only allow resume paused downloads. + * Removed content hub dep from download manager plugin. (LP: #1481673, + #1488547, #1514109) + + -- CI Train Bot Wed, 16 Dec 2015 19:32:43 +0000 + +indicator-transfer (0.2+15.10.20150929-0ubuntu1) wily; urgency=medium + + [ Renato Araujo Oliveira Filho ] + * Allow to set custom states label. + + -- CI Train Bot Tue, 29 Sep 2015 19:17:12 +0000 + +indicator-transfer (0.2+15.10.20150819-0ubuntu1) wily; urgency=medium + + [ Renato Araujo Oliveira Filho ] + * Update version to 0.2 + + [ Charles Kerr ] + * Add a plugin architecture so that Transfer objects can be added from + multiple sources, rather than just from DownloadManager. + + [ Renato Filho ] + * Add a plugin architecture so that Transfer objects can be added from + multiple sources, rather than just from DownloadManager. + + -- CI Train Bot Wed, 19 Aug 2015 19:17:09 +0000 + +indicator-transfer (0.1+15.10.20150727-0ubuntu2~gcc5.1) wily; urgency=medium + + * No change rebuild using GCC 5. + + -- Matthias Klose Tue, 28 Jul 2015 11:01:59 +0200 + +indicator-transfer (0.1+15.10.20150727-0ubuntu1) wily; urgency=medium + + [ CI Train Bot ] + * New rebuild forced. + + [ Charles Kerr ] + * Remove the g++-4.9 explicit dependency to prepare for gcc5 + migration. (LP: #1452328) + + -- CI Train Bot Mon, 27 Jul 2015 18:07:21 +0000 + +indicator-transfer (0.1+15.04.20150112-0ubuntu1) vivid; urgency=low + + [ Charles Kerr ] + * Fixes warnings reported by flint++ and clang. + + -- Ubuntu daily release Mon, 12 Jan 2015 18:39:11 +0000 + +indicator-transfer (0.1+15.04.20141103-0ubuntu1) vivid; urgency=low + + [ Ted Gould ] + * Fix menu path cut-and-paste error (LP: #1358340) + + -- Ubuntu daily release Mon, 03 Nov 2014 21:08:21 +0000 + +indicator-transfer (0.1+14.10.20141009-0ubuntu1) utopic; urgency=low + + [ Charles Kerr ] + * Throttle how frequently a transfer item updates its action state and + menuitem. (LP: #1378941) + + -- Ubuntu daily release Thu, 09 Oct 2014 13:39:39 +0000 + +indicator-transfer (0.1+14.10.20141007-0ubuntu1) utopic; urgency=low + + [ Charles Kerr ] + * Change the indicator's label to "Files" and only show the indicator + if there are unfinished transfers. (LP: #1377275) + + -- Ubuntu daily release Tue, 07 Oct 2014 19:48:01 +0000 + +indicator-transfer (0.1+14.10.20141006-0ubuntu1) utopic; urgency=low + + [ Charles Kerr ] + * Move the position of this indicator on the panel. (LP: #1377294) + + -- Ubuntu daily release Mon, 06 Oct 2014 17:36:14 +0000 + +indicator-transfer (0.1+14.10.20140905-0ubuntu1) utopic; urgency=low + + [ Sebastien Bacher ] + * Tweak translations setup to have a template generated (LP: #1348825) + + -- Ubuntu daily release Fri, 05 Sep 2014 15:39:57 +0000 + +indicator-transfer (0.1+14.10.20140827-0ubuntu1) utopic; urgency=low + + [ Charles Kerr ] + * Better use of information provided by content-hub. (LP: #1348162) + + [ Ted Gould ] + * Minor packaging changes from review + + -- Ubuntu daily release Wed, 27 Aug 2014 02:32:40 +0000 + +indicator-transfer (0.1+14.10.20140814-0ubuntu1) utopic; urgency=low + + [ Charles Kerr ] + * Re-use the same Translations.cmake file across indicators (LP: + #1354058) + + -- Ubuntu daily release Thu, 14 Aug 2014 14:59:08 +0000 + +indicator-transfer (0.1+14.10.20140718-0ubuntu1) utopic; urgency=low + + [ Charles Kerr ] + * make the gcc version explicit in debian/control and debian/rules. + + -- Ubuntu daily release Fri, 18 Jul 2014 12:26:56 +0000 + +indicator-transfer (0.1+14.10.20140711-0ubuntu1) utopic; urgency=low + + [ Charles Kerr ] + * Don't rebuild the full menu every time there's a change event from + the DownloadManager. + + -- Ubuntu daily release Fri, 11 Jul 2014 07:29:28 +0000 + +indicator-transfer (0.1+14.10.20140707-0ubuntu1) utopic; urgency=low + + [ Charles Kerr ] + * Create per-transfer actions for simpler state lookup by renderers. + Previously this was done as a single action that contained a map of + unique transfer ids to states. + + -- Ubuntu daily release Mon, 07 Jul 2014 22:22:32 +0000 + +indicator-transfer (0.1+14.10.20140619-0ubuntu1) utopic; urgency=low + + [ Charles Kerr ] + * This sets up the code layout, menu, indicator, unit tests, code + coverage rules, etc... what you'd expect from an indicator. + + [ Ted Gould ] + * README to kick off the repo + * Ensure we can build with builddeb + * Getting indicator-transfer setup with CI Train + + -- Ubuntu daily release Thu, 19 Jun 2014 02:49:04 +0000 + +indicator-transfer (0.1-0ubuntu1) utopic; urgency=medium + + * Initial release. + + -- Ted Gould Wed, 18 Jun 2014 14:29:27 -0500 --- indicator-transfer-0.2+16.04.20151216.5.orig/debian/compat +++ indicator-transfer-0.2+16.04.20151216.5/debian/compat @@ -0,0 +1 @@ +9 --- indicator-transfer-0.2+16.04.20151216.5.orig/debian/control +++ indicator-transfer-0.2+16.04.20151216.5/debian/control @@ -0,0 +1,68 @@ +Source: indicator-transfer +Section: misc +Priority: optional +Maintainer: Ubuntu Desktop Team +Build-Depends: cmake, + dbus, + libglib2.0-dev (>= 2.35.4), + libproperties-cpp-dev, + libclick-0.4-dev (>= 0.4.30), + libjson-glib-dev, + libubuntu-app-launch2-dev, +# for coverage reports + lcov, +# for tests + cppcheck, + dbus-test-runner, + libgtest-dev, + libdbustest1-dev, + google-mock (>= 1.6.0+svn437), + valgrind [amd64 armhf i386 powerpc], +# for packaging + debhelper (>= 9), + dh-translations, +Standards-Version: 3.9.5 +Homepage: https://launchpad.net/indicator-transfer +# 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: lp:indicator-transfer +Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/indicator-transfer/trunk.14.10/files +X-Ubuntu-Use-Langpack: yes + +Package: indicator-transfer +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libindicator-transfer0 (= ${binary:Version}), +Recommends: indicator-applet | indicator-renderer, + content-hub, + ubuntu-download-manager, + indicator-transfer-download-manager (>= ${binary:Version}), +Description: Shows Transfers + Show file/data transfers in the indicator bar + +Package: indicator-transfer-download-manager +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + indicator-transfer (= ${binary:Version}), +Description: Download manager plugin for trasfer indicator + Show file/data transfers in the indicator bar + +Package: libindicator-transfer0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, +Description: Shared library used by transfer-indicator and plugins + Show file/data transfers in the indicator bar + +Package: libindicator-transfer-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libindicator-transfer0 (= ${binary:Version}), +Description: Development files for indicator-transfer + Show file/data transfers in the indicator bar --- indicator-transfer-0.2+16.04.20151216.5.orig/debian/copyright +++ indicator-transfer-0.2+16.04.20151216.5/debian/copyright @@ -0,0 +1,25 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Transfer Indicator +Source: http://launchpad.net/indicator-transfer + +Files: * +Copyright: 2014 Canonical, Ltd. +License: GPL-3 + +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 can be found in "/usr/share/common-licenses/GPL-3". + --- indicator-transfer-0.2+16.04.20151216.5.orig/debian/indicator-transfer-download-manager.install +++ indicator-transfer-0.2+16.04.20151216.5/debian/indicator-transfer-download-manager.install @@ -0,0 +1 @@ +usr/lib/*/indicator-transfer/libdmtransfers.so --- indicator-transfer-0.2+16.04.20151216.5.orig/debian/indicator-transfer.install +++ indicator-transfer-0.2+16.04.20151216.5/debian/indicator-transfer.install @@ -0,0 +1,5 @@ +usr/share/upstart/sessions/indicator-transfer.conf +etc/xdg/autostart/indicator-transfer.desktop +usr/share/upstart/xdg/autostart/indicator-transfer.desktop +usr/share/unity/indicators/com.canonical.indicator.transfer +usr/lib/*/indicator-transfer/indicator-transfer-service --- indicator-transfer-0.2+16.04.20151216.5.orig/debian/libindicator-transfer-dev.install +++ indicator-transfer-0.2+16.04.20151216.5/debian/libindicator-transfer-dev.install @@ -0,0 +1,3 @@ +usr/include/indicator-transfer/* +usr/lib/*/libindicator-transfer.so +usr/lib/*/pkgconfig/indicator-transfer.pc --- indicator-transfer-0.2+16.04.20151216.5.orig/debian/libindicator-transfer0.install +++ indicator-transfer-0.2+16.04.20151216.5/debian/libindicator-transfer0.install @@ -0,0 +1 @@ +usr/lib/*/libindicator-transfer.so.* --- indicator-transfer-0.2+16.04.20151216.5.orig/debian/rules +++ indicator-transfer-0.2+16.04.20151216.5/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f + +LDFLAGS += -Wl,-z,defs -Wl,--as-needed + +%: + dh $@ --with translations + +override_dh_install: + dh_install --fail-missing + +override_dh_auto_test: + ctest -j1 --output-on-failure