--- indicator-transfer-buteo-0.1+15.10.20151006.orig/debian/changelog +++ indicator-transfer-buteo-0.1+15.10.20151006/debian/changelog @@ -0,0 +1,13 @@ +indicator-transfer-buteo (0.1+15.10.20151006-0ubuntu1) wily; urgency=medium + + * Fix i18n conflict with indicator-transfer (LP: #1502926) + + -- Charles Kerr Tue, 06 Oct 2015 19:59:59 +0000 + +indicator-transfer-buteo (0.1+15.10.20151002.1-0ubuntu1) wily; urgency=medium + + [ Renato Araujo Oliveira Filho ] + * Initial package + * Added new build dep. + + -- CI Train Bot Fri, 02 Oct 2015 14:25:37 +0000 --- indicator-transfer-buteo-0.1+15.10.20151006.orig/debian/compat +++ indicator-transfer-buteo-0.1+15.10.20151006/debian/compat @@ -0,0 +1 @@ +9 --- indicator-transfer-buteo-0.1+15.10.20151006.orig/debian/control +++ indicator-transfer-buteo-0.1+15.10.20151006/debian/control @@ -0,0 +1,28 @@ +Source: indicator-transfer-buteo +Section: libs +Priority: optional +Maintainer: Renato Araujo Oliveira Filho +Build-Depends: cmake, + dbus-test-runner, + debhelper (>= 9), + libaccounts-qt5-dev, + libindicator-transfer-dev (>= 0.2), + libglib2.0-dev, + liburl-dispatcher1-dev, + libproperties-cpp-dev, + pkg-config, + python3, + python3-dbus, + python3-gi, + qt5-default, + qtbase5-dev, +Standards-Version: 3.9.5 +Homepage: https://launchpad.net/indicator-transfer-buteo + +Package: indicator-transfer-buteo +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + indicator-transfer (>= 0.2), +Description: Transfer indicator Buteo plugin + Buteo plugin for the Transfer Indicator --- indicator-transfer-buteo-0.1+15.10.20151006.orig/debian/copyright +++ indicator-transfer-buteo-0.1+15.10.20151006/debian/copyright @@ -0,0 +1,25 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Transfer Indicator Buteo +Source: http://launchpad.net/indicator-transfer-buteo + +Files: * +Copyright: 2015 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-buteo-0.1+15.10.20151006.orig/debian/rules +++ indicator-transfer-buteo-0.1+15.10.20151006/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f +# -*- makefile -*- +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --parallel --fail-missing