claim 694061 [email protected] tags 694061 patch pending thanks Hi,
I've made a patch for this issue, please check it. diff -Nru lxde-metapackages-4/debian/changelog lxde-metapackages-4+nmu1/debian/changelog --- lxde-metapackages-4/debian/changelog 2012-08-11 05:40:36.000000000 +0900 +++ lxde-metapackages-4+nmu1/debian/changelog 2012-11-24 14:15:23.000000000 +0900 @@ -1,3 +1,12 @@ +lxde-metapackages (4+nmu1) unstable; urgency=low + + * Non-maintainer upload. + * guarantee proper migration from old enviroment to wheezy + Thanks to Andreas Beckmann <[email protected]> for pointing this + out and patch (Closes: #694061) + + -- henrich <[email protected]> Sat, 24 Nov 2012 14:11:20 +0900 + lxde-metapackages (4) unstable; urgency=low * Switching from gdm3 to lightdm. diff -Nru lxde-metapackages-4/debian/preinst lxde-metapackages-4+nmu1/debian/preinst --- lxde-metapackages-4/debian/preinst 1970-01-01 09:00:00.000000000 +0900 +++ lxde-metapackages-4+nmu1/debian/preinst 2012-11-24 14:11:16.000000000 +0900 @@ -0,0 +1,8 @@ +#!/bin/sh + +set -e + + test ! -L /usr/share/doc/lxde || rm /usr/share/doc/lxde + +#DEBHELPER# + -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

