The branch, master has been updated via 4404c69ef1d3be6908f128f8f291fc3309e83e37 (commit) from 43fef4c666441f126759223f0fe612539a580ca8 (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 4404c69ef1d3be6908f128f8f291fc3309e83e37 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Nov 1 13:45:55 2011 +0100 Make sure that package scripts (postinst, postrm, etc.) exit with exit code 0 at the end of the script. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ debian/x2goserver-printing.postrm | 2 ++ debian/x2goserver.postrm | 2 ++ 3 files changed, 6 insertions(+), 0 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index a492046..6ec3897 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ x2goserver (3.0.99.8-0~x2go1) UNRELEASED; urgency=low package). - Ignore failures of x2gofeature calls, fixes x2goserver being installed without x2goserver-extensions. + * Make sure that package scripts (postinst, postrm, etc.) exit with + exit code 0 at the end of the script. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 26 Oct 2011 17:37:10 +0200 diff --git a/debian/x2goserver-printing.postrm b/debian/x2goserver-printing.postrm index 63cf12d..16b0f1e 100755 --- a/debian/x2goserver-printing.postrm +++ b/debian/x2goserver-printing.postrm @@ -33,3 +33,5 @@ esac # generated by other debhelper scripts. #DEBHELPER# + +exit 0 \ No newline at end of file diff --git a/debian/x2goserver.postrm b/debian/x2goserver.postrm index eada048..ec6b579 100755 --- a/debian/x2goserver.postrm +++ b/debian/x2goserver.postrm @@ -40,3 +40,5 @@ esac # generated by other debhelper scripts. #DEBHELPER# + +exit 0 \ No newline at end of file hooks/post-receive -- x2goserver.git (X2go Server) 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 "x2goserver.git" (X2go Server).