This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository cups-x2go. from 7560588 fix for last commit new 33a4a51 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 33a4a51a7708ffc86a973091e0badc7a8e9ef0a4 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Feb 2 23:05:32 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 d38aa97..d3845ea 100755 --- a/debian/cups-x2go.postrm +++ b/debian/cups-x2go.postrm @@ -19,7 +19,7 @@ set -e case "$1" in purge|remove) if dpkg-statoverride --list /usr/lib/cups/backend/cups-x2go >/dev/null; then - dkg-statoverride --remove /usr/lib/cups/backend/cups-x2go + dpkg-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