This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 99fc6fd5405241f62ff1b93f6a03c78243b51696 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:01:49 2018 +0200 debian/control.in: move glib build dependency around. --- debian/changelog | 1 + debian/control.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9f196a0..08062c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Move autotools build dependency around. - Add X11 build dependencies. - Move GTK build dependencies around and add GTK3 support if detected. + - Move glib build dependency around. * 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 1fe53fc..8fe53d2 100644 --- a/debian/control.in +++ b/debian/control.in @@ -28,13 +28,13 @@ Build-Depends: autotools-dev, libgtk-3-dev, %endif libgtk2.0-dev (>= 2.14), + libglib2.0-dev (>= 2.16.0), dpkg-dev (>= 1.16.1.1~), # standard build-deps python (>= 2.7), unzip, zip, pkg-config, - libglib2.0-dev (>= 2.16), libdbus-1-dev (>=0.60), libdbus-glib-1-dev (>= 0.60), yasm (>= 1.1), -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git