--- deja-dup-14.2.orig/debian/watch +++ deja-dup-14.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/deja-dup/+download .*/deja-dup-(.+)\.tar\.bz2 --- deja-dup-14.2.orig/debian/rules +++ deja-dup-14.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-14.2.orig/debian/copyright +++ deja-dup-14.2/debian/copyright @@ -0,0 +1,40 @@ +This package was debianized by Michael Terry mike@mterry.name on +Mon, 02 Feb 2009 12:18:48 -0500. + +It was downloaded from +https://launchpad.net/deja-dup/+download + +Copyright: © 2008, 2009 Michael Terry + +For libdeja-dup/hacks.c + © 2002, 2003, 2006, 2007 Red Hat, Inc. + +For libdeja-dup/mountoperation.h + libdeja-dup/mountoperation.c + Copyright (C) Christian Kellner + +For po/*.po + help/*/*.po + Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 + +For gnome-doc-utils.make + Copyright (C) 2004-2005 Shaun McCance + +License: + This package 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 package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-3'. + --- deja-dup-14.2.orig/debian/compat +++ deja-dup-14.2/debian/compat @@ -0,0 +1,2 @@ +5 + --- deja-dup-14.2.orig/debian/control +++ deja-dup-14.2/debian/control @@ -0,0 +1,61 @@ +Source: deja-dup +Section: utils +Priority: optional +Maintainer: Jose Carlos Garcia Sogo +Homepage: https://launchpad.net/deja-dup +Build-Depends: cdbs, + intltool, + 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, + gnome-doc-utils (>= 0.3.2), + librarian-dev, + rarian-compat +Standards-Version: 3.8.4 +Vcs-Git: git://git.debian.org/git/users/jsogo/deja-dup.git +Vcs-Browser: http://git.debian.org/git/users/jsogo/deja-dup.git + +Package: deja-dup +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + duplicity (>= 0.6.07), + gvfs-fuse +Recommends: python-boto (>= 0.9d), ssh-client | openssh-client +Suggests: util-linux (>= 2.13) +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: + * Uses Amazon S3, an SSH server, or a local folder as a backup location + * Securely encrypts your data + * Schedules regular backups + * Integrates well into your GNOME desktop + +Package: deja-dup-dbg +Architecture: any +Section: debug +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: + * Uses Amazon S3, an SSH server, or a local folder as a backup location + * 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-14.2.orig/debian/changelog +++ deja-dup-14.2/debian/changelog @@ -0,0 +1,189 @@ +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) + + -- Jose Carlos Garcia Sogo Thu, 08 Jul 2010 16:46:39 +0200 + +deja-dup (14.0-1) unstable; urgency=low + + * New upstream version (Closes: #574938) + + -- Jose Carlos Garcia Sogo Thu, 01 Apr 2010 11:55:08 +0200 + +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. + + -- Jose Carlos Garcia Sogo Thu, 28 Jan 2010 00:13:03 +0100 + +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. + + -- Jose Carlos Garcia Sogo Mon, 31 Aug 2009 23:16:58 +0200 + +deja-dup (10.1-1) unstable; urgency=low + + * New Upstream Version + * Docs have been relicensed to GPLv3. + + -- Jose Carlos Garcia Sogo Tue, 04 Aug 2009 23:34:17 +0200 + +deja-dup (9.1-1) unstable; urgency=low + + * New Upstream Version + + -- Jose Carlos Garcia Sogo Tue, 28 Apr 2009 23:47:27 +0200 + +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. + + -- Jose Carlos Garcia Sogo Tue, 14 Apr 2009 00:19:30 +0200 + +deja-dup (8.1-0intrepid1) intrepid; urgency=low + + * New upstream release + + -- Michael Terry Fri, 03 Apr 2009 17:59:44 -0400 + +deja-dup (8.1-0hardy1) hardy; urgency=low + + * New upstream release + + -- Michael Terry Fri, 03 Apr 2009 17:58:44 -0400 + +deja-dup (8.0-0intrepid1) intrepid; urgency=low + + * New upstream release + + -- Michael Terry Sun, 29 Mar 2009 11:53:45 -0400 + +deja-dup (8.0-0hardy1) hardy; urgency=low + + * Initial hardy release + + -- Michael Terry Sun, 29 Mar 2009 11:43:28 -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 (7.4-0~intrepid1) intrepid; urgency=low + + * New upstream release + + -- Michael Terry Wed, 11 Feb 2009 21:17:47 -0500 + +deja-dup (7.3-0~intrepid1) intrepid; urgency=low + + * New upstream release + + -- Michael Terry Tue, 03 Feb 2009 20:40:01 -0500 + +deja-dup (7.2-0~intrepid1) intrepid; urgency=low + + * New upstream release + + -- Michael Terry Mon, 02 Feb 2009 20:49:16 -0500 + +deja-dup (7.1-0~intrepid1) intrepid; urgency=low + + * New upstream release + + -- Michael Terry Thu, 29 Jan 2009 15:54:19 -0500 + +deja-dup (7.0-0~intrepid1) intrepid; urgency=low + + * New upstream release + * debian/control: + - Add Build-Depend on libnautilus-extension-dev + + -- Michael Terry Thu, 29 Jan 2009 08:07:33 -0500 + +deja-dup (6.0-0~intrepid1) intrepid; urgency=low + + * New upstream release + + -- Michael Terry Mon, 19 Jan 2009 19:51:28 -0500 + +deja-dup (5.2-0~intrepid1) intrepid; urgency=low + + * New upstream release + + -- Michael Terry Wed, 07 Jan 2009 21:47:58 -0500 + +deja-dup (5.1-0~intrepid1) intrepid; urgency=low + + * New upstream version + + -- Michael Terry Wed, 07 Jan 2009 20:54:58 -0500 + +deja-dup (5.0-0~intrepid1) intrepid; urgency=low + + * New upstream version + + -- Michael Terry Tue, 06 Jan 2009 20:30:09 -0500 + +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 + + -- Michael Terry Mon, 29 Dec 2008 23:19:56 -0500 + +deja-dup (3.0~ppa1) intrepid; urgency=low + + * New upstream version + * debian/control: + - Add libunique-dev and libnotify-dev to Build-Depends + + -- Michael Terry Thu, 04 Dec 2008 22:28:24 -0500 + +deja-dup (2.1-0ubuntu1~ppa1) intrepid; urgency=low + + * New upstream version + + -- Michael Terry Mon, 01 Dec 2008 21:09:29 -0500 + +deja-dup (2.0-0ubuntu1~ppa1) intrepid; urgency=low + + * New upstream version + + -- Michael Terry Sat, 22 Nov 2008 08:20:04 -0500 + +deja-dup (1.0-0ubuntu1~ppa1) intrepid; urgency=low + + * Initial Release. + + -- Michael Terry Mon, 20 Oct 2008 13:00:47 -0400