This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 9aeb45e245326e1c07b73f7b46e2ebdfc0dc745f Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 00:50:49 2018 +0200 debian/control.in: spell out that pkg-config is not included in Debian's Firefox package, but should have been included. --- debian/changelog | 2 ++ debian/control.in | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 84a0f38..fc94c76 100644 --- a/debian/changelog +++ b/debian/changelog @@ -50,6 +50,8 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Move (un)zip build dependencies around. - Remove duplicated libxt build dependency. - Add locales build dependency. + - Spell out that pkg-config is not included in Debian's Firefox package, + but should have been included. * 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 e92ea9a..29943f7 100644 --- a/debian/control.in +++ b/debian/control.in @@ -80,8 +80,8 @@ Build-Depends: autotools-dev, zip, unzip, locales, -# standard build-deps - pkg-config, +# Not Palemoon-specific, but missing in Debian's Firefox package. + pkg-config, # Palemoon-specific dependencies. lsb-release, Standards-Version: 3.9.6 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git