The branch, master has been updated via edbdde4b2e7b688fc0b660c199e84d8352591b9d (commit) from 3b9c5f9c0e871991b56cfcef32267c5a0f8cda2d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit edbdde4b2e7b688fc0b660c199e84d8352591b9d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Dec 17 11:40:16 2013 +0100 Install scripts with 0755 permissions. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + x2gognomebindings.spec | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 40e83bf..8944397 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ x2gognomebindings (2.0.2.1-0~x2go1) UNRELEASED; urgency=low + Convert x2gomatebindings.spec to make it work with the X2Go GNOMEv2 Bindings package. + Use autogen.sh to build package. + + Install scripts with 0755 permissions. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sun, 28 Jul 2013 12:42:33 +0200 diff --git a/x2gognomebindings.spec b/x2gognomebindings.spec index bd53113..def9e28 100644 --- a/x2gognomebindings.spec +++ b/x2gognomebindings.spec @@ -60,9 +60,9 @@ make %{?_smp_mflags}; %install mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_sbindir} make install DESTDIR="%buildroot" INSTALL_ROOT="%buildroot" STRIP="true"; -install -p -m 644 bin/x2gosuspend-session-gnome %{buildroot}%{_bindir}/ -install -p -m 644 bin/x2goumount-session-gnome %{buildroot}%{_bindir}/ -install -p -m 644 sbin/update-gnome-menu-x2go %{buildroot}%{_sbindir}/ +install -p -m 755 bin/x2gosuspend-session-gnome %{buildroot}%{_bindir}/ +install -p -m 755 bin/x2goumount-session-gnome %{buildroot}%{_bindir}/ +install -p -m 755 sbin/update-gnome-menu-x2go %{buildroot}%{_sbindir}/ mkdir -p %{buildroot}%{_datadir}/x2go/versions/ install -p -m 644 VERSION.x2gognomebindings %{buildroot}%{_datadir}/x2go/versions/ mkdir -p %{buildroot}%{_datadir}/{applications,icons/gnome/scalable/mimetypes,mime/packages} hooks/post-receive -- x2gognomebindings.git (GNOMEv2 bindings for X2Go) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gognomebindings.git" (GNOMEv2 bindings for X2Go).