This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 25b18eb4b51ab4bca17acd6e56a3e4e5e8c6e58f Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:41:58 2018 +0200 debian/control.in: add (optional) libevent build dependency. --- debian/changelog | 1 + debian/control.in | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index f7e3b4e..f42b643 100644 --- a/debian/changelog +++ b/debian/changelog @@ -41,6 +41,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add (commented out) libiw dependency for Linux only. - Add libnotify build dependency. - Add (optional) libffi build dependency. + - Add (optional) libevent build dependency. * debian/rules: - Tabbify. - Add dh_testdir protection. Debian's firefox(-esr) package uses it. diff --git a/debian/control.in b/debian/control.in index b472e51..b3d0876 100644 --- a/debian/control.in +++ b/debian/control.in @@ -65,6 +65,9 @@ Build-Depends: autotools-dev, %if USE_SYSTEM_FFI libffi-dev, %endif +%if USE_SYSTEM_LIBEVENT + libevent-dev (>= 1.4.1), +%endif # standard build-deps unzip, zip, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git