From 77f58229467fe1726af97ecaaa6724467d88b9ce Mon Sep 17 00:00:00 2001 From: Jille Timmermans Date: Sun, 12 Oct 2014 13:36:45 +0200 Subject: [PATCH] debian/control: Add build-dependency on libevent-dev --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 875ef16..ecc7fc5 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,8 @@ Build-Depends: debhelper (>= 8.0.0), libssl-dev, lua5.1, liblua5.1-dev, - lua-lgi + lua-lgi, + libevent-dev Standards-Version: 3.9.5 Homepage: https://github.com/vysheng/tg Vcs-Git: git://github.com/vysheng/tg.git