Skip to content

Changelog deja-dup (42.9-1ubuntu3+11.0trisquel1)

2022

deja-dup (42.9-1ubuntu3+11.0trisquel1) aramo; urgency=medium

   * Compiled for Trisquel adjusting package category settings.

deja-dup (42.9-1ubuntu3) jammy; urgency=medium

   * debian/patches/git-goauth-deprecation.patch:
     - update the oauth workflow, the local redirection currently used by
       deja-dup is being deprcated by Google and will stop working.
       Thanks Michael Terry providing us backports of the fix!
       (lp: #1973816)

deja-dup (42.9-1ubuntu2) jammy; urgency=medium

   * Add patch to support GNOME 42 dark theme preference
   * debian/control.in: Bump minimum libhandy to 1.5.90 for that change

deja-dup (42.9-1ubuntu1) jammy; urgency=medium

   * Resynchronize on Debian, remaining change
   * debian/control.in, debian/rules:
     - Suggests python3-pydrive, ideally that would be a recommends but
       the package needs to be promoted first
     - set -Dpydrive_pkgs=python3-pydrive this way deja-dup knows how to
       install the pydrive backend on demand via packagekit
   * debian/patches/disable-google-drive.patch:
     - remove the patch disabling google drive, python3-pydrive is available
       now in Ubuntu

deja-dup (42.9-1) unstable; urgency=medium

   * New upstream release

deja-dup (42.8-2ubuntu2) jammy; urgency=medium

   * debian/patches/git_newglib_compat.patch:
     - backends: fix path parsing with glib 2.71+

2021

deja-dup (42.8-2) unstable; urgency=medium

   * d/p/which_removal.patch: Fix a test that is using the deprecated "which"
     command.  Use "command -v" as recommended
   * debian/control.in: Bump Standards-Version to 4.6.0 (no further changes)

deja-dup (42.8-1) unstable; urgency=medium

   * New upstream release

deja-dup (42.7-1) unstable; urgency=medium

   * New upstream release
   * debian/control.in:
     - build with the new libhandy version

2020

deja-dup (42.6-1) unstable; urgency=medium

   * New upstream release

deja-dup (42.5-1) unstable; urgency=medium

   * New upstream release

deja-dup (42.2-1) unstable; urgency=medium

   * New upstream release, mount partition if needed (lp: #1761216)
   * debian/patches/translation_tests_fix.patch:
     - removed, included in the new version

deja-dup (42.0-1) unstable; urgency=medium

   * New upstream release
   * debian/copyright:
     - remove entry for the nautilus sources which have been removed
   * debian/control.in:
     - use libhandy now
     - don't use libgoa nor nautilus, deprecated in the new version
     - updated the glib requirement
   * debian/control.in, debian/rules:
     - remove boto and switch suggests and build option, those backends
       aren't shipped anymore
   * debian/patches/translation_tests_fix.patch:
     - update the translation template dir for the package build directories

deja-dup (40.7-1) unstable; urgency=medium

   * New stable update

deja-dup (40.6-1) unstable; urgency=medium

   * New upstream release

2019

deja-dup (40.5-1) unstable; urgency=medium

   * New upstream release
   * Remove patch included in the new version
   * debian/patches/disable-google-drive.patch:
     - disable the Google Drive backend and default to local for backups,
       the option requires pydrive which isn't available in Debian yet.
       Thanks Mike Terry for the patch. (Closes: #944510)

deja-dup (40.1-4) unstable; urgency=medium

   * Depend on duplicity on Ubuntu too (now that duplicity adopted Python3)
   * Update configure flags for Python3 package names
   * Bump minimum meson to 0.47 and libglib2.0-dev to 2.56
   * Build-Depend on itstool instead of yelp-tools
   * Build-Depend on dh-sequence-gnome instead of gnome-pkg-tools
   * Build-Depend on debhelper-compat 12 and drop debian/compat
   * Stop overriding libexecdir
   * Drop obsolete dh_strip dbgsym migration rule
   * Bump Standards-Version to 4.4.1

deja-dup (40.1-3) unstable; urgency=medium

   * Team upload.
   * Cherry-pick patch from upstream to fix GPG_ERR redefinition

deja-dup (40.1-2) unstable; urgency=medium

   * debian/control.in: Switch the suggested python modules to their python3
     counter part or remove them if they are not available

deja-dup (40.1-1) unstable; urgency=medium

   * New upstream release
   * debian/control.in: Bump Standards-Version to 4.4.0 (no further changes)
   * Drop debian/patches: all patches merged upstream
   * debian/control.in: Adjust the build-dependencies
   * Update the debian/copyright based on the upstream one

deja-dup (38.4-1) experimental; urgency=medium

   * New upstream release (LP: #1823421)
     - Be more forgiving if packagekit is unresponsive
     - Don't run monitor when automatic backups are disabled
     - Drop libpeas dependency
     - Fix compilation with valac 0.43
     - Update app icon
     - Update translations
   * Drop libpeas BD per upstream
   * debian/docs: NEWS is now called NEWS.md
   * Take patch from upstream MR !22 to fix many tests under GLib 2.59
     g_key_file_get_comment() used to append a stray newline to its return
     value, and it stopped doing this with 2.59. deja-dup was accidentally
     relying on that behaviour.
   * Take patch from upstream MR !22 to fix whitespace assumption in test.
     Since GLib 2.59.1, g_format_size() started using non-breaking spaces
     instead of regular ones to separate the size from the unit. deja-dup was
     only testing for the latter. Update the test to use a regex with `\s`, so
     we match all types of whitespace.

deja-dup (38.3-1) unstable; urgency=medium

   * New upstream release:
     - If some files couldn't be backed up, don't override that message
       with successful verification message. (lp: #1371613)
     - Tell user how much free space is needed when backup location is tiny
       (lp: #1103567)

deja-dup (38.2-1) unstable; urgency=medium

   * New upstream release:
     - Fix not being able to find the backup files when
       restoring on a fresh install (lp: #1804744)

2018

deja-dup (38.1-1) unstable; urgency=medium

   * New upstream release
   * Bump Standards-Version to 4.2.1

deja-dup (38.0-1) unstable; urgency=medium

   * New upstream release
   * Drop all patches: Applied in new release
   * Bump Standards-Version to 4.1.4
   * Release to unstable

deja-dup (37.1-2) experimental; urgency=medium

   * Add 0002-don-t-use-ulimit.patch:
     - Stop using ulimit since it is incompatible with webkit2gtk 2.20
       (LP: #1751460)

deja-dup (37.1-1) experimental; urgency=medium

   * New upstream unstable release
   * debian/watch: watch for unstable releases
   * Cherry pick upstream patch to exclude snap cache directories
   * maintscript: Bump version since Ubuntu didn't take this until now

deja-dup (36.3-2) unstable; urgency=medium

   * debian/copyright: Add debian/ to Files-Excluded
   * debian/watch: Only watch for stable releases
   * Update Vcs fields for migration to https://salsa.debian.org/
   * Bump debhelper compat to 11
   * Add debian/docs to install NEWS
   * Don't skip dh_auto_test
   * Don't depend on duplicity on Ubuntu (to not install python2 by default).
     Deja Dup will install duplicity if needed using PackageKit.

2017

deja-dup (36.3-1) unstable; urgency=medium

   * New upstream version 36.3

deja-dup (36.2-1) unstable; urgency=medium

   * New upstream version 36.2
   * debian/control.in: Bump Standards-Version to 4.1.1 (no further changes)

deja-dup (36.1-1) unstable; urgency=medium

   * New upstream version 36.1
   * Drop debian/patches/01_xdg_autostart_exec.patch, applied upstream

deja-dup (35.6-1) unstable; urgency=medium

   * debian/gbp.conf: Filter upstream debian/ directory
   * New upstream version 35.6
   * debian/maintscript: Rename the xdg autostart file to
     org.gnome.DejaDup.Monitor.desktop
   * debian/patches/01_xdg_autostart_exec.patch: Use sh instead of bash so we
     don't need to depend on it

deja-dup (35.5-1) experimental; urgency=medium

   * New upstream release.
     - Adjust the build-dependencies
   * debian/rules:
     - Really use meson/ninja for the build, upstream is shipping a Makefile
       this makes debhelper use that file instead of ninja.
     - Define the name of the package that can be installed via packagekit
   * debian/control.in:
     - Update the description to reflect that deja-dup now supports owncloud
     - Downgrade python-cloudfiles and python-boto to Suggests, those backends
       are now hidden by default, but still supported for old users

deja-dup (35.3-1) experimental; urgency=medium

   * New upstream release.
     - Switch to meson build system
     - Bump the build-dependencies
     - Drop debian/patches/help2man.patch, not needed anymore
   * debian/control.in: Bump Standards-Version to 4.0.0 (no further changes)
   * Update the debian/copyright file, based on ubuntu one

2016

deja-dup (34.3-1) unstable; urgency=medium

   * New upstream release.
   * Update Vcs-Browser to use cgit instead of gitweb.
   * Drop --parallel from debhelper options. It's the default with compat 10.

deja-dup (34.2-2) unstable; urgency=medium

   * Bump debhelper compat level to 10.
   * Drop override for dh_auto_install, not needed.
   * Bump Build-Depends on libnautilus-extension-dev to (>= 3.21.92-3~).
     This ensures we have a version with multiarch support.

deja-dup (34.2-1) unstable; urgency=medium

   * New upstraem release.
     - Drop debian/patches/01_ignore_appstream.patch, applied upstream
   * debian/watch: Check the gpg signature for the downloaded tarball
   * debian/control.in: Bump Standards-Version to 3.9.8 (no furher changes)
   * Drop -dbg package and rely on automatically built -dbgsym one
   * debian/rules: Drop ENABLE_CCPANEL variable, support for building the GNOME
     Control Center plugin has been removed.
   * debian/control.in: Update Vcs-* URL's to please lintian (again)
   * Update the debian/copyright file

2015

deja-dup (34.1-1) unstable; urgency=medium

   * New upstraem release.
     - Refresh debian/patches/01_ignore_appstream.patch
     - Add libpackagekit-glib2-dev to the build-dependencies
   * debian/patches/01_ignore_appstream.patch: Add appstream key to ignore
     some .desktop files
   * debian/patches/help2man.patch: Use system help2man instead of embedded
     copy to allow reproducible build (Closes: #805787)
   * Suggest python-swiftclient for OpenStack Swift support

deja-dup (34.0-1) unstable; urgency=medium

   * Team upload.
   * New upstraem release.
   * Update outdated section names in debian/gbp.conf.

2014

deja-dup (32.0-1) unstable; urgency=medium

   * New upstream release
   * debian/control.in: Bump Standards-Version to 3.9.6 (no further changes)
   * debian/copyright: Fix copyright file, files have been moved around

deja-dup (30.0-1) unstable; urgency=medium

   * New upstream release
     - Drop debian/patches/01_CMP0004_OLD.patch: Fixed upstream
   * Add debian/gbp.conf file
   * debian/control.in: Re-add the Vcs-* fields with the new URL's

deja-dup (29.5-1) unstable; urgency=low

   * New upstream release (Closes: #667722, #671479)
     - Adjust the {build-}dependencies
     - debian/rules, debian/control: deja-dup is now using cmake
   * Adopt deja-dup by the GNOME team (Closes: #740924)
   * debian/control: Bump Standards-Version to 3.9.5 (no further changes)
   * Add debian/patches/01_CMP0004_OLD.patch: Fix FTBFS due to changes in cmake
   * debian/rules: Drop the override_dh_builddeb target, this is not needed
     anymore
   * Fix the debian/watch URL
   * Bump debhelper compatibility to 9 to get the hardening flags for free
   * debian/rules: Properly exclude nautilus plugin from dh_makeshlibs call
     (Closes: #651279)
   * debian/control: Adjust the recommends, add gvfs-backends and rename
     python-rackspace-cloudfiles to python-cloudfiles (Closes: #669045, #732730)

2012

deja-dup (20.2-2.1) unstable; urgency=low

   * Non-maintainer upload.
   * Fix "configure:3028: error: xmllint not found":
     change build dependency from itstool to yelp-tools; thanks, Michael Biebl.
     (Closes: #666225)

2011

deja-dup (20.2-2) unstable; urgency=low

   * ACK previous NMU (Closes: #651257)
   * Delete old unused patch (Closes: #651258)
   * Drop gnome-control-center support as Gnome 3 upstream don't want 3rd
   party applications to be installed there (Closes: #650142)

deja-dup (20.2-1.1) unstable; urgency=low

   * Non-maintainer upload.
   * debian/control: Drop libdbusmenu-gtk3-dev Build-dep, the package is only
     available in experimental for now (Closes: #651257)

deja-dup (20.2-1) unstable; urgency=low

   * New upstream release (Closes: #613336, #632568)
      - Fixed GPG error during restore (Closes: #624598)
      - Transitioned to use nautilus 3 (Closes: #637312)
   * Remove .la files (Closes: #621293)
   * debian/rules:
     - Convert to dh8
   * debian/source/format:
     - Convert to 3.0 (quilt)
   * debian/control:
     - Update description
     - Needs libnotify >= 0.7.0
   * debian/copyright:
     - Update from upstream AUTHORS
     - Standards-Version: bump to 3.9.2, no changes needed.
     - Change yelp Build-Dep to just itstool
 
   (These changes where taken from Ubuntu package, thanks to Michael Terry)

2010

deja-dup (14.2-1) unstable; urgency=low

   * New upstream release
     + Fixes problem to external disks (Closes: #583218)
   * Bump dependency in duplicity to 0.6.07 (Closes: #546520)

deja-dup (14.0-1) unstable; urgency=low

   * New upstream version (Closes: #574938)

deja-dup (13.6-1) unstable; urgency=low

   * New upstream release (Closes: #567124)
     + Adds menu entry to System category (Closes: #544455)
   * Depends on gvfs-fuse (Closes: #546506)
   * Bump Standards-Version to 3.8.4. No changes needed.

2009

deja-dup (10.1-2) unstable; urgency=low

   * intltool is a build-dependency (Closes: #544451)
   * Bump Standards-Version to 3.8.1. No changes needed.
   * Add to debian/copyright file every (C) bit in sources.
     Thanks to Torsten Werner.

deja-dup (10.1-1) unstable; urgency=low

   * New Upstream Version
   * Docs have been relicensed to GPLv3.

deja-dup (9.1-1) unstable; urgency=low

   * New Upstream Version

deja-dup (8.1-1) unstable; urgency=low

   * Inital Debian release, based on Ubuntu packages (Closes: #506590)
   * debian/control:
     - Change maintainer to me.
     - Bump Standards-Version to 3.8.1. No changes needed.
     - Move -dbg package to 'debug' section.

deja-dup (8.1-0intrepid1) intrepid; urgency=low

   * New upstream release

deja-dup (8.1-0hardy1) hardy; urgency=low

   * New upstream release

deja-dup (8.0-0intrepid1) intrepid; urgency=low

   * New upstream release

deja-dup (8.0-0hardy1) hardy; urgency=low

   * Initial hardy release

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

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

   * Initial release (LP: #324388)

deja-dup (7.4-0~intrepid1) intrepid; urgency=low

   * New upstream release

deja-dup (7.3-0~intrepid1) intrepid; urgency=low

   * New upstream release

deja-dup (7.2-0~intrepid1) intrepid; urgency=low

   * New upstream release

deja-dup (7.1-0~intrepid1) intrepid; urgency=low

   * New upstream release

deja-dup (7.0-0~intrepid1) intrepid; urgency=low

   * New upstream release
   * debian/control:
     - Add Build-Depend on libnautilus-extension-dev

deja-dup (6.0-0~intrepid1) intrepid; urgency=low

   * New upstream release

deja-dup (5.2-0~intrepid1) intrepid; urgency=low

   * New upstream release

deja-dup (5.1-0~intrepid1) intrepid; urgency=low

   * New upstream version

deja-dup (5.0-0~intrepid1) intrepid; urgency=low

   * New upstream version

2008

deja-dup (4.0-0~intrepid1) intrepid; urgency=low

   * New upstream version
   * debian/control:
     - Add dbg package
     - Recommend util-linux, for ionice
     - Dropped valac from Build-Depends, not needed

deja-dup (3.0~ppa1) intrepid; urgency=low

   * New upstream version
   * debian/control:
     - Add libunique-dev and libnotify-dev to Build-Depends

deja-dup (2.1-0ubuntu1~ppa1) intrepid; urgency=low

   * New upstream version

deja-dup (2.0-0ubuntu1~ppa1) intrepid; urgency=low

   * New upstream version

deja-dup (1.0-0ubuntu1~ppa1) intrepid; urgency=low

   * Initial Release.