diff options
author | Manos Pitsidianakis <el13635@mail.ntua.gr> | 2020-02-09 16:43:03 +0200 |
---|---|---|
committer | Manos Pitsidianakis <el13635@mail.ntua.gr> | 2020-02-09 16:43:03 +0200 |
commit | 30c31c9c908303e0c5644caaa3796e6bbc53b3d6 (patch) | |
tree | 4e6f9fe6001f7b9f5a83370fbf79c93a7af1ffb6 | |
parent | 555654d5e3659415518b4fd3e8724e22e36f0d09 (diff) | |
download | meli-30c31c9c908303e0c5644caaa3796e6bbc53b3d6.zip |
debian/: move xdg-utils to recommends
It's not a hard dependency
-rw-r--r-- | debian/control | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 5f4d7512..deba56ec 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,6 @@ Homepage: https://meli.delivery Package: meli Architecture: any Multi-Arch: foreign -Depends: ${misc:Depends}, ${shlibs:Depends}, xdg-utils (>=1.1.3-1) -Recommends: libnotmuch5 (>=0.28.4-1) -Description: auto-generated package by debmake - terminal mail client +Depends: ${misc:Depends}, ${shlibs:Depends} +Recommends: libnotmuch, xdg-utils (>=1.1.3-1) +Description: terminal mail client |