debian packaging
[rrq/fusefile.git] / debian / control
1 Source: fusefile
2 Section: admin
3 Priority: optional
4 Maintainer: Ralph Ronnquist <ralph.ronnquist@gmail.com>
5 Build-Depends: debhelper (>= 9), libfuse-dev
6 Standards-Version: 3.9.8
7 #Homepage:
8 #Vcs-Git:
9
10 Package: fusefile
11 Architecture: any
12 Depends: ${shlibs:Depends}, ${misc:Depends}, fuse
13 Description: fusefile is FUSE file mount that presents a series of
14  fragments of other files as a contiguous concatenation. It bind
15  mounts a driver on top of the file mountpoint to present the
16  nominated file fragments as a single, contiguous file.