From 1bbf2459026d9c347c31ff600d3b58bee366a0e3 Mon Sep 17 00:00:00 2001 From: Leonardo Robol Date: Sat, 11 Jun 2016 08:00:24 +0200 Subject: [PATCH] Add dependency on libenchant. * debian/control Add build dependency on libenchant-dev and runtime dependency on libenchant1c2a, to reflect latest changes introduced for the spell-checker. --- debian/control | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index a678ea18..e482526d 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,8 @@ Build-Depends: debhelper (>= 8), libgirepository1.0-dev (>= 1.32.0), desktop-file-utils, gnome-doc-utils, - libgcr-3-dev (>= 3.10.1) + libgcr-3-dev (>= 3.10.1), + libenchant-dev (>= 1.6.0) Standards-Version: 3.8.3 Homepage: https://wiki.gnome.org/Apps/Geary @@ -41,7 +42,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libmessaging-menu0 (>= 12.10.2), libunity9 (>= 5.12.0), libgcr-base-3-1 (>= 3.10.1), - libgcr-ui-3-1 (>= 3.10.1) + libgcr-ui-3-1 (>= 3.10.1), + libenchant1c2a (>= 1.6.0) Description: Email client Geary is an mail application for GNOME designed to let you manage your email quickly and effortlessly.