This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository cups-x2go. from 6de1bf1 debian/cups-x2go.postrm: Remove special file permissions with dpkg-statoverride on postrm. new 7560588 fix for last commit 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/cups-x2go.postrm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/cups-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository cups-x2go. commit 75605883e576c216901b004d6b22dfbd86f919da Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jan 27 12:48:02 2014 +0100 fix for last commit --- debian/cups-x2go.postrm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/cups-x2go.postrm b/debian/cups-x2go.postrm index 1ad5744..d38aa97 100755 --- a/debian/cups-x2go.postrm +++ b/debian/cups-x2go.postrm @@ -21,7 +21,7 @@ case "$1" in if dpkg-statoverride --list /usr/lib/cups/backend/cups-x2go >/dev/null; then dkg-statoverride --remove /usr/lib/cups/backend/cups-x2go fi - + ;; upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) ;; *) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/cups-x2go.git