This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 3fc38a5dc6969fd53241741adbe89010a81af34a Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:32:44 2018 +0200 debian/control.in: rework dbus build dependencies: remove libdbus dependency, rely on the libdbus-glib one and make it unversioned. --- debian/changelog | 2 ++ debian/control.in | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5b41ab1..3f68dfc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,6 +35,8 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add (optional) sqlite build dependency. - Add (optional) libvpx build dependency. - Add (optional) hunspell build dependency. + - Rework dbus build dependencies: remove libdbus dependency, rely on the + libdbus-glib one and make it unversioned. * 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 6cddd4f..730daeb 100644 --- a/debian/control.in +++ b/debian/control.in @@ -57,12 +57,11 @@ Build-Depends: autotools-dev, %if USE_SYSTEM_HUNSPELL libhunspell-dev (>= 1.2), %endif + libdbus-glib-1-dev, # standard build-deps unzip, zip, pkg-config, - libdbus-1-dev (>=0.60), - libdbus-glib-1-dev (>= 0.60), yasm (>= 1.1), libasound2-dev, libpulse-dev, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git