fix: improve debian/ dir with working values

This commit is contained in:
Glenn Y. Rolland 2024-12-29 21:08:34 +01:00
parent e6e5ea42e8
commit cbbc302756
3 changed files with 5 additions and 4 deletions

5
debian/control vendored
View file

@ -2,7 +2,7 @@ Source: mfm
Section: utils Section: utils
Priority: optional Priority: optional
Maintainer: Glenn Y. Rolland <glenux@glenux.net> Maintainer: Glenn Y. Rolland <glenux@glenux.net>
Build-Depends: debhelper-compat (= 13), crystal, make Build-Depends: debhelper-compat (= 13), crystal, shards, make
Standards-Version: 4.6.0 Standards-Version: 4.6.0
Homepage: https://code.apps.glenux.net/glenux/mfm Homepage: https://code.apps.glenux.net/glenux/mfm
Vcs-Git: https://code.apps.glenux.net/glenux/mfm.git Vcs-Git: https://code.apps.glenux.net/glenux/mfm.git
@ -10,7 +10,8 @@ Vcs-Browser: https://code.apps.glenux.net/glenux/mfm
Package: mfm Package: mfm
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, libpcre3, libevent-2.1-7, fzf
Recommends: gocryptfs, httpdirfs, sshfs
Description: Simple command-line helper for FUSE filesystems Description: Simple command-line helper for FUSE filesystems
MFM is a Crystal-lang CLI designed to streamline the management of various MFM is a Crystal-lang CLI designed to streamline the management of various
FUSE filesystems, such as sshfs, gocryptfs, httpdirfs, and more. Through its FUSE filesystems, such as sshfs, gocryptfs, httpdirfs, and more. Through its

2
debian/mfm.install vendored
View file

@ -1,3 +1,3 @@
bin/mfm /usr/bin/ bin/mfm /usr/bin/
README.md /usr/share/doc/mfm/ README.md /usr/share/doc/mfm/
LICENSE /usr/share/doc/mfm/ LICENSES/GPL-3.0-or-later.txt /usr/share/doc/mfm/LICENSE