]> git.michaelhowe.org Git - packages/b/bup.git/commitdiff
debian/: split out bup-fuse and bup-web commands into their own packages
authorRobert S. Edmonds <edmonds@debian.org>
Thu, 8 Aug 2013 23:08:16 +0000 (19:08 -0400)
committerRobert S. Edmonds <edmonds@debian.org>
Thu, 8 Aug 2013 23:08:16 +0000 (19:08 -0400)
debian/bup-fuse.install [new file with mode: 0644]
debian/bup-web.install [new file with mode: 0644]
debian/control

diff --git a/debian/bup-fuse.install b/debian/bup-fuse.install
new file mode 100644 (file)
index 0000000..3c74615
--- /dev/null
@@ -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 (file)
index 0000000..a3f5a33
--- /dev/null
@@ -0,0 +1,3 @@
+usr/lib/bup/cmd/bup-fuse
+usr/share/doc/bup/bup-fuse.html
+usr/share/man/man1/bup-fuse.1
index 1de7109cae5c6a0b7b84843d20c3814a26fbf4f5..d65022c91a606f40bafa3271fc15de0ce6cecbad 100644 (file)
@@ -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.