]> git.michaelhowe.org Git - packages/b/bup.git/commitdiff
begin introducing bup-common
authorJon Dowland <jmtd@debian.org>
Tue, 6 Apr 2010 21:24:48 +0000 (22:24 +0100)
committerJon Dowland <jmtd@debian.org>
Tue, 6 Apr 2010 21:24:48 +0000 (22:24 +0100)
debian/bup.install [new file with mode: 0644]
debian/control

diff --git a/debian/bup.install b/debian/bup.install
new file mode 100644 (file)
index 0000000..28ddd04
--- /dev/null
@@ -0,0 +1 @@
+lib/bup/_hashsplit.so usr/lib/bup/bup
index 04a0e047622a5f28b0b1aa779b24e8d90f2dff50..4864f33f83cf4f68ab051f84f5a53e8f78cc49ad 100644 (file)
@@ -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.