This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gomatebindings. commit df8c930d9294de22fa0aa14267ee4942f70b8939 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Mar 18 06:40:42 2015 +0100 x2gomatebindings.spec: add missing BuildRequires: and Requires: for file and directory owning. --- debian/changelog | 1 + x2gomatebindings.spec | 13 ++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 669b792..142d205 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ x2gomatebindings (0.0.1.4-0~x2go1) UNRELEASED; urgency=low - Add run and build time dependency: filesystem. - Only own files, do not blindly own complete (and alien!) directories. Fixes: #822. + - Add missing BuildRequires: and Requires: for file and directory owning. -- X2Go Release Manager <git-admin@x2go.org> Tue, 10 Feb 2015 23:48:43 +0100 diff --git a/x2gomatebindings.spec b/x2gomatebindings.spec index 5bb9249..49b80be 100644 --- a/x2gomatebindings.spec +++ b/x2gomatebindings.spec @@ -21,7 +21,14 @@ BuildRequires: mate-file-manager-devel BuildRequires: pkgconfig BuildRequires: intltool BuildRequires: desktop-file-utils -BuildRequires: filesystem + +# For directory owning only. +BuildRequires: filesystem +BuildRequires: x2goserver >= 4.0.1.4 +BuildRequires: x2goserver-extensions +BuildRequires: mate-menus +BuildRequires: mate-icon-theme + Requires: x2goserver >= 4.0.1.4 Requires: x2goserver-extensions Requires: zenity @@ -30,7 +37,11 @@ Requires: desktop-file-utils Requires: mate-session-manager Requires: caja >= 1.6.0 Requires: gnome-icon-theme + +# Especially (but not only) for directory owning. Requires: filesystem +Requires: mate-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 -- Alioth's /srv/git/code.x2go.org/x2gomatebindings.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git