This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2go-keyring. from 9e367f1 debian/install: clear out. new b5a1c0c debian/postrm: don't try to remove a symlink that never existed. new 3bbcd7b debian/changelog: pre-date to actual predicted release date. The 2 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 | 4 +++- debian/postrm | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit 3bbcd7bdacf80835d2423b1a52bcead84484ad41 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Aug 18 16:27:17 2019 +0200 debian/changelog: pre-date to actual predicted release date. --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 59855f8..f0ffd24 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -x2go-keyring (2019.08.04) UNRELEASED; urgency=medium +x2go-keyring (2019.08.20) UNRELEASED; urgency=medium [ Mike Gabriel ] * Rename LICENSE file to COPYING. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit b5a1c0cb5853964931fdc449589383f5791fc2df Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Aug 18 16:21:02 2019 +0200 debian/postrm: don't try to remove a symlink that never existed. --- debian/changelog | 2 ++ debian/postrm | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1b83e20..59855f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -140,6 +140,8 @@ x2go-keyring (2019.08.04) UNRELEASED; urgency=medium * debian/install: - Clear out. We don't need this any longer since the Makefile stages all files to the correct location. + * debian/postrm: + - Don't try to remove a symlink that never existed. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 09 Jul 2014 20:10:47 +0200 diff --git a/debian/postrm b/debian/postrm index 894bde1..d25633b 100644 --- a/debian/postrm +++ b/debian/postrm @@ -4,8 +4,7 @@ set -e if [ "$1" = "purge" ] then - # Remove the symlink - rm -f /etc/apt/trusted.gpg.d/x2go-archive-keyring.gpg + : fi #DEBHELPER# -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git