Merge lp:~noskcaj/deja-dup/merge into lp:~ubuntu-desktop/deja-dup/ubuntu

Proposed by Jackson Doak
Status: Merged
Merged at revision: 43
Proposed branch: lp:~noskcaj/deja-dup/merge
Merge into: lp:~ubuntu-desktop/deja-dup/ubuntu
Diff against target: 687 lines (+424/-87)
9 files modified
debian/changelog (+294/-0)
debian/control (+12/-9)
debian/control.in (+89/-0)
debian/copyright (+19/-57)
debian/gbp.conf (+8/-0)
debian/patches/0001-fix-appdata-validate-ftbs.patch (+0/-17)
debian/patches/series (+0/-1)
debian/rules (+1/-2)
debian/watch (+1/-1)
To merge this branch: bzr merge lp:~noskcaj/deja-dup/merge
Reviewer Review Type Date Requested Status
Ubuntu Desktop Pending
Review via email: mp+263823@code.launchpad.net

Description of the change

Merge from debian. This leaves us with a package mostly the same as our old one, so there are probably some changes that can be dropped.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2015-02-23 16:26:53 +0000
+++ debian/changelog 2015-07-04 05:02:31 +0000
@@ -1,3 +1,49 @@
1deja-dup (34.0-1ubuntu1) wily; urgency=low
2
3 * Merge from debian. Remaining changes:
4 - debian/control:
5 + Add appdata-tools to Build-Deps to validate appdata file
6 + Add dbus-x11, python3 and desktop-file-utils as Build-Depends for tests
7 + Use dh-translations
8 + Change yelp-tools Build-Depend to just itstool, as that's all
9 that is needed
10 + Build-depend on gnome-control-center, unity-control-center, libunity
11 + Add XS-Testsuite: Autopkgtest
12 + Use ubuntu vcs
13 + Use ${misc:Pre-Depends}
14 + Depend on adwaita-icon-theme
15 + Don't recommend an ssh client
16 + Reccomend policykit-1
17 + Improve descriptions
18 + Split backends into different packages
19 + Drop dbg package
20 - debian/rules:
21 + Add --with translations to configure
22 + Enable CCPANEL, UNITY, UNITY_CCPANEL
23 + Use multiarch libs
24 + Don't make a dbg package
25 + Run dh_auto_test
26 + Don't override dh_makeshlibs
27 - Add autopkgtest
28
29 -- Jackson Doak <noskcaj@ubuntu.com> Sat, 04 Jul 2015 13:39:47 +1000
30
31deja-dup (34.0-1) unstable; urgency=medium
32
33 * Team upload.
34 * New upstraem release.
35 * Update outdated section names in debian/gbp.conf.
36
37 -- Michael Biebl <biebl@debian.org> Tue, 16 Jun 2015 16:54:00 +0200
38
39deja-dup (32.0-1) unstable; urgency=medium
40
41 * New upstream release
42 * debian/control.in: Bump Standards-Version to 3.9.6 (no further changes)
43 * debian/copyright: Fix copyright file, files have been moved around
44
45 -- Laurent Bigonville <bigon@debian.org> Sun, 12 Oct 2014 10:51:13 +0200
46
1deja-dup (32.0-0ubuntu5) vivid; urgency=medium47deja-dup (32.0-0ubuntu5) vivid; urgency=medium
248
3 * debian/patches/0001-fix-appdata-validate-ftbs.patch:49 * debian/patches/0001-fix-appdata-validate-ftbs.patch:
@@ -36,6 +82,15 @@
3682
37 -- Michael Terry <mterry@ubuntu.com> Sat, 20 Sep 2014 11:35:28 -040083 -- Michael Terry <mterry@ubuntu.com> Sat, 20 Sep 2014 11:35:28 -0400
3884
85deja-dup (30.0-1) unstable; urgency=medium
86
87 * New upstream release
88 - Drop debian/patches/01_CMP0004_OLD.patch: Fixed upstream
89 * Add debian/gbp.conf file
90 * debian/control.in: Re-add the Vcs-* fields with the new URL's
91
92 -- Laurent Bigonville <bigon@debian.org> Fri, 11 Apr 2014 22:21:25 +0200
93
39deja-dup (30.0-0ubuntu7) utopic; urgency=medium94deja-dup (30.0-0ubuntu7) utopic; urgency=medium
4095
41 * debian/patches/deprecated-property.patch:96 * debian/patches/deprecated-property.patch:
@@ -92,6 +147,25 @@
92147
93 -- Michael Terry <mterry@ubuntu.com> Fri, 28 Mar 2014 09:03:56 -0400148 -- Michael Terry <mterry@ubuntu.com> Fri, 28 Mar 2014 09:03:56 -0400
94149
150deja-dup (29.5-1) unstable; urgency=low
151
152 * New upstream release (Closes: #667722, #671479)
153 - Adjust the {build-}dependencies
154 - debian/rules, debian/control: deja-dup is now using cmake
155 * Adopt deja-dup by the GNOME team (Closes: #740924)
156 * debian/control: Bump Standards-Version to 3.9.5 (no further changes)
157 * Add debian/patches/01_CMP0004_OLD.patch: Fix FTBFS due to changes in cmake
158 * debian/rules: Drop the override_dh_builddeb target, this is not needed
159 anymore
160 * Fix the debian/watch URL
161 * Bump debhelper compatibility to 9 to get the hardening flags for free
162 * debian/rules: Properly exclude nautilus plugin from dh_makeshlibs call
163 (Closes: #651279)
164 * debian/control: Adjust the recommends, add gvfs-backends and rename
165 python-rackspace-cloudfiles to python-cloudfiles (Closes: #669045, #732730)
166
167 -- Laurent Bigonville <bigon@debian.org> Thu, 06 Mar 2014 22:11:37 +0100
168
95deja-dup (29.5-0ubuntu2) trusty; urgency=medium169deja-dup (29.5-0ubuntu2) trusty; urgency=medium
96170
97 * debian/patches/rm-full-path.patch:171 * debian/patches/rm-full-path.patch:
@@ -366,6 +440,54 @@
366440
367 -- Michael Terry <mterry@ubuntu.com> Mon, 24 Oct 2011 13:49:53 -0400441 -- Michael Terry <mterry@ubuntu.com> Mon, 24 Oct 2011 13:49:53 -0400
368442
443deja-dup (20.2-2.1) unstable; urgency=low
444
445 * Non-maintainer upload.
446 * Fix "configure:3028: error: xmllint not found":
447 change build dependency from itstool to yelp-tools; thanks, Michael Biebl.
448 (Closes: #666225)
449
450 -- gregor herrmann <gregoa@debian.org> Sun, 03 Jun 2012 16:37:10 +0200
451
452deja-dup (20.2-2) unstable; urgency=low
453
454 * ACK previous NMU (Closes: #651257)
455 * Delete old unused patch (Closes: #651258)
456 * Drop gnome-control-center support as Gnome 3 upstream don't want 3rd
457 party applications to be installed there (Closes: #650142)
458
459 -- Jose Carlos Garcia Sogo <jsogo@debian.org> Thu, 08 Dec 2011 12:15:32 +0100
460
461deja-dup (20.2-1.1) unstable; urgency=low
462
463 * Non-maintainer upload.
464 * debian/control: Drop libdbusmenu-gtk3-dev Build-dep, the package is only
465 available in experimental for now (Closes: #651257)
466
467 -- Laurent Bigonville <bigon@debian.org> Wed, 07 Dec 2011 11:54:25 +0100
468
469deja-dup (20.2-1) unstable; urgency=low
470
471 * New upstream release (Closes: #613336, #632568)
472 - Fixed GPG error during restore (Closes: #624598)
473 - Transitioned to use nautilus 3 (Closes: #637312)
474 * Remove .la files (Closes: #621293)
475 * debian/rules:
476 - Convert to dh8
477 * debian/source/format:
478 - Convert to 3.0 (quilt)
479 * debian/control:
480 - Update description
481 - Needs libnotify >= 0.7.0
482 * debian/copyright:
483 - Update from upstream AUTHORS
484 - Standards-Version: bump to 3.9.2, no changes needed.
485 - Change yelp Build-Dep to just itstool
486
487 (These changes where taken from Ubuntu package, thanks to Michael Terry)
488
489 -- Jose Carlos Garcia Sogo <jsogo@debian.org> Fri, 25 Nov 2011 21:11:10 +0100
490
369deja-dup (20.1-0ubuntu1) precise; urgency=low491deja-dup (20.1-0ubuntu1) precise; urgency=low
370492
371 * New upstream bug fix release493 * New upstream bug fix release
@@ -724,6 +846,14 @@
724846
725 -- Michael Terry <michael.terry@canonical.com> Tue, 04 May 2010 15:57:37 -0400847 -- Michael Terry <michael.terry@canonical.com> Tue, 04 May 2010 15:57:37 -0400
726848
849deja-dup (14.2-1) unstable; urgency=low
850
851 * New upstream release
852 + Fixes problem to external disks (Closes: #583218)
853 * Bump dependency in duplicity to 0.6.07 (Closes: #546520)
854
855 -- Jose Carlos Garcia Sogo <jsogo@debian.org> Thu, 08 Jul 2010 16:46:39 +0200
856
727deja-dup (14.0.3-0ubuntu1) lucid; urgency=low857deja-dup (14.0.3-0ubuntu1) lucid; urgency=low
728858
729 * New upstream release859 * New upstream release
@@ -747,6 +877,12 @@
747877
748 -- Michael Terry <mike@mterry.name> Sat, 03 Apr 2010 07:18:59 -0400878 -- Michael Terry <mike@mterry.name> Sat, 03 Apr 2010 07:18:59 -0400
749879
880deja-dup (14.0-1) unstable; urgency=low
881
882 * New upstream version (Closes: #574938)
883
884 -- Jose Carlos Garcia Sogo <jsogo@debian.org> Thu, 01 Apr 2010 11:55:08 +0200
885
750deja-dup (14.0-0ubuntu1) lucid; urgency=low886deja-dup (14.0-0ubuntu1) lucid; urgency=low
751887
752 * New upstream bug-fix release888 * New upstream bug-fix release
@@ -772,6 +908,15 @@
772908
773 -- Michael Terry <michael.terry@canonical.com> Mon, 08 Feb 2010 17:44:05 -0500909 -- Michael Terry <michael.terry@canonical.com> Mon, 08 Feb 2010 17:44:05 -0500
774910
911deja-dup (13.6-1) unstable; urgency=low
912
913 * New upstream release (Closes: #567124)
914 + Adds menu entry to System category (Closes: #544455)
915 * Depends on gvfs-fuse (Closes: #546506)
916 * Bump Standards-Version to 3.8.4. No changes needed.
917
918 -- Jose Carlos Garcia Sogo <jsogo@debian.org> Thu, 28 Jan 2010 00:13:03 +0100
919
775deja-dup (13.6-0ubuntu2) lucid; urgency=low920deja-dup (13.6-0ubuntu2) lucid; urgency=low
776921
777 * Build-depend on libappindicator-dev (>= 0.0.11), in order to switch over922 * Build-depend on libappindicator-dev (>= 0.0.11), in order to switch over
@@ -820,6 +965,22 @@
820965
821 -- Michael Terry <mike@mterry.name> Mon, 12 Oct 2009 11:01:41 -0400966 -- Michael Terry <mike@mterry.name> Mon, 12 Oct 2009 11:01:41 -0400
822967
968deja-dup (10.1-2) unstable; urgency=low
969
970 * intltool is a build-dependency (Closes: #544451)
971 * Bump Standards-Version to 3.8.1. No changes needed.
972 * Add to debian/copyright file every (C) bit in sources.
973 Thanks to Torsten Werner.
974
975 -- Jose Carlos Garcia Sogo <jsogo@debian.org> Mon, 31 Aug 2009 23:16:58 +0200
976
977deja-dup (10.1-1) unstable; urgency=low
978
979 * New Upstream Version
980 * Docs have been relicensed to GPLv3.
981
982 -- Jose Carlos Garcia Sogo <jsogo@debian.org> Tue, 04 Aug 2009 23:34:17 +0200
983
823deja-dup (10.0-0ubuntu1) karmic; urgency=low984deja-dup (10.0-0ubuntu1) karmic; urgency=low
824985
825 * New upstream release (LP: #384067, LP: #353838, LP: #333126)986 * New upstream release (LP: #384067, LP: #353838, LP: #333126)
@@ -834,6 +995,46 @@
834995
835 -- Michael Terry <michael.terry@canonical.com> Fri, 05 Jun 2009 16:09:45 -0400996 -- Michael Terry <michael.terry@canonical.com> Fri, 05 Jun 2009 16:09:45 -0400
836997
998deja-dup (9.1-1) unstable; urgency=low
999
1000 * New Upstream Version
1001
1002 -- Jose Carlos Garcia Sogo <jsogo@debian.org> Tue, 28 Apr 2009 23:47:27 +0200
1003
1004deja-dup (8.1-1) unstable; urgency=low
1005
1006 * Inital Debian release, based on Ubuntu packages (Closes: #506590)
1007 * debian/control:
1008 - Change maintainer to me.
1009 - Bump Standards-Version to 3.8.1. No changes needed.
1010 - Move -dbg package to 'debug' section.
1011
1012 -- Jose Carlos Garcia Sogo <jsogo@debian.org> Tue, 14 Apr 2009 00:19:30 +0200
1013
1014deja-dup (8.1-0intrepid1) intrepid; urgency=low
1015
1016 * New upstream release
1017
1018 -- Michael Terry <mike@mterry.name> Fri, 03 Apr 2009 17:59:44 -0400
1019
1020deja-dup (8.1-0hardy1) hardy; urgency=low
1021
1022 * New upstream release
1023
1024 -- Michael Terry <mike@mterry.name> Fri, 03 Apr 2009 17:58:44 -0400
1025
1026deja-dup (8.0-0intrepid1) intrepid; urgency=low
1027
1028 * New upstream release
1029
1030 -- Michael Terry <mike@mterry.name> Sun, 29 Mar 2009 11:53:45 -0400
1031
1032deja-dup (8.0-0hardy1) hardy; urgency=low
1033
1034 * Initial hardy release
1035
1036 -- Michael Terry <mike@mterry.name> Sun, 29 Mar 2009 11:43:28 -0400
1037
837deja-dup (7.4-0ubuntu2) jaunty; urgency=low1038deja-dup (7.4-0ubuntu2) jaunty; urgency=low
8381039
839 * debian/control:1040 * debian/control:
@@ -852,3 +1053,96 @@
852 * Initial release (LP: #324388)1053 * Initial release (LP: #324388)
8531054
854 -- Michael Terry <mike@mterry.name> Thu, 12 Feb 2009 07:18:01 -05001055 -- Michael Terry <mike@mterry.name> Thu, 12 Feb 2009 07:18:01 -0500
1056
1057deja-dup (7.4-0~intrepid1) intrepid; urgency=low
1058
1059 * New upstream release
1060
1061 -- Michael Terry <mike@mterry.name> Wed, 11 Feb 2009 21:17:47 -0500
1062
1063deja-dup (7.3-0~intrepid1) intrepid; urgency=low
1064
1065 * New upstream release
1066
1067 -- Michael Terry <mike@mterry.name> Tue, 03 Feb 2009 20:40:01 -0500
1068
1069deja-dup (7.2-0~intrepid1) intrepid; urgency=low
1070
1071 * New upstream release
1072
1073 -- Michael Terry <mike@mterry.name> Mon, 02 Feb 2009 20:49:16 -0500
1074
1075deja-dup (7.1-0~intrepid1) intrepid; urgency=low
1076
1077 * New upstream release
1078
1079 -- Michael Terry <mike@mterry.name> Thu, 29 Jan 2009 15:54:19 -0500
1080
1081deja-dup (7.0-0~intrepid1) intrepid; urgency=low
1082
1083 * New upstream release
1084 * debian/control:
1085 - Add Build-Depend on libnautilus-extension-dev
1086
1087 -- Michael Terry <mike@mterry.name> Thu, 29 Jan 2009 08:07:33 -0500
1088
1089deja-dup (6.0-0~intrepid1) intrepid; urgency=low
1090
1091 * New upstream release
1092
1093 -- Michael Terry <mike@mterry.name> Mon, 19 Jan 2009 19:51:28 -0500
1094
1095deja-dup (5.2-0~intrepid1) intrepid; urgency=low
1096
1097 * New upstream release
1098
1099 -- Michael Terry <mike@mterry.name> Wed, 07 Jan 2009 21:47:58 -0500
1100
1101deja-dup (5.1-0~intrepid1) intrepid; urgency=low
1102
1103 * New upstream version
1104
1105 -- Michael Terry <mike@mterry.name> Wed, 07 Jan 2009 20:54:58 -0500
1106
1107deja-dup (5.0-0~intrepid1) intrepid; urgency=low
1108
1109 * New upstream version
1110
1111 -- Michael Terry <mike@mterry.name> Tue, 06 Jan 2009 20:30:09 -0500
1112
1113deja-dup (4.0-0~intrepid1) intrepid; urgency=low
1114
1115 * New upstream version
1116 * debian/control:
1117 - Add dbg package
1118 - Recommend util-linux, for ionice
1119 - Dropped valac from Build-Depends, not needed
1120
1121 -- Michael Terry <michael.terry@canonical.com> Mon, 29 Dec 2008 23:19:56 -0500
1122
1123deja-dup (3.0~ppa1) intrepid; urgency=low
1124
1125 * New upstream version
1126 * debian/control:
1127 - Add libunique-dev and libnotify-dev to Build-Depends
1128
1129 -- Michael Terry <mike@mterry.name> Thu, 04 Dec 2008 22:28:24 -0500
1130
1131deja-dup (2.1-0ubuntu1~ppa1) intrepid; urgency=low
1132
1133 * New upstream version
1134
1135 -- Michael Terry <mike@mterry.name> Mon, 01 Dec 2008 21:09:29 -0500
1136
1137deja-dup (2.0-0ubuntu1~ppa1) intrepid; urgency=low
1138
1139 * New upstream version
1140
1141 -- Michael Terry <mike@mterry.name> Sat, 22 Nov 2008 08:20:04 -0500
1142
1143deja-dup (1.0-0ubuntu1~ppa1) intrepid; urgency=low
1144
1145 * Initial Release.
1146
1147 -- Michael Terry <michael.terry@canonical.com> Mon, 20 Oct 2008 13:00:47 -0400
1148
8551149
=== modified file 'debian/control'
--- debian/control 2015-02-23 16:02:45 +0000
+++ debian/control 2015-07-04 05:02:31 +0000
@@ -1,39 +1,42 @@
1# This file is autogenerated. DO NOT EDIT!
2#
3# Modifications should be made to debian/control.in instead.
4# This file is regenerated automatically in the clean target.
1Source: deja-dup5Source: deja-dup
2Section: utils6Section: utils
3Priority: optional7Priority: optional
4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>8Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Jose Carlos Garcia Sogo <jsogo@debian.org>9XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
10Uploaders: Iain Lane <iain@orangesquash.org.uk>, Jackson Doak <noskcaj@ubuntu.com>, Laurent Bigonville <bigon@debian.org>, Louis Bouchard <louis.bouchard@ubuntu.com>, Michael Biebl <biebl@debian.org>, Michael Terry <mterry@ubuntu.com>
6Homepage: https://launchpad.net/deja-dup11Homepage: https://launchpad.net/deja-dup
7Build-Depends: appstream-util,12Build-Depends: appstream-util,
8 cmake,13 cmake,
9 dbus-x11,14 dbus-x11,
10 debhelper (>= 9),15 debhelper (>= 9),
11 desktop-file-utils,16 desktop-file-utils,
12 dh-translations,17 gnome-pkg-tools,
13 intltool (>= 0.40),18 intltool (>= 0.40),
14 itstool,19 itstool,
15 libglib2.0-dev (>= 2.34),20 libglib2.0-dev (>= 2.34),
16 libgnome-control-center-dev (>= 3.4),21 libgnome-control-center-dev (>= 3.4),
17 libgtk-3-dev (>= 3.6),22 libgtk-3-dev (>= 3.6),
18 libnautilus-extension-dev (>= 3.0),23 libnautilus-extension-dev,
19 libnotify-dev (>= 0.7),24 libnotify-dev (>= 0.7),
20 libpeas-dev,25 libpeas-dev,
21 libsecret-1-dev,26 libsecret-1-dev,
22 libunity-control-center-dev,27 libunity-control-center-dev,
23 libunity-dev (>= 5.0.0),28 libunity-dev (>= 5.0.0),
24 libxml2-utils,
25 pkg-config,29 pkg-config,
26 python3,30 python3,
27 valac (>= 0.22),31 valac (>= 0.20)
32Standards-Version: 3.9.6
28XS-Testsuite: autopkgtest33XS-Testsuite: autopkgtest
29Standards-Version: 3.9.3
30Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/deja-dup/ubuntu34Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/deja-dup/ubuntu
3135
32Package: deja-dup36Package: deja-dup
33Architecture: any37Architecture: any
34Pre-Depends: ${misc:Pre-Depends},38Depends: ${shlibs:Depends},
35Depends: ${misc:Depends},39 ${misc:Depends},
36 ${shlibs:Depends},
37 duplicity (>= 0.6.23),40 duplicity (>= 0.6.23),
38 adwaita-icon-theme41 adwaita-icon-theme
39Recommends: deja-dup-backend-gvfs,42Recommends: deja-dup-backend-gvfs,
4043
=== added file 'debian/control.in'
--- debian/control.in 1970-01-01 00:00:00 +0000
+++ debian/control.in 2015-07-04 05:02:31 +0000
@@ -0,0 +1,89 @@
1Source: deja-dup
2Section: utils
3Priority: optional
4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
6Uploaders: @GNOME_TEAM@
7Homepage: https://launchpad.net/deja-dup
8Build-Depends: appstream-util,
9 cmake,
10 dbus-x11,
11 debhelper (>= 9),
12 desktop-file-utils,
13 gnome-pkg-tools,
14 intltool (>= 0.40),
15 itstool,
16 libglib2.0-dev (>= 2.34),
17 libgnome-control-center-dev (>= 3.4),
18 libgtk-3-dev (>= 3.6),
19 libnautilus-extension-dev,
20 libnotify-dev (>= 0.7),
21 libpeas-dev,
22 libsecret-1-dev,
23 libunity-control-center-dev,
24 libunity-dev (>= 5.0.0),
25 pkg-config,
26 python3,
27 valac (>= 0.20)
28Standards-Version: 3.9.6
29XS-Testsuite: autopkgtest
30Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/deja-dup/ubuntu
31
32Package: deja-dup
33Architecture: any
34Depends: ${shlibs:Depends},
35 ${misc:Depends},
36 duplicity (>= 0.6.23),
37 adwaita-icon-theme
38Recommends: deja-dup-backend-gvfs,
39 policykit-1,
40Suggests: deja-dup-backend-cloudfiles,
41 deja-dup-backend-s3,
42Description: Back up your files
43 Déjà Dup is a simple backup tool. It hides the complexity of backing up the
44 Right Way (encrypted, off-site, and regular) and uses duplicity as the
45 backend.
46 .
47 Features:
48 * Support for local, remote, or cloud backup locations, such as Amazon S3,
49 and Rackspace Cloud Files
50 * Securely encrypts and compresses your data
51 * Incrementally backs up, letting you restore from any particular backup
52 * Schedules regular backups
53 * Integrates well into your GNOME desktop
54
55Package: deja-dup-backend-gvfs
56Architecture: all
57Depends: ${misc:Depends},
58 deja-dup,
59 gvfs-backends,
60Description: Remote server support for Déjà Dup
61 Déjà Dup is a simple backup tool. It hides the complexity of backing up the
62 Right Way (encrypted, off-site, and regular) and uses duplicity as the
63 backend.
64 .
65 This package adds FTP, SSH, WebDAV, and Windows Shares support to Déjà Dup.
66
67Package: deja-dup-backend-cloudfiles
68Architecture: all
69Depends: ${misc:Depends},
70 deja-dup,
71 python-cloudfiles,
72Description: Rackspace Cloudfiles support for Déjà Dup
73 Déjà Dup is a simple backup tool. It hides the complexity of backing up the
74 Right Way (encrypted, off-site, and regular) and uses duplicity as the
75 backend.
76 .
77 This package adds Rackspace Cloudfiles support to Déjà Dup.
78
79Package: deja-dup-backend-s3
80Architecture: all
81Depends: ${misc:Depends},
82 deja-dup,
83 python-boto (>= 0.9d),
84Description: Amazon S3 support for Déjà Dup
85 Déjà Dup is a simple backup tool. It hides the complexity of backing up the
86 Right Way (encrypted, off-site, and regular) and uses duplicity as the
87 backend.
88 .
89 This package adds Amazon S3 support to Déjà Dup.
090
=== modified file 'debian/copyright'
--- debian/copyright 2012-08-21 20:18:56 +0000
+++ debian/copyright 2015-07-04 05:02:31 +0000
@@ -1,62 +1,41 @@
1Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/1Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166
2Upstream-Name: Déjà Dup2Upstream-Name: Déjà Dup
3Upstream-Contact: Déjà Dup Maintainers <deja-dup-team@lists.launchpad.net>3Upstream-Contact: Déjà Dup Maintainers <deja-dup-team@lists.launchpad.net>
4Source: https://launchpad.net/deja-dup/+download4Source: https://launchpad.net/deja-dup/+download
55
6Files: *6Files: *
7Copyright: 2008–2011 Michael Terry <mike@mterry.name>7Copyright: 2008,2009,2010,2011 Michael Terry <mike@mterry.name>
8 2009–2010 Andrew Fister <temposs@gmail.com>8 2009,2010 Andrew Fister <temposs@gmail.com>
9 2010 Michael Vogt <michael.vogt@ubuntu.com>9 2010 Michael Vogt <michael.vogt@ubuntu.com>
10 2010 Urban Skudnik <urban.skudnik@gmail.com>10 2010 Urban Skudnik <urban.skudnik@gmail.com>
11 2011 Canonical Ltd
12Comment: For specific author information, see the bzr logs
13License: GPL-3+11License: GPL-3+
1412
15Files: po/*.po13Files: po/*.po
16Copyright: 2008–2011 Rosetta Contributors and Canonical Ltd14Copyright: 2008,2009,2010,2011 Rosetta Contributors and Canonical Ltd
17License: GPL-3+15License: GPL-3+
1816
19Files: common/uriutils.[ch]17Files: libdeja/uriutils.[ch]
20Copyright: 2006–2007 Red Hat, Inc18Copyright: 2006-2007 Red Hat, Inc
21License: GPL-3+19License: GPL-3+
2220
23Files: nautilus/NautilusExtension.[ch]21Files: deja-dup/nautilus/NautilusExtension.[ch]
24Copyright: 2004–2005 Free Software Foundation, Inc.22Copyright: 2004–2005 Free Software Foundation, Inc.
25 2009–2011 Michael Terry <mike@mterry.name>23 2009 Michael Terry <mike@mterry.name>
26 2011 Canonical Ltd24License: GPL-3+
27License: GPL-3+25
2826Files: deja-dup/help/C/*.page
29Files: preferences/PreferencesPanel.c27Copyright: 2010,2011 Michael Terry <mike@mterry.name>
30Copyright: 2010 Intel, Inc
31 2011 Michael Terry <mike@mterry.name>
32License: GPL-3+
33
34Files: vapi/config.vapi
35Copyright: 2007–2008 Jaap Haitsma <jaap@haitsma.org>
36License: GPL-3+
37
38Files: help/C/*.page
39Copyright: 2010–2011 Michael Terry <mike@mterry.name>
40 2011 Canonical Ltd
41License: CC-BY-SA-3.028License: CC-BY-SA-3.0
4229
43Files: help/*/*.po30Files: deja-dup/help/*/*.po
44Copyright: 2008–2011 Rosetta Contributors and Canonical Ltd31Copyright: 2008,2009,2010,2011 Rosetta Contributors and Canonical Ltd
45License: CC-BY-SA-3.032License: CC-BY-SA-3.0
4633
47Files: man/help2man34Files: man/help2man
48Copyright: 1997–2005, 2009–2010 Free Software Foundation, Inc.35Copyright: 1997–2005, 2009–2010 Free Software Foundation, Inc.
49License: GPL-3+36License: GPL-3+
5037
51Files: data/icons/*.png data/icons/source.svg38Files: data/icons/*.svg
52Copyright: 2011 Lapo Calamandrei <calamandrei@gmail.com>
53License: LGPL-3+ or CC-BY-SA-3.0
54
55Files: data/icons/*/deja-dup-symbolic.svg
56Copyright: 2011 Michael Terry <mike@mterry.name>
57License: LGPL-3+ or CC-BY-SA-3.0
58
59Files: data/icons/*/deja-dup-cloud.svg
60Copyright: None39Copyright: None
61License: public-domain40License: public-domain
62 These icons originally came from the Tango project41 These icons originally came from the Tango project
@@ -80,23 +59,6 @@
80 On Debian systems, the full text of the GNU General Public License59 On Debian systems, the full text of the GNU General Public License
81 version 3 can be found in the file /usr/share/common-licenses/GPL-3.60 version 3 can be found in the file /usr/share/common-licenses/GPL-3.
8261
83License: LGPL-3+
84 This program is free software: you can redistribute it and/or modify
85 it under the terms of the GNU Lesser General Public License as published by
86 the Free Software Foundation, either version 3 of the License, or
87 (at your option) any later version.
88 .
89 This program is distributed in the hope that it will be useful,
90 but WITHOUT ANY WARRANTY; without even the implied warranty of
91 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
92 GNU General Public License for more details.
93 .
94 You should have received a copy of the GNU Lesser General Public License
95 along with this program. If not, see <http://www.gnu.org/licenses/>.
96 .
97 On Debian systems, the full text of the GNU Lesser General Public License
98 version 3 can be found in the file /usr/share/common-licenses/LGPL-3.
99
100License: CC-BY-SA-3.062License: CC-BY-SA-3.0
101 You are free:63 You are free:
102 to Share (to copy, distribute and transmit the work) and64 to Share (to copy, distribute and transmit the work) and
10365
=== added file 'debian/gbp.conf'
--- debian/gbp.conf 1970-01-01 00:00:00 +0000
+++ debian/gbp.conf 2015-07-04 05:02:31 +0000
@@ -0,0 +1,8 @@
1[DEFAULT]
2debian-branch = master
3upstream-branch = upstream
4pristine-tar = True
5
6[buildpackage]
7tarball-dir = ../tarballs/
8export-dir = ../build-area/
09
=== removed directory 'debian/patches'
=== removed file 'debian/patches/0001-fix-appdata-validate-ftbs.patch'
--- debian/patches/0001-fix-appdata-validate-ftbs.patch 2015-02-23 16:26:53 +0000
+++ debian/patches/0001-fix-appdata-validate-ftbs.patch 1970-01-01 00:00:00 +0000
@@ -1,17 +0,0 @@
1Index: deja-dup-32.0/deja-dup/CMakeLists.txt
2===================================================================
3--- deja-dup-32.0.orig/deja-dup/CMakeLists.txt
4+++ deja-dup-32.0/deja-dup/CMakeLists.txt
5@@ -40,9 +40,9 @@ install(TARGETS deja-dup DESTINATION bin
6 deja_merge_po(desktop deja-dup.desktop "${CMAKE_INSTALL_FULL_DATADIR}/applications")
7
8 deja_merge_po(xml deja-dup.appdata.xml "${CMAKE_INSTALL_FULL_DATADIR}/appdata")
9-find_program(APPDATA_VALIDATE appdata-validate)
10-if(APPDATA_VALIDATE)
11- add_test(validate-deja-dup.appdata.xml appdata-validate --relax "${CMAKE_CURRENT_BINARY_DIR}/deja-dup.appdata.xml")
12+find_program(APPSTREAM_UTIL appstream-util)
13+if(APPSTREAM_UTIL)
14+ add_test(validate-deja-dup.appdata.xml appstream-util --nonet validate-relax "${CMAKE_CURRENT_BINARY_DIR}/deja-dup.appdata.xml")
15 endif()
16
17 install(DIRECTORY ui DESTINATION "${PKG_DATADIR}")
180
=== removed file 'debian/patches/series'
--- debian/patches/series 2015-02-23 16:13:17 +0000
+++ debian/patches/series 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
10001-fix-appdata-validate-ftbs.patch
20
=== modified file 'debian/rules'
--- debian/rules 2014-04-02 14:47:01 +0000
+++ debian/rules 2015-07-04 05:02:31 +0000
@@ -1,10 +1,9 @@
1#!/usr/bin/make -f1#!/usr/bin/make -f
2# -*- Mode: Makefile; indent-tabs-mode: t; tab-width: 2 -*-
32
4DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)3DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
54
6%:5%:
7 dh $@ --parallel --with translations --buildsystem cmake6 dh $@ --parallel --buildsystem cmake --with gnome --with translations
87
9override_dh_auto_configure:8override_dh_auto_configure:
10 dh_auto_configure -- -DENABLE_CCPANEL=ON \9 dh_auto_configure -- -DENABLE_CCPANEL=ON \
1110
=== modified file 'debian/watch'
--- debian/watch 2012-02-23 17:41:45 +0000
+++ debian/watch 2015-07-04 05:02:31 +0000
@@ -1,2 +1,2 @@
1version=31version=3
2http://launchpad.net/deja-dup/+download .*/deja-dup-(.+)\.tar\.xz2https://launchpad.net/deja-dup/+download .*/deja-dup-(.+)\.tar\.xz

Subscribers

People subscribed via source and target branches

to all changes: