duplicity 0.6.23-1ubuntu3 source package in Ubuntu

Changelog

duplicity (0.6.23-1ubuntu3) trusty; urgency=medium

  * debian/patches/print-encode.patch:
    - The print Python command has trouble with unicode, so for the few
      user-visible messages where we directly print to console, instead
      send the string through duplicity's log framework which can handle
      unicode gracefully.  Stops frequent crashes in non-English locales.
      LP: #1286845
 -- Michael Terry <email address hidden>   Tue, 08 Apr 2014 15:15:32 -0400

Upload details

Uploaded by:
Michael Terry
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
duplicity_0.6.23.orig.tar.gz 1.2 MiB 7a17f1e10395dedcf3204bc53925bb9dcbbf2a7552c9b096ebe727eceb9c0c60
duplicity_0.6.23-1ubuntu3.debian.tar.gz 22.6 KiB dcbcf9d84f2a8a4c63ca46112fc1c17532bb26d681f7094197837db92d8bad13
duplicity_0.6.23-1ubuntu3.dsc 1.2 KiB 6802e32f092265d057cb7cfb22eab2ad5dc7e1227df9ba810fc275b8338eb933

View changes file

Binary packages built by this source

duplicity: encrypted bandwidth-efficient backup

 Duplicity backs directories by producing encrypted tar-format volumes
 and uploading them to a remote or local file server. Because duplicity
 uses librsync, the incremental archives are space efficient and only
 record the parts of files that have changed since the last backup.
 Because duplicity uses GnuPG to encrypt and/or sign these archives, they
 will be safe from spying and/or modification by the server.