From 686b0ecec01ceef8f7fdceff8304e8a696d9e130 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Sun, 3 Apr 2022 07:37:25 +1000 Subject: [PATCH] lintian fixes --- Makefile | 4 ++-- debian/control | 8 ++++---- debian/copyright | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) 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 -- 2.39.2