This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2godesktopsharing. from ef0a018 Drop forgotten-to-remove man8 man pages (moved over to x2goserver src:pkg). new 2b5642c Package needs to own /usr/share/x2go/versions. 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 | 1 + x2godesktopsharing.spec | 1 + 2 files changed, 2 insertions(+) -- 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 2b5642c5c7ba2ca6816688ce5b79c816d803603b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Nov 14 15:02:04 2018 +0100 Package needs to own /usr/share/x2go/versions. --- debian/changelog | 1 + x2godesktopsharing.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index ff33c68..7eeefda 100644 --- a/debian/changelog +++ b/debian/changelog @@ -70,6 +70,7 @@ x2godesktopsharing (3.2.0.0-0x2go1) UNRELEASED; urgency=medium * debian/x2godesktopsharing.install: Add EOL at EOF. * x2godesktopsharing.spec: + Don't try to copy scripts from bin/* into buildroot. They are gone now. + + Package needs to own /usr/share/x2go/versions. -- X2Go Release Manager <git-admin@x2go.org> Wed, 15 Nov 2017 22:00:53 +0100 diff --git a/x2godesktopsharing.spec b/x2godesktopsharing.spec index 96af92d..6e472ba 100644 --- a/x2godesktopsharing.spec +++ b/x2godesktopsharing.spec @@ -159,6 +159,7 @@ fi %dir %{_datadir}/icons/hicolor/64x64 %dir %{_datadir}/icons/hicolor/64x64/apps %dir %{_datadir}/x2go +%dir %{_datadir}/x2go/versions %{_datadir}/x2go/versions/VERSION.x2godesktopsharing %{_datadir}/icons/hicolor/128x128/apps/%{name}.png %{_datadir}/icons/hicolor/16x16/apps/%{name}.png -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git