From: Ralph Ronnquist Date: Sat, 2 Apr 2022 21:37:25 +0000 (+1000) Subject: lintian fixes X-Git-Tag: 0.3~7 X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=686b0ecec01ceef8f7fdceff8304e8a696d9e130;p=rrq%2Ffusefile.git lintian fixes --- diff --git a/Makefile b/Makefile index 7b12aef..8103f14 100644 --- 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 diff --git a/debian/control b/debian/control index 1dfaab4..9ad6d54 100644 --- a/debian/control +++ b/debian/control @@ -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. diff --git a/debian/copyright b/debian/copyright index d45ae41..802bc86 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: fusefile -Source: +Source: https://git.devuan.org/rrq/fusefile.git Files: * Copyright: 2018 Ralph Ronnquist