The branch, master has been updated via 0e9b424b84bc7106f31b3abdcd72590141265cd8 (commit) from df8c3b7994ad8a6c26bcfaf97b5a53e636df7730 (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 0e9b424b84bc7106f31b3abdcd72590141265cd8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jan 23 23:59:24 2012 +0100 Fix upgrade from squeeze-backport version. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + debian/libjpeg-turbo62.preinst | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 165be9d..f64145e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libjpeg-turbo (1.1.90+svn704-0+x2go1) UNRELEASED; urgency=low (not libjpeg-turbo62-progs). * Allow package upgrade when upgrading from X2Go's Debian squeeze backport of libjpeg-turbo. + * Fix upgrade from squeeze-backport version. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 23 Jan 2012 22:21:35 +0100 diff --git a/debian/libjpeg-turbo62.preinst b/debian/libjpeg-turbo62.preinst index b1dcf1d..e2d89ac 100644 --- a/debian/libjpeg-turbo62.preinst +++ b/debian/libjpeg-turbo62.preinst @@ -21,7 +21,7 @@ case "$1" in upgrade|abort-upgrade) - if dpkg --compare-versions "$2" ge "1.1.90+svn704-1+squeeze1"; then + if dpkg --compare-versions "$2" ge "1.1.90+svn704-0+squeeze1"; then dpkg-divert --package libjpeg-turbo62 --rename \ --remove /usr/lib/libjpeg.so.62.0.0 hooks/post-receive -- libjpeg-turbo.git (libjpeg-turbo packaging (X2Go repositories only)) 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 "libjpeg-turbo.git" (libjpeg-turbo packaging (X2Go repositories only)).