version update
[rrq/fusefile.git] / debian / control
index dd72b723cf363548a498da7e3620f6344c4e28a0..9ad6d5409bfe84fd157308ecaa14c4636a65d49d 100644 (file)
@@ -2,15 +2,15 @@ Source: fusefile
 Section: admin
 Priority: optional
 Maintainer: Ralph Ronnquist <ralph.ronnquist@gmail.com>
-Build-Depends: debhelper (>= 9), libfuse-dev
-Standards-Version: 3.9.8
-#Homepage:
-#Vcs-Git:
+Build-Depends: debhelper-compat (= 13), libfuse-dev
+Standards-Version: 4.6.0
+Homepage: https://git.devuan.org/rrq/fusefile.git
+Vcs-Git: https://git.devuan.org/rrq/fusefile.git
 
 Package: fusefile
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, fuse
-Description: fusefile is FUSE file mount that presents a series of
- fragments of other files as a contiguous concatenation. It bind
- mounts a driver on top of the file mountpoint to present the
nominated file fragments as a single, contiguous file.
+Description: FUSE file mount to present a series of fragments of files
+ as if a real, read-only file. It simply bind mounts a driver on top
+ of the file mountpoint to present the nominated file fragments as a
+ single, contiguous file.