GNOME Bugzilla – Bug 609874
Add Déjà Dup
Last modified: 2010-03-03 20:58:22 UTC
Déjà Dup is a backup program proposed [1] for inclusion in future GNOME releases Webpage: https://launchpad.net/deja-dup [1] http://mail.gnome.org/archives/desktop-devel-list/2010-February/msg00013.html
Created attachment 153740 [details] [review] Add Déjà Dup
Thank you Javier! One extra dependency should probably be duplicity, the commandline backup tool without which Deja Dup isn't very useful. How are external dependencies like that handled? Should they be added to the moduleset too? If so, how about something like: <distutils id="duplicity"> <branch repo="launchpad.net" module="~duplicity-team/duplicity/0.7-series" checkoutdir="duplicity/"/> </distutils>
commit 550532ffa3bcaad67314d8368a05847a21befbdc Author: Michael Terry <mike@mterry.name> Date: Wed Mar 3 14:47:20 2010 -0500 [2.30] Add proposed GNOME 3.0 app deja-dup Add deja-dup to the 2.30 moduleset until a 3.0 moduleset opens. Also add its external dependency duplicity (0.6.07). Closes: bgo#609874
Sorry I didn't react earlier; external dependencies have special rules, you can read about them on live.gnome.org: http://live.gnome.org/TwoPointTwentynine/ExternalDependencies Therefore I moved the duplicity declaration to gnome-2.30.modules; things will be rearranged when creating the moduleset for the next version.