This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gomatebindings. from 5dc1fa2 Continue development new aa26631 Fix dependency error when installing from an RPM The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 6 +++++- x2gomatebindings.spec | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) -- Alioth's /srv/git/code.x2go.org/x2gomatebindings.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gomatebindings. commit aa26631643c7b121fad0b1c48cfcc713e940aa3e Author: Mike DePaulo <mikedep333@gmail.com> Date: Tue Mar 17 07:48:56 2015 -0400 Fix dependency error when installing from an RPM --- debian/changelog | 6 +++++- x2gomatebindings.spec | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index dc6d01f..6e237a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,10 @@ x2gomatebindings (0.0.1.4-0~x2go1) UNRELEASED; urgency=low - * Continue development + [ Mike DePaulo ] + * New upstream version (0.0.1.4): + - Fix error when installing from an RPM built from the X2Go + project's .spec file: + "Error: Package: x2gomatebinding ... Requires: or" -- X2Go Release Manager <git-admin@x2go.org> Tue, 10 Feb 2015 23:48:43 +0100 diff --git a/x2gomatebindings.spec b/x2gomatebindings.spec index 75bd73f..6eaf480 100644 --- a/x2gomatebindings.spec +++ b/x2gomatebindings.spec @@ -28,8 +28,11 @@ Requires: mate-menus Requires: desktop-file-utils Requires: mate-session-manager Requires: caja >= 1.6.0 -Requires: gtk2 or gtk3 Requires: gnome-icon-theme +# We also depend on gtk2 or gtk3. However, there does not appear to be +# a way to specify a dependency on gtk2 or gtk3, so let's assume that +# if packages like mate-menus are installed, then gtk2 or gtk3 are +# installed. %description X2Go is a server based computing environment with -- Alioth's /srv/git/code.x2go.org/x2gomatebindings.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git