From cbbc3027563d36bfcdefdf835d17afe144b6b0f0 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Sun, 29 Dec 2024 21:08:34 +0100 Subject: [PATCH] fix: improve debian/ dir with working values --- debian/changelog | 2 +- debian/control | 5 +++-- debian/mfm.install | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 336b9fa..ac1b32f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,4 +2,4 @@ mfm (0.2.0) unstable; urgency=medium * Première version empaquetée pour Debian. - -- Glenn Y. Rolland Sun, 29 Dec 2024 20:06:16 +0100 + -- Glenn Y. Rolland Sun, 29 Dec 2024 20:06:16 +0100 diff --git a/debian/control b/debian/control index a1b1311..d2f499a 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: mfm Section: utils Priority: optional Maintainer: Glenn Y. Rolland -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 diff --git a/debian/mfm.install b/debian/mfm.install index 94ffbf4..a35d986 100644 --- a/debian/mfm.install +++ b/debian/mfm.install @@ -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