File: control

package info (click to toggle)
backintime 0.9.26-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,992 kB
  • ctags: 447
  • sloc: python: 4,542; xml: 526; sh: 185; makefile: 20
file content (53 lines) | stat: -rw-r--r-- 2,507 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Source: backintime
Section: utils
Priority: extra
Maintainer: Jonathan Wiltshire <debian@jwiltshire.org.uk>
Build-Depends: debhelper (>= 7.2.8), python-support (>= 1.0.2), quilt (>= 0.46-8)
Standards-Version: 3.9.0
Homepage: http://backintime.le-web.org/
Vcs-Browser: http://robin.powdarrmonkey.net/cgi-bin/gitweb.cgi?p=backintime
Vcs-Git: git://robin.powdarrmonkey.net/git/backintime

Package: backintime-common
Architecture: all
Depends: rsync, python (>= 2.5), cron, ${python:Depends}, ${misc:Depends}
Description: simple backup/snapshot system
 Back In Time is a framework for rsync, diff and cron for the purpose of
 taking snapshots and backups of specified folders. It minimizes disk space use
 by taking a snapshot only if the directory has been changed, and hard links
 for unmodified files if it has. The user can schedule regular backups using 
 cron.
 .
 This is the common framework for Back In Time. You need to choose a suitable
 front-end for your desktop environment, like backintime-gnome or 
 backintime-kde.

Package: backintime-gnome
Architecture: all
Depends: backintime-common (>= ${source:Version}), python-gnome2 (>= 2.22), python-notify, python-gtk2, python-glade2, menu, ${python:Depends}, ${misc:Depends}
Recommends: nautilus-actions, meld
Description: GNOME front-end for backintime
 Back In Time is a framework for rsync, diff and cron for the purpose of
 taking snapshots and backups of specified folders. It minimizes disk space use
 by taking a snapshot only if the directory has been changed, and hard links
 for unmodified files if it has. The user can schedule regular backups using
 cron.
 .
 This is the GNOME front-end for the backintime-common package. If you also
 install the package nautilus-actions, it can be integrated with the Nautilus
 file manager to provide context-menu options.

Package: backintime-kde
Architecture: all
Provides: backintime-kde4
Replaces: backintime-kde4 (<< 0.9.26-2)
Conflicts: backintime-kde4 (<< 0.9.26-2)
Depends: backintime-common (>= ${source:Version}), python-kde4, menu, ${python:Depends}, ${misc:Depends}
Description: KDE front-end for backintime
 Back In Time is a framework for rsync, diff and cron for the purpose of
 taking snapshots and backups of specified folders. It minimizes disk space use
 by taking a snapshot only if the directory has been changed, and hard links
 for unmodified files if it has. The user can schedule regular backups using
 cron.
 .
 This is the KDE front-end for the backintime-common package.