This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2godesktopsharing. from ea19e0f Split out x2goserver-desktopsharing integration code into X2Go Server, only the actually Qt desktop sharing applet in this project. new 2d0fe3c x2godesktopsharing.spec: Don't try to copy scripts from bin/* into buildroot. They are gone now. 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 | 2 ++ x2godesktopsharing.spec | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2godesktopsharing. commit 2d0fe3caa174015c7cfc62bfb60083c0eed874f0 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Nov 14 12:06:04 2018 +0100 x2godesktopsharing.spec: Don't try to copy scripts from bin/* into buildroot. They are gone now. --- debian/changelog | 2 ++ x2godesktopsharing.spec | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fcf49d3..82b3f75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -66,6 +66,8 @@ x2godesktopsharing (3.2.0.0-0x2go1) UNRELEASED; urgency=medium + Turn into DEP-5 copyright file format style. + Update copyright attributions. * debian/x2godesktopsharing.install: Add EOL at EOF. + * x2godesktopsharing.spec: + + Don't try to copy scripts from bin/* into buildroot. They are gone now. -- X2Go Release Manager <git-admin@x2go.org> Wed, 15 Nov 2017 22:00:53 +0100 diff --git a/x2godesktopsharing.spec b/x2godesktopsharing.spec index 4ff224e..96af92d 100644 --- a/x2godesktopsharing.spec +++ b/x2godesktopsharing.spec @@ -117,7 +117,6 @@ install -p -m 644 icons/128x128/%{name}.png %{buildroot}%{_datadir}/icons/hicolo install -p -m 644 icons/16x16/%{name}.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.png install -p -m 644 icons/64x64/%{name}.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png install -p -m 644 icons/32x32/%{name}.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png -install -p -m 755 bin/* %{buildroot}%{_bindir}/ install -p -m 644 VERSION.x2godesktopsharing %{buildroot}%{_datadir}/x2go/versions/VERSION.x2godesktopsharing cp -rp man %{buildroot}%{_datadir}/ %if 0%{?suse_version} && 0%{?suse_version} <= 1130 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git