Package: deja-dup Followup-For: Bug #613336
Here's a patch for 17.92. I just compiled it and tested it in a wheezy pbuilder. It requires libnotify 0.7 which is currently in experimental. -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing'), (200, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores) Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages deja-dup depends on: ii duplicity 0.6.12-1 encrypted bandwidth-efficient back ii gvfs-fuse 1.6.4-3 userspace virtual filesystem - fus ii libatk1.0-0 1.32.0-1+sid1 The ATK accessibility toolkit ii libc6 2.11.2-11 Embedded GNU C Library: Shared lib ii libcairo2 1.10.2-6 The Cairo 2D vector graphics libra ii libfontconfig1 2.8.0-2.1 generic font configuration library ii libfreetype6 2.4.4-1 FreeType 2 font engine, shared lib ii libgdk-pixbuf2.0-0 2.22.1-1+sid1 GDK Pixbuf library ii libglib2.0-0 2.28.2-1 The GLib library of C routines ii libgnome-keyring0 2.32.0-1 GNOME keyring services library ii libgtk2.0-0 2.24.3-1~sid1 The GTK+ graphical user interface ii libnautilus-extension1 2.30.1-3 libraries for nautilus components ii libnotify4 0.7.1-2 sends desktop notifications to a n ii libpango1.0-0 1.28.3-1+squeeze2 Layout and rendering of internatio ii libpng12-0 1.2.44-2 PNG library - runtime ii libunique-1.0-0 1.1.6-2 Library for writing single instanc ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime Versions of packages deja-dup recommends: ii openssh-client [ssh-client] 1:5.5p1-6 secure shell (SSH) client, for sec ii python-boto 1.9b-4 Python interface to Amazon's Web S Versions of packages deja-dup suggests: ii util-linux 2.17.2-9.1 Miscellaneous system utilities -- no debconf information
diff -ur ../t/deja-dup-14.2/debian//changelog debian//changelog --- ../t/deja-dup-14.2/debian//changelog 2011-04-03 10:06:50.000000000 +0200 +++ debian//changelog 2011-04-03 10:11:18.000000000 +0200 @@ -1,3 +1,14 @@ +deja-dup (17.92-1) unstable; urgency=low + + [ Sylvain Beucler ] + * New upstream version (Closes: #613336) + * Precise dependency version for libglib2.0-dev (requires new + 'glib-compile-schemas' tool) + * Bump dependency to libgtk2.0-dev to 2.18 + * Bump dependency to libnotify-dev to 0.7 + + -- Jose Carlos Garcia Sogo <[email protected]> Sun, 03 Apr 2011 09:05:47 +0200 + deja-dup (14.2-1) unstable; urgency=low * New upstream release diff -ur ../t/deja-dup-14.2/debian//control debian//control --- ../t/deja-dup-14.2/debian//control 2011-04-03 10:06:50.000000000 +0200 +++ debian//control 2011-04-03 10:07:46.000000000 +0200 @@ -7,12 +7,12 @@ intltool, debhelper (>= 5), pkg-config, - libglib2.0-dev, - libgtk2.0-dev (>= 2.12), + libglib2.0-dev (>= 2.25.3), + libgtk2.0-dev (>= 2.18), libgconf2-dev, libgnomeui-dev, libgnome-keyring-dev, - libnotify-dev, + libnotify-dev (>= 0.7), libunique-dev, libnautilus-extension-dev, gnome-doc-utils (>= 0.3.2),

