lintian fixes
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Sat, 2 Apr 2022 21:37:25 +0000 (07:37 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Sat, 2 Apr 2022 21:37:25 +0000 (07:37 +1000)
Makefile
debian/control
debian/copyright

index 7b12aef4a4e9111d5ef0cbba7c1feb7eee95d05d..8103f1464ba42d2544210b150ffe3b6cbdd96e13 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,8 +16,8 @@ clean:
 
 # Building a debian package
 
-SBINDIR = $(DESTDIR)/usr/local/sbin
-MAN8DIR = $(DESTDIR)/usr/local/share/man/man8
+SBINDIR = $(DESTDIR)/usr/sbin
+MAN8DIR = $(DESTDIR)/usr/share/man/man8
 
 SBINFILES = fusefile
 MAN8FILES = fusefile.8
index 1dfaab4ac40ea5a3e3d4c137dc538a44fd09e34a..9ad6d5409bfe84fd157308ecaa14c4636a65d49d 100644 (file)
@@ -10,7 +10,7 @@ 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.
index d45ae412de343fea50cdc87da25d8c5ab0463dc6..802bc865f8f94bed8747d9635afb95f483d898ec 100644 (file)
@@ -1,6 +1,6 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: fusefile
-Source: <url://example.com>
+Source: https://git.devuan.org/rrq/fusefile.git
 
 Files: *
 Copyright: 2018 Ralph Ronnquist <ralph.ronnquist@gmail.com>