# 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
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.
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>