tags 681567 + pending thanks Dear maintainer,
I've prepared an NMU for opennebula (versioned as 3.4.1-3.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Aretha Franklin: There Is A Fountain
diff -Nru opennebula-3.4.1/debian/changelog opennebula-3.4.1/debian/changelog --- opennebula-3.4.1/debian/changelog 2012-06-03 19:18:27.000000000 +0200 +++ opennebula-3.4.1/debian/changelog 2012-07-28 23:38:06.000000000 +0200 @@ -1,3 +1,13 @@ +opennebula (3.4.1-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "fails to install, purge, and install again": + opennebula-common.postinst: make sure that the homedir of the oneadmin + user exists. + (Closes: #681567) + + -- gregor herrmann <[email protected]> Sat, 28 Jul 2012 23:38:02 +0200 + opennebula (3.4.1-3) unstable; urgency=low * Add support for noVNC to SelfService and Sunstone UI: diff -Nru opennebula-3.4.1/debian/opennebula-common.postinst opennebula-3.4.1/debian/opennebula-common.postinst --- opennebula-3.4.1/debian/opennebula-common.postinst 2012-06-03 19:18:27.000000000 +0200 +++ opennebula-3.4.1/debian/opennebula-common.postinst 2012-07-28 18:15:52.000000000 +0200 @@ -19,6 +19,8 @@ ONEHOME=`getent passwd $ONE_USER | cut -f6 -d:` # Renable user (give him a shell) usermod --shell /bin/bash $ONE_USER + # Make sure ONEHOME exists, might have been removed on previous purge + mkdir -p $ONEHOME fi }
signature.asc
Description: Digital signature

