This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 10ce6772ebb4a67a8e495e0af459198e63d91ecf Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:11:09 2018 +0200 debian/control.in: add libbz2 build dependency. --- debian/changelog | 1 + debian/control.in | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2b8c180..69376f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add libstartup-notification build dependency. - Add libjpeg build dependency. - Add libz build dependency. + - Add libbz2 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 0edae84..c8fe3be 100644 --- a/debian/control.in +++ b/debian/control.in @@ -34,6 +34,9 @@ Build-Depends: autotools-dev, %if USE_SYSTEM_ZLIB zlib1g-dev, %endif +%if USE_SYSTEM_BZ2 + libbz2-dev, +%endif dpkg-dev (>= 1.16.1.1~), # standard build-deps python (>= 2.7), -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git