--- keeper-0.1.0+17.04.20170213.1.orig/debian/changelog +++ keeper-0.1.0+17.04.20170213.1/debian/changelog @@ -0,0 +1,13 @@ +keeper (0.1.0+17.04.20170213.1-0ubuntu1) zesty; urgency=medium + + [ Charles Kerr, Xavi Garcia, Xavi Garcia Mena ] + * Adds integration tests for restore and restore cancellation. + + -- Xavi Garcia Mon, 13 Feb 2017 08:57:47 +0000 + +keeper (0.1.0+16.10.20160915.3-0ubuntu1) yakkety; urgency=medium + + * Initial release. + * Initial landing branch for keeper. + + -- Xavi Garcia Thu, 15 Sep 2016 19:20:14 +0000 --- keeper-0.1.0+17.04.20170213.1.orig/debian/compat +++ keeper-0.1.0+17.04.20170213.1/debian/compat @@ -0,0 +1 @@ +9 --- keeper-0.1.0+17.04.20170213.1.orig/debian/control +++ keeper-0.1.0+17.04.20170213.1/debian/control @@ -0,0 +1,92 @@ +Source: keeper +Section: misc +Priority: optional +Maintainer: Unity API Team +Build-Depends: cmake, + cmake-extras, + dbus, + debhelper (>= 9), +# for building the code: + libarchive-dev (>= 3.1.2), + libproperties-cpp-dev, + libubuntu-app-launch2-dev (>= 0.9), + storage-framework-client-dev, + libclick-0.4-dev, + uuid-dev, + libglib2.0-dev, + qt5-default, + qtbase5-dev, + qtbase5-dev-tools, + qtdeclarative5-dev, + qtdeclarative5-dev-tools, +# for the test harness: + cppcheck, + devscripts, + libgtest-dev, + google-mock (>= 1.6.0+svn437), + python3-dbusmock (>= 0.16.3), + libdbustest1-dev, + libqtdbusmock1-dev (>= 0.4), + libqtdbustest1-dev, +# for the dbusmock template: + python3-gi, + gir1.2-glib-2.0 (>= 1.32), + python3-flake8, +Standards-Version: 3.9.5 +Homepage: https://launchpad.net/keeper + 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: https://code.launchpad.net/keeper/trunk +Vcs-Browser: https://bazaar.launchpad.net/keeper/trunk/files + +Package: keeper +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + systemd | systemd-shim, + tar, + xz-utils +Description: Backup Tool + A backup/restore utility for Ubuntu + +Package: keeper-cli +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + systemd | systemd-shim, + tar, + xz-utils +Description: Backup Tool + A backup/restore utility for Ubuntu (client application) + +Package: libkeeper-client +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends}, +Depends: keeper (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Description: Client library for Keeper + Runtime support for Keeper clients. + +Package: qml-keeper +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Multi-Arch: same +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libkeeper-client (= ${binary:Version}), +Description: QML bindings for Keeper + This package contains the qtdeclarative bindings for Ubuntu Keeper. + +Package: keeper-client-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends}, +Depends: libkeeper-client (= ${binary:Version}), + ${misc:Depends}, +Description: Header files for the Keeper client libraries + Development headers for Keeper clients. + --- keeper-0.1.0+17.04.20170213.1.orig/debian/copyright +++ keeper-0.1.0+17.04.20170213.1/debian/copyright @@ -0,0 +1,27 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: ubuntu-app-launch +Source: https://launchpad.net/ubuntu-app-launch + +Files: * +Copyright: 2016 Canonical +License: GPL-3 + +Files: debian/* +Copyright: 2016 Charles Kerr +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 version 3, as published + by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranties of + MERCHANTABILITY, SATISFACTORY QUALITY, 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 version 3 can be found in "/usr/share/common-licenses/GPL-3". --- keeper-0.1.0+17.04.20170213.1.orig/debian/keeper-cli.install +++ keeper-0.1.0+17.04.20170213.1/debian/keeper-cli.install @@ -0,0 +1 @@ +/usr/lib/*/keeper/keeper --- keeper-0.1.0+17.04.20170213.1.orig/debian/keeper-client-dev.install +++ keeper-0.1.0+17.04.20170213.1/debian/keeper-client-dev.install @@ -0,0 +1,2 @@ +usr/include/keeper +usr/lib/*/pkgconfig/keeper-client.pc --- keeper-0.1.0+17.04.20170213.1.orig/debian/keeper.install +++ keeper-0.1.0+17.04.20170213.1/debian/keeper.install @@ -0,0 +1,8 @@ +/usr/lib/*/keeper/folder-backup.sh +/usr/lib/*/keeper/folder-restore.sh +/usr/lib/*/keeper/keeper-service +/usr/lib/*/keeper/keeper-tar +/usr/lib/*/keeper/keeper-untar +/usr/lib/*/ubuntu-app-launch/backup-helper/exec-tool +/usr/share/keeper/helper-registry.json +/usr/share/dbus-1/services/com.canonical.keeper.service --- keeper-0.1.0+17.04.20170213.1.orig/debian/libkeeper-client.install +++ keeper-0.1.0+17.04.20170213.1/debian/libkeeper-client.install @@ -0,0 +1 @@ +usr/lib/*/libkeeper-client-*.so --- keeper-0.1.0+17.04.20170213.1.orig/debian/qml-keeper.install +++ keeper-0.1.0+17.04.20170213.1/debian/qml-keeper.install @@ -0,0 +1 @@ +usr/lib/*/qt5/qml --- keeper-0.1.0+17.04.20170213.1.orig/debian/rules +++ keeper-0.1.0+17.04.20170213.1/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# Get full logs in tests +export G_MESSAGES_DEBUG=all +export CTEST_OUTPUT_ON_FAILURE=1 + +%: + dh $@ --parallel --fail-missing +