Change logs for duplicity source package in Precise

  • duplicity (0.6.18-0ubuntu3.5) precise; urgency=low
    
      * debian/patches/14-lp946988-fix-gnupassphrase-error.dpatch
        - Backport upstream modification applied in LP: #946988 that fix
          a failure to resume a backup with "bad passphrase" when the proper
          passphrase is being used.
    
      * debian/patches/13-lp1266763-add-concurrency-locking.dpatch
        - Implement locking mechanism to avoid concurrent execution under the same
          cache directory. This functionality adds a dependency to python-lockfile
          Fixes LP: #1266763
    
      * debian/patches/12-lp1266753-exception-if-no-s3.dpatch
        - Add exception handling in the case where no S3 connection is
          available instead of silently deleting the local cache.
          Fixes LP: #1266753
     -- Louis Bouchard <email address hidden>   Thu, 23 Jan 2014 10:16:32 +0100
  • duplicity (0.6.18-0ubuntu3.4) precise; urgency=low
    
      * debian/patches/11-dont-skip-first-chunk-on-restart.dpatch:
        - When restarting a backup, if the file we were in the middle of
          backing up is now deleted, don't skip the first 65k chunk of the
          next file. Patch backported from upstream trunk. LP: #1252484
     -- Michael Terry <email address hidden>   Tue, 19 Nov 2013 10:16:52 -0500
  • duplicity (0.6.18-0ubuntu3.3) precise-proposed; urgency=low
    
      * debian/patches/10fixignoremissing.dpatch
        - Fix a utility function that tried to ignore missing files, but
          didn't. Also fixed not try to handle non-OSError exceptions
          Fixes a possible crasher.  (LP: #1216921)
          Patch by Matthias Witte.
     -- Louis Bouchard <email address hidden>   Fri, 25 Oct 2013 10:27:19 -0500
  • duplicity (0.6.18-0ubuntu3.2) precise; urgency=low
    
      * debian/patches/09tmpdirfix.dpatch:
        Allow correct use of TMPDIR (LP: #1005901)
     -- Louis Bouchard <email address hidden>   Mon, 08 Jul 2013 16:37:19 +0200
  • duplicity (0.6.18-0ubuntu3.1) precise-proposed; urgency=low
    
      [ Chris J Arges ]
      * debian/patches/07caching.dpatch:
        - Backport caching work done by Steve Atwell. (LP: #1013446)
    
      [ Michael Terry ]
      * debian/patches/08volcorruption.dpatch:
        - Fix some data-corruption issues when resuming an interrupted
          backup (LP: #1091269)
     -- Michael Terry <email address hidden>   Fri, 11 Jan 2013 11:05:16 -0500
  • duplicity (0.6.18-0ubuntu3) precise; urgency=low
    
      * debian/patches/06lazywarnings.dpatch:
        - Backport patch to add some more machine-readable warning codes
          for when duplicity can't restore a particular file.  This lets
          apps like deja-dup present the user with a list of files with
          problems.
     -- Michael Terry <email address hidden>   Thu, 22 Mar 2012 09:24:58 -0400
  • duplicity (0.6.18-0ubuntu2) precise; urgency=low
    
      * debian/control:
        - Drop python-paramiko to a Suggests to match the ssh Suggests and
          to keep it off the CD, for space reasons.  It isn't needed for
          deja-dup to use ssh anyway, since deja-dup uses GIO for that.  So
          no loss of functionality in the desktop.
     -- Michael Terry <email address hidden>   Tue, 06 Mar 2012 10:49:42 -0500
  • duplicity (0.6.18-0ubuntu1) precise; urgency=low
    
      * New upstream bug-fix release
      * debian/patches/01pexpect.dpatch:
        - Dropped, upstream switched to paramiko instead
      * debian/control:
        - Switch depend on python-pexpect to python-paramiko
     -- Michael Terry <email address hidden>   Mon, 05 Mar 2012 11:42:55 -0500
  • duplicity (0.6.17-0ubuntu1) precise; urgency=low
    
      * New upstream release
      * debian/patches/06_use_passphrase.dpatch,
        debian/patches/07_large_rackspace_list.dpatch,
        debian/patches/08_check_volumes.dpatch:
        - Dropped, applied upstream
      * debian/rules:
        - Run new upstream test suite during build
      * debian/control:
        - Add rdiff as a build-dep to run above test suite
      * debian/patches/06testfixes.dpatch:
        - Fix a few tests to not fail erroneously
      * debian/patches/07fixincresume.dpatch:
        - Fix a bug with resuming an incremental backup that would result in
          a bogus error.  Also patches in a test for it.
      * debian/tests/full-cycle-local:
        - New DEP-8 test script that backs up locally, restores, and checks files
      * debian/tests/full-cycle-u1:
        - New DEP-8 test script that does the same as above, but to Ubuntu One
      * debian/tests/control:
        - Start of DEP-8 test suite.  Only enable above full-cycle-local test
          for automatic execution.  The other is for manual testing right now.
     -- Michael Terry <email address hidden>   Tue, 06 Dec 2011 14:15:01 -0500
  • duplicity (0.6.15-0ubuntu2) oneiric; urgency=low
    
      * Backport some upstream fixes
      * debian/patches/06_use_passhprase.dpatch:
        - Don't prompt for passphrase if PASSPHRASE is set (LP: #836467)
      * debian/patches/07_large_rackspace_list.dpatch:
        - Support listing more than 10,000 files from Rackspace servers
          (LP: #832149)
      * debian/patches/08_check_volumes.dpatch:
        - Attempt to prevent a data corruption bug that can't be reproduced
          currently by detecting it up front and stopping the backup.
     -- Michael Terry <email address hidden>   Thu, 08 Sep 2011 09:10:57 -0400