1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: deja-dup
Section: utils
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy Bicha <jbicha@debian.org>, Laurent Bigonville <bigon@debian.org>
Build-Depends: appstream-util,
dbus,
debhelper (>= 11),
desktop-file-utils,
gnome-pkg-tools,
libglib2.0-bin,
libglib2.0-dev (>= 2.46),
libgoa-1.0-dev (>= 3.8.0),
libgoa-backend-1.0-dev,
libgpg-error-dev,
libgtk-3-dev (>= 3.22),
libnautilus-extension-dev (>= 3.21.92-3~),
libpackagekit-glib2-dev (>= 0.6.5),
libpeas-dev,
libsecret-1-dev,
meson (>= 0.38),
pkg-config,
valac (>= 0.36),
yelp-tools
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/gnome-team/deja-dup
Vcs-Git: https://salsa.debian.org/gnome-team/deja-dup.git
Homepage: https://launchpad.net/deja-dup
Package: deja-dup
Architecture: any
Depends: ${duplicity:Depends}, ${misc:Depends}, ${shlibs:Depends}
Recommends: gvfs-backends, packagekit, policykit-1
Suggests: python-boto (>= 0.9d), python-cloudfiles, python-swiftclient, ${duplicity:Suggests}
Description: Backup utility
Déjà Dup is a simple backup tool. It hides the complexity of backing up the
Right Way (encrypted, off-site, and regular) and uses duplicity as the
backend.
.
Features:
* Support for local, remote, or cloud backup locations such as Nextcloud
* Securely encrypts and compresses your data
* Incrementally backs up, letting you restore from any particular backup
* Schedules regular backups
* Integrates well into your GNOME desktop
|