From: Robert S. Edmonds Date: Thu, 8 Aug 2013 23:08:16 +0000 (-0400) Subject: debian/: split out bup-fuse and bup-web commands into their own packages X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=37e563fbbb216da9afadc87aa4f5f51262d10248;p=packages%2Fb%2Fbup.git debian/: split out bup-fuse and bup-web commands into their own packages --- diff --git a/debian/bup-fuse.install b/debian/bup-fuse.install new file mode 100644 index 0000000..3c74615 --- /dev/null +++ b/debian/bup-fuse.install @@ -0,0 +1,4 @@ +usr/lib/bup/cmd/bup-web +usr/lib/bup/web/* +usr/share/doc/bup/bup-web.html +usr/share/man/man1/bup-web.1 diff --git a/debian/bup-web.install b/debian/bup-web.install new file mode 100644 index 0000000..a3f5a33 --- /dev/null +++ b/debian/bup-web.install @@ -0,0 +1,3 @@ +usr/lib/bup/cmd/bup-fuse +usr/share/doc/bup/bup-fuse.html +usr/share/man/man1/bup-fuse.1 diff --git a/debian/control b/debian/control index 1de7109..d65022c 100644 --- a/debian/control +++ b/debian/control @@ -15,10 +15,27 @@ Vcs-Browser: http://git.debian.org/?p=collab-maint/bup.git;a=shortlog;h=refs/hea 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.