--- deja-dup-10.2.orig/debian/changelog +++ deja-dup-10.2/debian/changelog @@ -0,0 +1,39 @@ +deja-dup (10.2-0ubuntu1) karmic; urgency=low + + * New upstream release (LP: #404634) + * No-change bump to standards 3.8.3 + + -- Michael Terry 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 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 Wed, 25 Feb 2009 20:53:07 -0500 + +deja-dup (7.4-0ubuntu1) jaunty; urgency=low + + * Initial release (LP: #324388) + + -- Michael Terry Thu, 12 Feb 2009 07:18:01 -0500 --- deja-dup-10.2.orig/debian/control +++ deja-dup-10.2/debian/control @@ -0,0 +1,56 @@ +Source: deja-dup +Section: utils +Priority: optional +Maintainer: Ubuntu MOTU Developers +Homepage: https://launchpad.net/deja-dup +Build-Depends: cdbs, + debhelper (>= 5), + pkg-config, + libglib2.0-dev, + libgtk2.0-dev (>= 2.12), + libgconf2-dev, + libgnomeui-dev, + libgnome-keyring-dev, + libnotify-dev, + libunique-dev, + libnautilus-extension-dev, + liblaunchpad-integration-dev, + gnome-doc-utils (>= 0.3.2), + rarian-compat +Standards-Version: 3.8.3 + +Package: deja-dup +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + duplicity (>= 0.5.03), + gvfs-fuse +Recommends: python-boto (>= 0.9d), nautilus +Description: Backup utility + Déjà Dup is a simple backup program. It hides the complexity of + doing backups the 'right way' (encrypted, off-site, and regular) + and uses duplicity as the backend. + . + Features: + * Support for local or remote backup locations, including Amazon S3 + * Securely encrypts your data + * Schedules regular backups + * Integrates well into your GNOME desktop + +Package: deja-dup-dbg +Architecture: any +Depends: deja-dup (= ${binary:Version}), + ${misc:Depends} +Priority: extra +Description: Déjà Dup debugging symbols + Déjà Dup is a simple backup program. It hides the complexity of + doing backups the 'right way' (encrypted, off-site, and regular) + and uses duplicity as the backend. + . + Features: + * Support for local or remote backup locations, including Amazon S3 + * Securely encrypts your data + * Schedules regular backups + * Integrates well into your GNOME desktop + . + This package contains gdb debugging symbols for the deja-dup package. --- deja-dup-10.2.orig/debian/watch +++ deja-dup-10.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/deja-dup/+download .*/deja-dup-(.+)\.tar\.bz2 --- deja-dup-10.2.orig/debian/compat +++ deja-dup-10.2/debian/compat @@ -0,0 +1,2 @@ +5 + --- deja-dup-10.2.orig/debian/copyright +++ deja-dup-10.2/debian/copyright @@ -0,0 +1,59 @@ +Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=54 +Name: Déjà Dup +Contact: Déjà Dup Maintainers +Source: https://launchpad.net/deja-dup/+download + +Files: * +Copyright: 2008-2009, Michael Terry +License: GPL-3+ + +Files: debian/* +Copyright: 2008-2009, Michael Terry + 2009, Jose Carlos Garcia Sogo +License: GPL-3+ + +Files: po/*.po +Copyright: 2008-2009, Rosetta Contributors and Canonical Ltd +License: GPL-3+ + +Files: libdeja-dup/hacks.c +Copyright: 2002-2003, 2006-2007, Red Hat, Inc. + 2008-2009, Michael Terry +License: GPL-3+ + +Files: libdeja-dup/mountoperation.[ch] +Copyright: 2008, Carlos Garcia Campos + 2008, Carlos Garnacho + 2008, Christian Kellner + 2008, Cody Russell + 2008, Gian Mario Tagliaretti + 2008, Johan Dahlin + 2008-2009, Matthias Clasen + 2008, Sven Neumann + 2009, Alexander Larsson + 2009, David Zeuthen + 2009, Michael Natterer +License: GPL-3+ + +Files: nautilus/NautilusExtension.[ch] +Copyright: 2004-2005, Free Software Foundation, Inc. + 2009 Michael Terry +License: GPL-3+ + +Files: data/*.svg +License: + In the public domain + +License: GPL-3+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . --- deja-dup-10.2.orig/debian/rules +++ deja-dup-10.2/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +DEB_DESTDIR := $(CURDIR)/debian/deja-dup +DEB_DH_MAKESHLIBS_ARGS += --exclude=libnautilus-deja-dup.so + --- deja-dup-10.2.orig/debian/patches/01_lpi.patch +++ deja-dup-10.2/debian/patches/01_lpi.patch @@ -0,0 +1,42 @@ +# Description: launchpad integration changes +# UbuntuSpecific: ubuntu launchpad integration +# +diff -Nur -x '*.orig' -x '*~' deja-dup-10.0/configure.ac deja-dup-10.0.new/configure.ac +--- deja-dup-10.0/configure.ac 2009-06-02 17:48:47.000000000 -0400 ++++ deja-dup-10.0.new/configure.ac 2009-06-05 16:09:00.000000000 -0400 +@@ -54,6 +54,7 @@ + gio-2.0 + gconf-2.0 + libgnomeui-2.0 ++ launchpad-integration + gnome-keyring-1) + AC_SUBST(DUP_CFLAGS) + AC_SUBST(DUP_LIBS) +diff -Nur -x '*.orig' -x '*~' deja-dup-10.0/deja-dup/MainWindow.c deja-dup-10.0.new/deja-dup/MainWindow.c +--- deja-dup-10.0/deja-dup/MainWindow.c 2009-06-02 17:48:48.000000000 -0400 ++++ deja-dup-10.0.new/deja-dup/MainWindow.c 2009-06-05 16:09:24.000000000 -0400 +@@ -9,6 +9,7 @@ + #include + #include + #include ++#include + + + #define TYPE_MAIN_WINDOW (main_window_get_type ()) +@@ -374,7 +375,7 @@ + action = (_tmp14_ = gtk_action_new ("AboutAction", NULL, NULL, GTK_STOCK_ABOUT), (action == NULL) ? NULL : (action = (g_object_unref (action), NULL)), _tmp14_); + g_signal_connect_object (action, "activate", (GCallback) _main_window_on_about_gtk_action_activate, self, 0); + gtk_action_group_add_action (action_group, action); +- ui = g_strdup ("\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n"); ++ ui = g_strdup ("\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n"); + manager = gtk_ui_manager_new (); + { + gtk_ui_manager_add_ui_from_string (manager, ui, (gssize) strlen (ui), &_inner_error_); +@@ -404,6 +405,7 @@ + g_clear_error (&_inner_error_); + return NULL; + } ++ launchpad_integration_add_ui(manager, "ui/menubar/HelpMenu/LaunchpadItems"); + gtk_ui_manager_insert_action_group (manager, action_group, 0); + gtk_window_add_accel_group ((GtkWindow*) self, gtk_ui_manager_get_accel_group (manager)); + _tmp15_ = NULL;