diff options
author | cos <cos> | 2023-01-24 07:56:17 +0100 |
---|---|---|
committer | cos <cos> | 2023-01-24 10:21:18 +0100 |
commit | 0d61aec1a1e475416cf134d6766dbd0e470cffa5 (patch) | |
tree | dd3a8d2d30e90f0dd8924ff15cedc2e8ee2c5ec6 | |
parent | 660bacb9262dac7457bd8c421cc70343a0db3cd5 (diff) | |
download | meli-0d61aec1a1e475416cf134d6766dbd0e470cffa5.zip |
debian/: add missing build dependenciesfix/deb_build_deps
quilt has unconditionally been used in debian/rules since the initial
addition of debian packaging support in commit bb80de.
sqlite3 has been a default feature since at least commit 6ceed3,
possibly longer through rusqlite.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index deba56ec..973406df 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: meli Section: mail Priority: optional Maintainer: Manos Pitsidianakis <epilys@nessuent.xyz> -Build-Depends: debhelper (>=11~), mandoc (>=1.14.4-1) +Build-Depends: debhelper (>=11~), mandoc (>=1.14.4-1), quilt, libsqlite3-dev Standards-Version: 4.1.4 Homepage: https://meli.delivery |