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

2
debian/changelog vendored
View file

@ -2,4 +2,4 @@ mfm (0.2.0) unstable; urgency=medium
* Première version empaquetée pour Debian.
-- Glenn Y. Rolland <glenux@glenux.net> Sun, 29 Dec 2024 20:06:16 +0100
-- Glenn Y. Rolland <glenux@glenux.net> Sun, 29 Dec 2024 20:06:16 +0100

5
debian/control vendored
View file

@ -2,7 +2,7 @@ Source: mfm
Section: utils
Priority: optional
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
Homepage: https://code.apps.glenux.net/glenux/mfm
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
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
MFM is a Crystal-lang CLI designed to streamline the management of various
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/
README.md /usr/share/doc/mfm/
LICENSE /usr/share/doc/mfm/
LICENSES/GPL-3.0-or-later.txt /usr/share/doc/mfm/LICENSE