The branch, master has been updated via bd27872d25a1dcc93dbac3a656b8878295ac9760 (commit) from fce5e1abc095e03193e58bc5ff7c4c6dcfb6aa8b (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 bd27872d25a1dcc93dbac3a656b8878295ac9760 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Dec 17 11:40:55 2013 +0100 Install scripts with 0755 permissions. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + x2gomatebindings.spec | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index ed699b8..a2ab195 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ x2gomatebindings (0.0.1.2-0~x2go1) UNRELEASED; urgency=low + Add %post, %preun, %postun scripts (icon can updates, invoke update-mate-menu-x2go). + Use autogen.sh to build package. + + Install scripts with 0755 permissions. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sun, 28 Jul 2013 18:35:22 +0200 diff --git a/x2gomatebindings.spec b/x2gomatebindings.spec index 4e72517..dd934db 100644 --- a/x2gomatebindings.spec +++ b/x2gomatebindings.spec @@ -54,9 +54,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-mate %{buildroot}%{_bindir}/ -install -p -m 644 bin/x2goumount-session-mate %{buildroot}%{_bindir}/ -install -p -m 644 sbin/update-mate-menu-x2go %{buildroot}%{_sbindir}/ +install -p -m 755 bin/x2gosuspend-session-mate %{buildroot}%{_bindir}/ +install -p -m 755 bin/x2goumount-session-mate %{buildroot}%{_bindir}/ +install -p -m 755 sbin/update-mate-menu-x2go %{buildroot}%{_sbindir}/ mkdir -p %{buildroot}%{_datadir}/x2go/versions/ install -p -m 644 VERSION.x2gomatebindings %{buildroot}%{_datadir}/x2go/versions/ mkdir -p %{buildroot}%{_datadir}/{applications,icons/mate/scalable/mimetypes,mime/packages} hooks/post-receive -- x2gomatebindings.git (MATE 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 "x2gomatebindings.git" (MATE bindings for X2Go).