debian/: add mandoc build dependency

master
Manos Pitsidianakis 2020-02-09 02:46:27 +02:00
parent 0aa2659072
commit 63cdf1a38f
Signed by: Manos Pitsidianakis
GPG Key ID: 73627C2F690DF710
3 changed files with 5 additions and 3 deletions

View File

@ -28,7 +28,7 @@ CARGO_BIN ?= cargo
# Installation parameters
MANPAGES ?= meli.1 meli.conf.5 meli-themes.5
FEATURES ?= --features="$(MELI_FEATURES)"
FEATURES ?= --features "${MELI_FEATURES}"
MANPATHS := `manpath 2> /dev/null`
VERSION ?= `sed -n "s/^version\s*=\s*\"\(.*\)\"/\1/p" Cargo.toml`

5
debian/control vendored
View File

@ -2,13 +2,14 @@ Source: meli
Section: mail
Priority: optional
Maintainer: Manos Pitsidianakis <epilys@nessuent.xyz>
Build-Depends: debhelper (>=11~)
Build-Depends: debhelper (>=11~), mandoc (>=1.14.4-1)
Standards-Version: 4.1.4
Homepage: https://meli.delivery
Package: meli
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
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

1
debian/rules vendored
View File

@ -4,6 +4,7 @@
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export MELI_FEATURES = cli-docs sqlite3
%:
dh $@ --with quilt