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.