~ubuntu-branches/ubuntu/vivid/deja-dup/vivid

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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
deja-dup (32.0-0ubuntu5) vivid; urgency=medium

  * debian/patches/0001-fix-appdata-validate-ftbs.patch:
    - Pass --nonet so that the validation doesn't fail when it can't
      reach the network. (LP: #1424652)

 -- Michael Terry <mterry@ubuntu.com>  Mon, 23 Feb 2015 11:25:06 -0500

deja-dup (32.0-0ubuntu4) vivid; urgency=medium

  * Fix FTBS caused by appdata-validate being deprecated (LP: #1424652)
    - Replaced by appstream-util validate-relax

 -- Louis Bouchard <louis.bouchard@ubuntu.com>  Fri, 20 Feb 2015 16:40:09 +0100

deja-dup (32.0-0ubuntu3) vivid; urgency=medium

  * Change appdata-tools b-dep to appstream-util

 -- Jackson Doak <noskcaj@ubuntu.com>  Sat, 14 Feb 2015 07:59:28 +1100

deja-dup (32.0-0ubuntu2) vivid; urgency=medium

  * Switch gnome-icon-theme to adwaita-icon-theme, which is its
    successor. (LP: #1414613)

 -- Iain Lane <iain@orangesquash.org.uk>  Mon, 26 Jan 2015 17:26:12 +0000

deja-dup (32.0-0ubuntu1) utopic; urgency=medium

  * New upstream bug fix release
  * debian/patches/deprecated-property.patch,
    debian/patches/drop-u1.patch,
    debian/patches/support-valac-0.24.patch:
    - Dropped, applied upstream

 -- Michael Terry <mterry@ubuntu.com>  Sat, 20 Sep 2014 11:35:28 -0400

deja-dup (30.0-0ubuntu7) utopic; urgency=medium

  * debian/patches/deprecated-property.patch:
    - Patch from Laney to quiet a deprecation warning during test run

 -- Michael Terry <mterry@ubuntu.com>  Tue, 22 Jul 2014 08:50:09 -0400

deja-dup (30.0-0ubuntu6) utopic; urgency=medium

  * debian/control:
    - Add appdata-tools to Build-Deps to validate appdata file
  * debian/tests/control:
    - Add dbus-x11 to test deps to fix autopkgtest runs

 -- Michael Terry <mterry@ubuntu.com>  Fri, 02 May 2014 14:05:32 -0400

deja-dup (30.0-0ubuntu5) utopic; urgency=medium

  * debian/patches/support-valac-0.24.patch:
    - Fix an array slice usage that changed in valac 0.24 (only affects
      testing code).  Patch from upstream.  LP: #1315185

 -- Michael Terry <mterry@ubuntu.com>  Fri, 02 May 2014 09:59:35 -0400

deja-dup (30.0-0ubuntu4) trusty; urgency=medium

  * debian/patches/drop-u1.patch:
    - Update from upstream patches to provide an error message so that
      users know what is happening if they have a previously configured
      Ubuntu One backup.

 -- Michael Terry <mterry@ubuntu.com>  Wed, 02 Apr 2014 22:19:02 -0400

deja-dup (30.0-0ubuntu3) trusty; urgency=medium

  * Drop U1 backend (LP: #1300916)
  * Provide a temporary home for tests to pass.

 -- Dimitri John Ledkov <xnox@ubuntu.com>  Wed, 02 Apr 2014 15:47:13 +0100

deja-dup (30.0-0ubuntu2) trusty; urgency=medium

  [ Martin Pitt ]
  * Add missing "make" test dependency.

 -- Michael Terry <mterry@ubuntu.com>  Fri, 28 Mar 2014 09:18:16 -0400

deja-dup (30.0-0ubuntu1) trusty; urgency=medium

  * New upstream release
    - Fixes build error with CMake 2.8.12
    - Updates translations
  * debian/patches/rm-full-path.patch: Dropped, included upstream

 -- Michael Terry <mterry@ubuntu.com>  Fri, 28 Mar 2014 09:03:56 -0400

deja-dup (29.5-0ubuntu2) trusty; urgency=medium

  * debian/patches/rm-full-path.patch:
    - Backport patch from trunk; specify full path to /bin/rm because
      one of the tests modifies PATH and a call to 'rm' may fail depending
      on the shell used.  Fixes dep8 test.

 -- Michael Terry <mterry@ubuntu.com>  Thu, 30 Jan 2014 23:21:00 -0500

deja-dup (29.5-0ubuntu1) trusty; urgency=medium

  * New upstream release
    - Re-enables libunity support
    - Requires duplicity 0.6.23

 -- Michael Terry <mterry@ubuntu.com>  Thu, 30 Jan 2014 16:54:22 -0500

deja-dup (29.4-0ubuntu1) trusty; urgency=medium

  * New upstream release
    - Fixes building with latest valac
    - Adds support for unity-control-center

 -- Michael Terry <mterry@ubuntu.com>  Fri, 10 Jan 2014 18:33:58 -0500

deja-dup (29.1-0ubuntu4) trusty; urgency=low

  * debian/rules:
    - Set DEB_HOST_MULTIARCH ourselves, instead of relying on it to be
      set for us.  Allows dep8 test to be built the same way the deb
      file is, fixing dep8 failure.

 -- Michael Terry <mterry@ubuntu.com>  Sat, 16 Nov 2013 08:40:25 -0500

deja-dup (29.1-0ubuntu3) trusty; urgency=low

  * debian/tests/control:
    - Comment out autopilot test completely rather than just calling
      exit 0 in test to disable it.  The dependencies for the test
      are causing a problem in jenkins.  This can be enabled in future
      when upstream gets the tests to work in xvfb.

 -- Michael Terry <mterry@ubuntu.com>  Fri, 08 Nov 2013 02:04:12 -0500

deja-dup (29.1-0ubuntu2) trusty; urgency=low

  * debian/patches/fix-parallel-build.patch:
    - Backport patch from upstream to fix parallel builds

 -- Michael Terry <mterry@ubuntu.com>  Thu, 07 Nov 2013 22:36:36 -0500

deja-dup (29.1-0ubuntu1) trusty; urgency=low

  * New upstream release
    - Update look and feel of preferences
  * debian/control, debian/rules:
    - Bump required versions of GTK+, GLib, and control center
    - Update for new CMake build system

 -- Michael Terry <mterry@ubuntu.com>  Mon, 30 Sep 2013 18:42:43 -0400

deja-dup (27.3.1-0ubuntu1) saucy; urgency=low

  * New upstream release
    - Fixes unit tests on 32-bit systems

 -- Michael Terry <mterry@ubuntu.com>  Mon, 17 Jun 2013 14:34:41 -0400

deja-dup (27.3-0ubuntu1) saucy; urgency=low

  * New upstream release
    - Supports System Settings panels with GNOME 3.8
  * debian/control:
    - Adjust valac dependency to be >= 0.16

 -- Michael Terry <mterry@ubuntu.com>  Mon, 17 Jun 2013 10:20:09 -0400

deja-dup (26.0-0ubuntu2) saucy; urgency=low

  * Build-depend on valac (>= 0.18) instead of valac-0.18 for easier
    transitions

 -- Jeremy Bicha <jbicha@ubuntu.com>  Fri, 07 Jun 2013 18:06:52 -0400

deja-dup (26.0-0ubuntu1) raring; urgency=low

  * New upstream release
    - Only use the GNOME Shell interface when actually in GNOME Shell,
      not something that is merely similar, like the Cinnamon shell
      (LP: #1155929)
    - When testing a restore, also use a temporary directory that is
      on the same partition as the include files (LP: #1159749)
    - Spread default backup time around a bit, from always starting at
      midnight UTC to starting between 2 and 4 AM local time
      (LP: #1154920)
    - Use more-aggressively-idle modes for ionice and nice if available

 -- Michael Terry <mterry@ubuntu.com>  Thu, 28 Mar 2013 13:01:53 -0400

deja-dup (25.5-0ubuntu1) raring; urgency=low

  * New upstream release
    - Use same partition for temp files as include files (to avoid problems
      with tiny /tmp partitions like tmpfs).  LP: #1100092
    - Tell GNOME 3 about notifications, so the user can disable them
    - Always exclude /run (in case user includes /)
  * debian/rules:
    - Be explicit about what features we turn on (ccpanel, nautilus, unity)
  * debian/control:
    - Require duplicity 0.6.21

 -- Michael Terry <mterry@ubuntu.com>  Mon, 04 Feb 2013 15:12:32 -0500

deja-dup (25.3-0ubuntu1) raring; urgency=low

  * New upstream release
    - Support replacing $USER in gsettings default paths for system
      administrators (LP: #1086097)
    - Fix Ubuntu One support for duplicity 0.6.20 and above
    - Ignore ~/Steam due to its large and cache-oriented content
  * debian/patches/ignore-steam.patch,
    debian/patches/support-new-u1backend.patch:
    - Dropped, included upstream

 -- Michael Terry <mterry@ubuntu.com>  Tue, 18 Dec 2012 14:10:19 -0500

deja-dup (25.1.1-0ubuntu2) raring; urgency=low

  * debian/patches/ignore-steam.patch:
    - Always ignore ~/Steam (via ~/.steam/root).  Patch from upstream
      trunk.  LP: #1083237

 -- Michael Terry <mterry@ubuntu.com>  Wed, 05 Dec 2012 00:10:09 -0500

deja-dup (25.1.1-0ubuntu1) raring; urgency=low

  * New upstream release
  * debian/control:
    - Use libsecret, not libgnome-keyring
    - Switch to valac-0.18
    - Add various deja-dup-backend-* metapackages to make seeding
      different ones easier for flavors
  * debian/tests:
    - Add dep8 test to run upstream test suite against system install
  * debian/patches/support-new-u1backend.patch:
    - Support new u1backend in duplicity 0.6.20

 -- Michael Terry <mterry@ubuntu.com>  Tue, 30 Oct 2012 19:03:03 +0100

deja-dup (24.0-0ubuntu1) quantal-proposed; urgency=low

  * New upstream release
    - Updated translations

 -- Michael Terry <mterry@ubuntu.com>  Tue, 25 Sep 2012 11:00:17 -0400

deja-dup (23.92-0ubuntu1) quantal; urgency=low

  * New upstream release
    - Only allow one deja-dup-monitor process at a time (LP: #891797,
      LP: #1051811)

 -- Michael Terry <mterry@ubuntu.com>  Tue, 18 Sep 2012 13:15:04 -0400

deja-dup (23.90-0ubuntu1) quantal; urgency=low

  * New upstream release
  * debian/control:
    - Suggest python-cloudfiles instead of python-rackspace-cloudfiles
    - Use ${misc:Pre-Depends}
  * debian/rules:
    - Remove another instance of .la and .a files

 -- Michael Terry <mterry@ubuntu.com>  Tue, 21 Aug 2012 15:33:44 -0400

deja-dup (23.4-0ubuntu1) quantal; urgency=low

  * New upstream release
  * debian/control:
    - Recommend policykit-1

 -- Michael Terry <mterry@ubuntu.com>  Fri, 20 Jul 2012 19:59:35 -0400

deja-dup (23.2-0ubuntu1) quantal-proposed; urgency=low

  * New upstream release
  * debian/control:
    - Add libpeas-dev to Build-Depends
    - Update valac and libglib2.0-dev versions
    - Bump debhelper version to 9
  * debian/compat:
    - Bump to 9
  * debian/rules:
    - Don't install new .la and .a files from upstream
  * debian/patches/allow-resuming-encrypted-backup.patch:
    - Dropped, included upstream

 -- Michael Terry <mterry@ubuntu.com>  Tue, 05 Jun 2012 13:45:39 -0400

deja-dup (22.0-0ubuntu2) precise; urgency=low

  * debian/patches/allow-resuming-encrypted-backup.patch:
    - When resuming an encrypted backup, don't delete partial backup,
      causing a lot of work to be redone.  LP: #902985

 -- Michael Terry <mterry@ubuntu.com>  Tue, 10 Apr 2012 15:42:45 -0400

deja-dup (22.0-0ubuntu1) precise; urgency=low

  * New upstream release
    - Fixes "Can't restore from remote server after prompt for root
      password" (LP: #929139)
  * debian/control:
    - Add gvfs-backends to Recommends (LP: #880273)

 -- Michael Terry <mterry@ubuntu.com>  Thu, 22 Mar 2012 08:39:50 -0400

deja-dup (21.90-0ubuntu1) precise; urgency=low

  * New upstream release
  * debian/rules:
    - Enable 'make check' by default again
  * debian/control:
    - Add dbus-x11 and desktop-file-utils as Build-Depends for tests

 -- Michael Terry <mterry@ubuntu.com>  Thu, 23 Feb 2012 12:42:44 -0500

deja-dup (21.2-0ubuntu4) precise; urgency=low

  * Rebuild with the fixed pkgbinarymangler to get a correct gettext domain

 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 16 Jan 2012 12:00:04 +0100

deja-dup (21.2-0ubuntu3) precise; urgency=low

  * Rebuilt against latest libunity
  * debian/control:
    - Require libunity 5.0.0

 -- Michael Terry <mterry@ubuntu.com>  Fri, 13 Jan 2012 10:22:05 +0100

deja-dup (21.2-0ubuntu2) precise; urgency=low

  * Rebuild with libnautilus-extension1a. 

 -- James Page <james.page@ubuntu.com>  Fri, 09 Dec 2011 16:31:00 +0000

deja-dup (21.2-0ubuntu1) precise; urgency=low

  * New upstream release
  * debian/patches/fix_encryption_switch.patch:
    - Dropped, applied upstream

 -- Michael Terry <mterry@ubuntu.com>  Tue, 06 Dec 2011 14:32:51 -0500

deja-dup (21.1-0ubuntu2) precise; urgency=low

  * debian/patches/fix_encryption_switch.patch:
    - Backport patch from trunk to fix a bad bug that breaks backups after
      an interruption for some locales.  LP: #877631

 -- Michael Terry <mterry@ubuntu.com>  Thu, 03 Nov 2011 17:33:20 -0400

deja-dup (21.1-0ubuntu1) precise; urgency=low

  * New upstream release
  * debian/control:
    - Add valac-0.14 to Build-Depends
    - Drop libdbusmenu-gtk3-dev from Build-Depends
  * debian/watch:
    - Look for .xz tarballs instead of .bz2 ones

 -- Michael Terry <mterry@ubuntu.com>  Mon, 24 Oct 2011 13:49:53 -0400

deja-dup (20.1-0ubuntu1) precise; urgency=low

  * New upstream bug fix release
    - Correctly backup or exclude folders with [, ], ?, and * in their
      names (LP: #859884, but previously fixed in Ubuntu)
    - Fix translation of some strings when used in control center panel
      mode (LP: #869891)
    - Fix a nautilus crash if the gsettings schema isn't installed
      correctly (LP: #869933)
    - Allow LUKS encrypted volumes to appear in backup location list
      (LP: #871418)
  * debian/patches/escape_globs.patch:
    - Dropped, applied upstream

 -- Michael Terry <mterry@ubuntu.com>  Mon, 17 Oct 2011 14:39:06 -0400

deja-dup (20.0-0ubuntu3) oneiric; urgency=low

  * debian/patches/escape_globs.patch:
    - Remove vala portion of patch, keeping C version.  Else we trigger regenerating
      C code with valac.  Fixes FTBFS.

 -- Michael Terry <mterry@ubuntu.com>  Tue, 27 Sep 2011 03:25:29 -0400

deja-dup (20.0-0ubuntu2) oneiric; urgency=low

  * debian/patches/escape_globs.patch:
    - Escape glob characters like [, *, and ? before passing them to
      duplicity.  LP: #859884

 -- Michael Terry <mterry@ubuntu.com>  Mon, 26 Sep 2011 16:57:10 -0400

deja-dup (20.0-0ubuntu1) oneiric; urgency=low

  * New upstream bug-fix release
    - Go back to using minimized windows in compiz (LP: #855403)
  * debian/control:
    - No change standards bump to 3.9.2
    - Change yelp-tools Build-Depend to just itstool, as that's all
      that is needed

 -- Michael Terry <mterry@ubuntu.com>  Mon, 26 Sep 2011 09:04:07 -0400

deja-dup (19.92-0ubuntu2) oneiric; urgency=low

  * debian/control:
    - Restore enumerated Ubuntu One package Recommends, since they will
      remain on the CD after all. (LP: #854202)

 -- Michael Terry <mterry@ubuntu.com>  Thu, 22 Sep 2011 11:32:57 -0400

deja-dup (19.92-0ubuntu1) oneiric; urgency=low

  * New upstream bug-fix release
    - Fixes "Can't click on Backup icon in launcher" (LP: #850866)
    - Fixes "Settings window too wide when many excluded folders start
      with a dot" (LP: #850430)
  * debian/control:
    - Change various Ubuntu One Recommends to ubuntuone-installer
      instead (LP: #833824)
    - Drop deja-dup-dbg package

 -- Michael Terry <mterry@ubuntu.com>  Thu, 15 Sep 2011 13:14:48 -0400

deja-dup (19.91-0ubuntu3) oneiric; urgency=low

  * debian/control:
    - bump build-dep on libunity-dev for ABI break

 -- Didier Roche <didrocks@ubuntu.com>  Fri, 09 Sep 2011 12:31:52 +0200

deja-dup (19.91-0ubuntu2) oneiric; urgency=low

  * debian/control:
    - Bump required duplicity to 0.6.14
    - Fix typo in ubuntuone-couch dependency, to actually pull it in

 -- Michael Terry <mterry@ubuntu.com>  Tue, 06 Sep 2011 13:45:13 -0400

deja-dup (19.91-0ubuntu1) oneiric; urgency=low

  * New upstream bug-fix release
    - Fixes encrypted backups accidentally changing to unencrypted
    - Fixes help not launching (LP: #835640)

 -- Michael Terry <mterry@ubuntu.com>  Wed, 31 Aug 2011 16:41:13 -0400

deja-dup (19.90-0ubuntu1) oneiric; urgency=low

  * New upstream bug-fix release
  * debian/control:
    - Drop appindicator Build-Depends, it is no longer needed
    - Update Description to mention Ubuntu One support

 -- Michael Terry <mterry@ubuntu.com>  Mon, 22 Aug 2011 10:20:19 -0400

deja-dup (19.5-0ubuntu1) oneiric; urgency=low

  * New upstream bug-fix release
    - Fix bottom buttons being cut off (LP: #825254)
  * debian/patches/delay_nautilus_init.patch:
    - Dropped, applied upstream

 -- Michael Terry <mterry@ubuntu.com>  Mon, 15 Aug 2011 11:24:00 -0400

deja-dup (19.4-0ubuntu3) oneiric; urgency=low

  * No change rebuild for libunity update

 -- Michael Terry <mterry@ubuntu.com>  Thu, 11 Aug 2011 13:26:12 -0400

deja-dup (19.4-0ubuntu2) oneiric; urgency=low

  * debian/patches/delay_nautilus_init.patch:
    - Patch from upstream to fix nautilus crash when running as root.
      LP: #819109

 -- Michael Terry <mterry@ubuntu.com>  Mon, 01 Aug 2011 11:41:04 -0400

deja-dup (19.4-0ubuntu1) oneiric; urgency=low

  * New upstream release
  * debian/patches/fix-close-crashes:
    - Remove, applied upstream
  * debian/control:
    - Drop liblocale-gettext-perl, no longer needed by embedded copy
      of help2man
    - Switch from gnome-doc-utils to yelp-tools

 -- Michael Terry <mterry@ubuntu.com>  Tue, 26 Jul 2011 16:36:27 -0400

deja-dup (19.3-0ubuntu4) oneiric; urgency=low

  * debian/control:
    - Add liblocale-gettext-perl as a Build-Depends for embedded copy of
      help2man

 -- Michael Terry <mterry@ubuntu.com>  Thu, 21 Jul 2011 09:58:42 -0400

deja-dup (19.3-0ubuntu3) oneiric; urgency=low

  * No-change rebuild against latest control-center

 -- Michael Terry <mterry@ubuntu.com>  Thu, 21 Jul 2011 09:07:48 -0400

deja-dup (19.3-0ubuntu2) oneiric; urgency=low

  * debian/patches/fix-close-crash.patch:
    - Fix crash when closing the preference panel (LP: #802993)

 -- Michael Terry <mterry@ubuntu.com>  Fri, 01 Jul 2011 10:16:33 +0100

deja-dup (19.3-0ubuntu1) oneiric; urgency=low

  * New upstream release
    - Fix 100% CPU use (LP: #801380)
    - Fix crash on first start (LP: #801507)
    - Fix "Restoring files always checks files from yesterday" (LP: #793126)
    - Fix "Forward button not enabled" (LP: #793123)
  * debian/control:
    - Add ubuntuone-client and ubuntuone-control-panel as Recommends too
      because deja-dup talks to them over DBus
  * debian/patches/enable-u1.patch:
    - Dropped, no longer needed

 -- Michael Terry <mterry@ubuntu.com>  Fri, 24 Jun 2011 13:36:37 -0400

deja-dup (19.2.1-0ubuntu1) oneiric; urgency=low

  * New upstream release
    - Provides Ubuntu One support
    - Fixes "Preferences aren't saved" (LP: #774897)
  * debian/control:
    - Add Recommends for python modules needed for Ubuntu One
    - Move other cloud python modules to Suggests
  * debian/patches/enable-u1.patch:
    - Unconditionally enable U1.  deja-dup normally checks for the version
      of duplicity, but since I backported U1 support, just assume it is
      supported.

 -- Michael Terry <mterry@ubuntu.com>  Mon, 13 Jun 2011 12:15:00 -0400

deja-dup (19.1-0ubuntu1) oneiric; urgency=low

  * New upstream release
  * debian/control, debian/rules:
    - Update dependencies
    - Use dh-translations

 -- Michael Terry <mterry@ubuntu.com>  Fri, 20 May 2011 13:50:02 -0400

deja-dup (18.1.1-0ubuntu1) natty; urgency=low

  * New upstream bug fix release

 -- Michael Terry <mterry@ubuntu.com>  Fri, 15 Apr 2011 14:18:31 -0400

deja-dup (18.0-0ubuntu2) natty; urgency=low

  * Rebuild against latest libunity (soname bump)

 -- Didier Roche <didrocks@ubuntu.com>  Thu, 07 Apr 2011 12:26:42 +0200

deja-dup (18.0-0ubuntu1) natty; urgency=low

  * New upstream release

 -- Michael Terry <mterry@ubuntu.com>  Tue, 05 Apr 2011 20:38:09 -0400

deja-dup (17.92-0ubuntu1) natty; urgency=low

  * New upstream release

 -- Michael Terry <mterry@ubuntu.com>  Thu, 24 Mar 2011 18:41:01 -0400

deja-dup (17.91-0ubuntu1) natty; urgency=low

  * New upstream release
    - Fixes libunity integration to actually show itself (LP: #734529)

 -- Michael Terry <mterry@ubuntu.com>  Wed, 16 Mar 2011 17:25:02 -0400

deja-dup (17.90-0ubuntu4) natty; urgency=low

  * debian/control:
    - Rebuild (and Build-Depend) against latest libunity

 -- Michael Terry <mterry@ubuntu.com>  Thu, 24 Feb 2011 12:52:12 -0500

deja-dup (17.90-0ubuntu3) natty; urgency=low

  * debian/control:
    - Third time's the charm.  Also add libdbusmenu-gtk-dev to enable
      unity support.

 -- Michael Terry <mterry@ubuntu.com>  Wed, 23 Feb 2011 17:43:54 -0500

deja-dup (17.90-0ubuntu2) natty; urgency=low

  * debian/control:
    - Build against libunity, now that there is optional support for it

 -- Michael Terry <mterry@ubuntu.com>  Wed, 23 Feb 2011 07:43:36 -0500

deja-dup (17.90-0ubuntu1) natty; urgency=low

  * New upstream release

 -- Michael Terry <mterry@ubuntu.com>  Tue, 22 Feb 2011 21:03:19 -0500

deja-dup (17.6-0ubuntu1) natty; urgency=low

  * New upstream release
  * debian/rules:
    - Convert to dh8
  * debian/source/format:
    - Convert to 3.0 (quilt)
  * debian/control:
    - Update description
  * debian/copyright:
    - Update from upstream AUTHORS

 -- Michael Terry <mterry@ubuntu.com>  Fri, 04 Feb 2011 21:50:14 -0500

deja-dup (17.5-0ubuntu1) natty; urgency=low

  * New upstream release
    - Fix crash when changing backup location.  LP: #694702
  * debian/control:
    - Recommend python-rackspace-cloudfiles

 -- Michael Terry <mterry@ubuntu.com>  Tue, 11 Jan 2011 23:08:42 -0500

deja-dup (17.4-0ubuntu1) natty; urgency=low

  * New upstream release

 -- Michael Terry <mterry@ubuntu.com>  Thu, 23 Dec 2010 17:45:02 -0500

deja-dup (17.3-0ubuntu1) natty; urgency=low

  * New upstream release
  * debian/patches/drop-gconf.patch:
    - Drop, no longer needed
  * debian/control:
    - Bump libnotify-dev Build-Dep to libnotify4-dev

 -- Michael Terry <mterry@ubuntu.com>  Sat, 04 Dec 2010 17:33:46 -0500

deja-dup (17.2-0ubuntu1) natty; urgency=low

  * New upstream release
    - Fix GPG Error during restore (LP: #582720)
    - Fix backing up to devices that don't report free space (LP: #657518)
    - Don't ask for root password if it's not needed (LP: #662884)
  * debian/patches/drop-gconf.patch:
    - Drop unnecessary gconf requirement from configure

 -- Michael Terry <mike@mterry.name>  Wed, 17 Nov 2010 22:21:37 -0500

deja-dup (17.0-0ubuntu1) natty; urgency=low

  * New upstream release
  * debian/control: Drop gconf dependency
  * debian/copyright: Update copyright info from AUTHORS

 -- Michael Terry <mterry@ubuntu.com>  Tue, 12 Oct 2010 08:10:59 -0400

deja-dup (16.0-0ubuntu1) maverick; urgency=low

  * New upstream release
  * debian/control: Bump glib Depends to 2.26.0

 -- Michael Terry <mike@mterry.name>  Mon, 27 Sep 2010 22:28:38 -0400

deja-dup (15.92-0ubuntu1) maverick; urgency=low

  * New upstream release
  * debian/control: Drop libdbus-glib-1 Build-Depends and require
    version 2.25.15 or greater of glib.

 -- Michael Terry <mike@mterry.name>  Sat, 11 Sep 2010 15:19:47 -0400

deja-dup (15.5-0ubuntu2) maverick; urgency=low

  * Rebuild against libappindicator1.
  * debian/control: Bump Standards-Version to 3.9.1
  * debian/copyright: Add pointer to complete license text
    in '/usr/share/common-licenses/GPL-3'.
  * debian/rules: Install NEWS as upstream changelog.

 -- Andrew Starr-Bochicchio <a.starr.b@gmail.com>  Wed, 18 Aug 2010 17:55:48 -0400

deja-dup (15.5-0ubuntu1) maverick; urgency=low

  * New upstream release
    - Don't try to delete last full backup when making room for fresh
      backups on external drive.  LP: #590530
    - Closing progress window shouldn't cancel operation, but merely
      hide the window.  LP: #581232

 -- Michael Terry <mike@mterry.name>  Tue, 13 Jul 2010 07:47:47 -0400

deja-dup (15.3-0ubuntu1) maverick; urgency=low

  * New upstream release
    - Don't delete backups after 6 months if they are supposed to be
      kept forever.  LP: #590133

 -- Michael Terry <mike@mterry.name>  Sat, 05 Jun 2010 14:51:14 -0400

deja-dup (15.1-0ubuntu1) maverick; urgency=low

  * New upstream release
  * debian/source/format: Set to 1.0 for now, until debian package upgrades

 -- Michael Terry <michael.terry@canonical.com>  Tue, 04 May 2010 15:57:37 -0400

deja-dup (14.0.3-0ubuntu1) lucid; urgency=low

  * New upstream release
    - Fixes restoring into non-empty directories (including to original
      locations).  LP: #563062

 -- Michael Terry <michael.terry@canonical.com>  Sun, 18 Apr 2010 10:22:47 -0400

deja-dup (14.0.2-0ubuntu1) lucid; urgency=low

  * New upstream release
    - Fixes bug preventing changing the backup location away from an
      external drive

 -- Michael Terry <michael.terry@canonical.com>  Tue, 06 Apr 2010 11:53:05 -0400

deja-dup (14.0.1-0ubuntu1) lucid; urgency=low

  * New upstream release
    - Fixes 100% CPU bug

 -- Michael Terry <mike@mterry.name>  Sat, 03 Apr 2010 07:18:59 -0400

deja-dup (14.0-0ubuntu1) lucid; urgency=low

  * New upstream bug-fix release

 -- Michael Terry <michael.terry@canonical.com>  Sun, 28 Mar 2010 11:19:32 -0400

deja-dup (13.92-0ubuntu1) lucid; urgency=low

  * New upstream bug-fix release

 -- Michael Terry <michael.terry@canonical.com>  Tue, 09 Mar 2010 11:46:51 -0500

deja-dup (13.91-0ubuntu1) lucid; urgency=low

  * New upstream release
  * debian/control: No-change update to standards 3.8.4

 -- Michael Terry <mike@mterry.name>  Mon, 22 Feb 2010 20:29:18 -0500

deja-dup (13.7-0ubuntu1) lucid; urgency=low

  * New upstream release

 -- Michael Terry <michael.terry@canonical.com>  Mon, 08 Feb 2010 17:44:05 -0500

deja-dup (13.6-0ubuntu2) lucid; urgency=low

  * Build-depend on libappindicator-dev (>= 0.0.11), in order to switch over
    to the new libdbusmenu-glib soname.

 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 05 Feb 2010 10:08:56 -0800

deja-dup (13.6-0ubuntu1) lucid; urgency=low

  * New upstream release

 -- Michael Terry <mike@mterry.name>  Sun, 24 Jan 2010 09:52:31 -0500

deja-dup (13.5-0ubuntu1) lucid; urgency=low

  * New upstream release
  * debian/copyright: Update to latest (from upstream's AUTHORS)
  * debian/control: Build-Depend on libappindicator-dev and libnotify-dev

 -- Michael Terry <mike@mterry.name>  Sun, 10 Jan 2010 10:03:06 -0500

deja-dup (11.1-0ubuntu2) lucid; urgency=low

  * debian/rules: Delete empty pot files before building the deb.  Fixes
    FTBFS due to pkgstriptranslations warning.

 -- Michael Terry <mike@mterry.name>  Sun, 22 Nov 2009 19:25:03 -0600

deja-dup (11.1-0ubuntu1) lucid; urgency=low

  * New upstream release
    - Fixes some restore issues (LP: #483631 and LP: #481582)
    - Can delete old backups (LP: #325005)
    - Can cleanly handle changed hostnames (LP: #454591)
  * Drop 01_lpi.patch: It doesn't make sense to include launchpad
    integration for a non-main app (no translation page).  Plus, deja-dup
    already has such links for its own upstream LP page.
  * debian/control: Update dependencies

 -- Michael Terry <mike@mterry.name>  Sun, 22 Nov 2009 09:39:39 -0600

deja-dup (10.2-0ubuntu1) karmic; urgency=low

  * New upstream release (LP: #404634)
  * No-change bump to standards 3.8.3

 -- Michael Terry <mike@mterry.name>  Mon, 12 Oct 2009 11:01:41 -0400

deja-dup (10.0-0ubuntu1) karmic; urgency=low

  * New upstream release (LP: #384067, LP: #353838, LP: #333126)
  * debian/control:
    - Don't recommend an ssh client, instead depend on gvfs-fuse and nautilus
  * debian/copyright:
    - Update to dep5 format by copying upstream's AUTHORS
  * debian/patches/02_check_notify_caps.patch:
    - Dropped, applied upstream
  * debian/patches/01_lpi.patch:
    - Updated to apply

 -- Michael Terry <michael.terry@canonical.com>  Fri, 05 Jun 2009 16:09:45 -0400

deja-dup (7.4-0ubuntu2) jaunty; urgency=low

  * debian/control:
    - Use ${misc:Depends} for -dbg package
    - Use unique summary for -dbg package
    - Indent bullet lists an extra time
  * debian/rules:
    - Exclude nautilus plugin from makeshlibs
  * debian/patches/02_check_notify_caps.patch:
    - Patch from upstream to work with notify-osd. LP: #334630

 -- Michael Terry <mike@mterry.name>  Wed, 25 Feb 2009 20:53:07 -0500

deja-dup (7.4-0ubuntu1) jaunty; urgency=low

  * Initial release (LP: #324388)

 -- Michael Terry <mike@mterry.name>  Thu, 12 Feb 2009 07:18:01 -0500