fix: improve debian/ dir with working values
This commit is contained in:
parent
e6e5ea42e8
commit
cbbc302756
3 changed files with 5 additions and 4 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -2,4 +2,4 @@ mfm (0.2.0) unstable; urgency=medium
|
||||||
|
|
||||||
* Première version empaquetée pour Debian.
|
* 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
5
debian/control
vendored
|
@ -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
2
debian/mfm.install
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue