The branch, master has been updated via 36879bfecb4ddcd4d0069fddca78897bb1802695 (commit) from 0e9b424b84bc7106f31b3abdcd72590141265cd8 (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 36879bfecb4ddcd4d0069fddca78897bb1802695 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Jan 24 00:21:17 2012 +0100 Fix multi arch variable in preinst script on upgrades. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + debian/libjpeg-turbo62.preinst | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index f64145e..65d827a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ libjpeg-turbo (1.1.90+svn704-0+x2go1) UNRELEASED; urgency=low * Allow package upgrade when upgrading from X2Go's Debian squeeze backport of libjpeg-turbo. * Fix upgrade from squeeze-backport version. + * Fix multi arch variable in preinst script on upgrades. -- 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 e2d89ac..4a651eb 100644 --- a/debian/libjpeg-turbo62.preinst +++ b/debian/libjpeg-turbo62.preinst @@ -20,6 +20,7 @@ case "$1" in ;; upgrade|abort-upgrade) + HOST_MULTIARCH=`dpkg-architecture -qDEB_HOST_MULTIARCH` if dpkg --compare-versions "$2" ge "1.1.90+svn704-0+squeeze1"; then 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)).