This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gomatebindings. commit a18f08368f8180aec373aeee289cc8324965ae03 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Aug 8 04:16:18 2016 +0200 debian/rules: fix spelling of GTK package names: "libgtk2.0-bin" and libgtk-3-bin instead of "libgtk-2.0-bin" and "libgtk-3.0-bin". Fixes: #1067. --- debian/changelog | 2 ++ debian/rules | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index d202357..2b82e2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -59,6 +59,8 @@ x2gomatebindings (0.0.1.4-0~x2go1) UNRELEASED; urgency=low platforms) and consolidate default values. - Don't automatically configure after running autogen.sh. - Override "testing" string with a hardcoded version value as well. + - Fix spelling of GTK package names: "libgtk2.0-bin" and libgtk-3-bin + instead of "libgtk-2.0-bin" and "libgtk-3.0-bin". Fixes: #1067. -- X2Go Release Manager <git-admin@x2go.org> Tue, 10 Feb 2015 23:48:43 +0100 diff --git a/debian/rules b/debian/rules index 918db80..a089bc0 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ RELEASE_VER = 0 RELEASE_VER_MAJOR = 0 RELEASE_VER_MINOR = 0 -SUBSTVARS = -Vdist:Depends="libgtk-2.0-bin" +SUBSTVARS = -Vdist:Depends="libgtk2.0-bin" USE_GTK = 2.0 ifeq ($(shell dpkg-vendor --is Debian && echo yes),yes) @@ -16,7 +16,7 @@ ifeq ($(RELEASE_VER),unstable) RELEASE_VER = 9999 endif ifeq ($(shell /bin/bash -c '(( $(RELEASE_VER) >= 9 )) && echo yes'),yes) - SUBSTVARS = -Vdist:Depends="libgtk-3.0-bin" + SUBSTVARS = -Vdist:Depends="libgtk-3-bin" USE_GTK = 3.0 endif else ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes),yes) @@ -24,11 +24,11 @@ else ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes),yes) RELEASE_VER_MINOR = $(shell /usr/bin/lsb_release -r | /bin/sed -e 's/[ ]*//g' | /usr/bin/cut -d ':' -f '2' | /usr/bin/cut -d '.' -f '2') ifeq ($(shell /bin/bash -c '(( $(RELEASE_VER_MAJOR) == 16 )) && echo yes'),yes) ifeq ($(shell /bin/bash -c '(( $(RELEASE_VER_MINOR) >= 10 )) && echo yes'),yes) - SUBSTVARS = -Vdist:Depends="libgtk-3.0-bin" + SUBSTVARS = -Vdist:Depends="libgtk-3-bin" USE_GTK = 3.0 endif else ifeq ($(shell /bin/bash -c '(( $(RELEASE_VER_MAJOR) > 16 )) && echo yes'),yes) - SUBSTVARS = -Vdist:Depends="libgtk-3.0-bin" + SUBSTVARS = -Vdist:Depends="libgtk-3-bin" USE_GTK = 3.0 endif endif -- Alioth's /srv/git/code.x2go.org/x2gomatebindings.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git