From: Jon Dowland Date: Tue, 6 Apr 2010 21:24:48 +0000 (+0100) Subject: begin introducing bup-common X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a2df043e5bb481562f22c7066c075329671ce24b;p=packages%2Fb%2Fbup.git begin introducing bup-common --- diff --git a/debian/bup.install b/debian/bup.install new file mode 100644 index 0000000..28ddd04 --- /dev/null +++ b/debian/bup.install @@ -0,0 +1 @@ +lib/bup/_hashsplit.so usr/lib/bup/bup diff --git a/debian/control b/debian/control index 04a0e04..4864f33 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,17 @@ Homepage: http://github.com/apenwarr/bup Package: bup Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, bup-common 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-common +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: highly efficient file backup system based on git - common files + bup is a backup tool which stores the backups in a system based around + the packfile format from git. + . + This package provides architecture-independent common files for bup. + You need to install the 'bup' package to use bup.