Package: bup
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
- python, git (>= 1:1.7.0.4-2) | git-core, python-fuse,
- python-tornado (>= 1.0.1-1)
-Recommends: par2
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python,
+ git (>= 1:1.7.0.4-2) | git-core
+Recommends: par2, bup-fuse, bup-web
Description: highly efficient file backup system based on git
bup is a backup tool which stores the backups in a system based around
the packfile format from git.
+
+Package: bup-fuse
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, bup, python-fuse
+Description: highly efficient file backup system based on git (fuse support)
+ bup is a backup tool which stores the backups in a system based around
+ the packfile format from git.
+ .
+ This package contains the bup-fuse command.
+
+Package: bup-web
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, bup, python-tornado
+Description: highly efficient file backup system based on git (web support)
+ bup is a backup tool which stores the backups in a system based around
+ the packfile format from git.
+ .
+ This package contains the bup-web command.