added fusedisk to package
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Wed, 24 May 2023 09:51:25 +0000 (19:51 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Wed, 24 May 2023 09:51:25 +0000 (19:51 +1000)
Makefile
debian/changelog
debian/fusefile.links [new file with mode: 0644]

index c2a0ba66fdb62d94ab77c8c75ca851008ac50d71..b0ca2be22a702f5811cdf0db7c5dcc8d3e199b7e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ README.html: README.adoc
 SBINDIR = $(DESTDIR)/usr/sbin
 MAN8DIR = $(DESTDIR)/usr/share/man/man8
 
-SBINFILES = fusefile
+SBINFILES = fusefile fusedisk
 MAN8FILES = fusefile.8
 
 INSTALLTARGETS = $(addprefix $(SBINDIR)/,$(SBINFILES))
index daab8e892fbd95ed427c3c945b700d30796ac83f..380d6d1232987c1ede020b5a0d2443f496a9dc86 100644 (file)
@@ -1,3 +1,8 @@
+fusefile (0.5.4) unstable; urgency=medium
+
+  * Include fusedisk helper script for block mount
+
+ -- Ralph Ronnquist <ralph.ronnquist@gmail.com>  Wed, 24 May 2023 19:48:53 +1000
 fusefile (0.5.3) unstable; urgency=medium
 
   * Updated package description.
diff --git a/debian/fusefile.links b/debian/fusefile.links
new file mode 100644 (file)
index 0000000..ed132f0
--- /dev/null
@@ -0,0 +1 @@
+usr/share/man/man8/fusefile.8 usr/share/man/man8/fusedisk.8