Merge branch 'master' into debian
[rrq/fusefile.git] / debian / control
index 8f7c680168c033926897aa7430513ef1311062b8..397a8377da78983678bfb86e18b0c2e5ac106958 100644 (file)
@@ -3,9 +3,11 @@ Section: admin
 Priority: optional
 Maintainer: Ralph Ronnquist <rrq@rrq.au>
 Build-Depends: debhelper-compat (= 13), libfuse-dev
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
 Homepage: https://git.devuan.org/rrq/fusefile.git
-Vcs-Git: https://git.devuan.org/rrq/fusefile.git
+Vcs-Browser: https://git.devuan.org/rrq/fusefile/src/branch/debian
+Vcs-Git: https://git.devuan.org/rrq/fusefile.git -b debian
+Rules-Requires-Root: no
 
 Package: fusefile
 Architecture: any
@@ -16,5 +18,5 @@ Description: Using FUSE to combine file fragments into a single file.
  mounts a driver on top of the filename mountpoint to provide access
  to the given file fragments as if in a single, contiguous file. The
  fusefile mount driver offers read/write access to the fused file,
- distributing written data accross the given fragments or to an
overlay file.
+ distributing written data across the given fragments or to an overlay
+ file.