~ubuntu-branches/ubuntu/saucy/deja-dup/saucy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2012-10-30 19:03:03 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20121030190303-w3fatge63ncm5uiw
Tags: 25.1.1-0ubuntu1
* New upstream release
* debian/control:
  - Use libsecret, not libgnome-keyring
  - Switch to valac-0.18
  - Add various deja-dup-backend-* metapackages to make seeding
    different ones easier for flavors
* debian/tests:
  - Add dep8 test to run upstream test suite against system install
* debian/patches/support-new-u1backend.patch:
  - Support new u1backend in duplicity 0.6.20

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
               intltool (>= 0.40),
12
12
               libglib2.0-dev (>= 2.32),
13
13
               libgnome-control-center-dev (>= 3.0),
14
 
               libgnome-keyring-dev,
15
14
               libgtk-3-dev (>= 3.0),
16
15
               libnautilus-extension-dev (>= 3.0),
17
16
               libnotify-dev (>= 0.7),
18
17
               libpeas-dev,
 
18
               libsecret-1-dev,
19
19
               libunity-dev (>= 5.0.0),
20
20
               pkg-config,
21
 
               valac-0.16 (>= 0.16.0),
 
21
               python3,
 
22
               valac-0.18,
22
23
               yelp-tools,
 
24
XS-Testsuite: autopkgtest
23
25
Standards-Version: 3.9.3
24
26
Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/deja-dup/ubuntu
25
27
 
26
28
Package: deja-dup
27
29
Architecture: any
28
 
Pre-Depends: ${misc:Pre-Depends}
 
30
Pre-Depends: ${misc:Pre-Depends},
29
31
Depends: ${misc:Depends},
30
32
         ${shlibs:Depends},
31
 
         duplicity (>= 0.6.14),
32
 
Recommends: gvfs-backends,
 
33
         duplicity (>= 0.6.20),
 
34
Recommends: deja-dup-backend-gvfs,
33
35
            policykit-1,
34
 
            python-ubuntuone-client,
35
 
            ubuntuone-client,
36
 
            ubuntuone-control-panel,
37
 
            ubuntuone-couch (>= 0.3.0),
38
 
Suggests: python-boto (>= 0.9d),
39
 
          python-cloudfiles,
 
36
Suggests: deja-dup-backend-cloudfiles,
 
37
          deja-dup-backend-s3,
 
38
          deja-dup-backend-ubuntuone,
40
39
Description: Back up your files
41
40
 Déjà Dup is a simple backup tool. It hides the complexity of backing up the
42
41
 Right Way (encrypted, off-site, and regular) and uses duplicity as the
49
48
  * Incrementally backs up, letting you restore from any particular backup
50
49
  * Schedules regular backups
51
50
  * Integrates well into your GNOME desktop
 
51
 
 
52
Package: deja-dup-backend-gvfs
 
53
Architecture: all
 
54
Depends: ${misc:Depends},
 
55
         deja-dup,
 
56
         gvfs-backends,
 
57
Description: Remote server support for Déjà Dup
 
58
 Déjà Dup is a simple backup tool. It hides the complexity of backing up the
 
59
 Right Way (encrypted, off-site, and regular) and uses duplicity as the
 
60
 backend.
 
61
 .
 
62
 This package adds FTP, SSH, WebDAV, and Windows Shares support to Déjà Dup.
 
63
 
 
64
Package: deja-dup-backend-cloudfiles
 
65
Architecture: all
 
66
Depends: ${misc:Depends},
 
67
         deja-dup,
 
68
         python-cloudfiles,
 
69
Description: Rackspace Cloudfiles support for Déjà Dup
 
70
 Déjà Dup is a simple backup tool. It hides the complexity of backing up the
 
71
 Right Way (encrypted, off-site, and regular) and uses duplicity as the
 
72
 backend.
 
73
 .
 
74
 This package adds Rackspace Cloudfiles support to Déjà Dup.
 
75
 
 
76
Package: deja-dup-backend-s3
 
77
Architecture: all
 
78
Depends: ${misc:Depends},
 
79
         deja-dup,
 
80
         python-boto (>= 0.9d),
 
81
Description: Amazon S3 support for Déjà Dup
 
82
 Déjà Dup is a simple backup tool. It hides the complexity of backing up the
 
83
 Right Way (encrypted, off-site, and regular) and uses duplicity as the
 
84
 backend.
 
85
 .
 
86
 This package adds Amazon S3 support to Déjà Dup.
 
87
 
 
88
Package: deja-dup-backend-ubuntuone
 
89
Architecture: all
 
90
Depends: ${misc:Depends},
 
91
         deja-dup,
 
92
         python-httplib2,
 
93
         python-oauthlib,
 
94
         ubuntuone-client,
 
95
         ubuntuone-control-panel,
 
96
Description: Ubuntu One support for Déjà Dup
 
97
 Déjà Dup is a simple backup tool. It hides the complexity of backing up the
 
98
 Right Way (encrypted, off-site, and regular) and uses duplicity as the
 
99
 backend.
 
100
 .
 
101
 This package adds Ubuntu One support to Déjà Dup.