-
--- 42.6-1/debian/rules 2020-12-01 07:13:27.000000000 +0000
+++ 42.6-1ubuntu1/debian/rules 2020-12-01 07:18:04.000000000 +0000
@@ -8,4 +8,5 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O
override_dh_auto_configure:
dh_auto_configure -- \
- -Dgvfs_pkgs=gvfs-backends,python3-gi,gir1.2-glib-2.0
+ -Dgvfs_pkgs=gvfs-backends,python3-gi,gir1.2-glib-2.0 \
+ -Dpydrive_pkgs=python3-pydrive
-
--- 42.6-1/debian/control 2020-12-01 07:13:27.000000000 +0000
+++ 42.6-1ubuntu1/debian/control 2020-12-01 07:18:04.000000000 +0000
@@ -5,7 +5,8 @@
Source: deja-dup
Section: utils
Priority: optional
-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Iain Lane <laney@debian.org>, Jeremy Bicha <jbicha@debian.org>, Laurent Bigonville <bigon@debian.org>
Build-Depends: appstream-util,
dbus,
@@ -34,6 +35,7 @@ Package: deja-dup
Architecture: any
Depends: duplicity (>= 0.7.14), ${misc:Depends}, ${shlibs:Depends}
Recommends: gvfs-backends, packagekit, policykit-1
+Suggests: python3-pydrive
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
-
--- 42.6-1/debian/control.in 2020-12-01 07:13:27.000000000 +0000
+++ 42.6-1ubuntu1/debian/control.in 2020-12-01 07:18:04.000000000 +0000
@@ -1,7 +1,8 @@
Source: deja-dup
Section: utils
Priority: optional
-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
Build-Depends: appstream-util,
dbus,
@@ -30,6 +31,7 @@ Package: deja-dup
Architecture: any
Depends: duplicity (>= 0.7.14), ${misc:Depends}, ${shlibs:Depends}
Recommends: gvfs-backends, packagekit, policykit-1
+Suggests: python3-pydrive
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
-
--- 42.6-1/debian/patches/series 2020-12-01 07:13:27.000000000 +0000
+++ 42.6-1ubuntu1/debian/patches/series 2020-12-01 07:18:04.000000000 +0000
@@ -1 +0,0 @@
-disable-google-drive.patch
-
--- 42.6-1/debian/patches/disable-google-drive.patch 2020-12-01 07:13:27.000000000 +0000
+++ 42.6-1ubuntu1/debian/patches/disable-google-drive.patch 1970-01-01 00:00:00.000000000 +0000
@@ -1,16 +0,0 @@
-# Description: disable google drive integration in the UI since the required
-# backend is not available yet in Debian
-# Upstream: not-needed
-Index: deja-dup-40.7/libdeja/BackendAuto.vala
-===================================================================
---- deja-dup-40.7.orig/libdeja/BackendAuto.vala
-+++ deja-dup-40.7/libdeja/BackendAuto.vala
-@@ -42,7 +42,7 @@ public class BackendAuto : Backend
- // 3) Google Drive via GNOME Online Accounts
- // 4) Google Drive (relying on packagekit support to install dependencies)
- var settings = get_settings();
-- settings.set_string(BACKEND_KEY, "google");
-+ settings.set_string(BACKEND_KEY, "local");
- }
- }
-