This bug was fixed in the package opennebula - 2.0.1-5 --------------- opennebula (2.0.1-5) unstable; urgency=low * d/patches/ldflags_build.diff: Proposed patch from Jaime Melis to allow LDFLAGS setting in OpenNebula build process. Will be included in next upstream release. * d/rules: Use dpkg-buildflags to get LDFLAGS. Set DEB_LDFLAGS_APPEND=-Wl,--no-as-needed to fix build with no-add-needed linker changes. * d/patches/fortify-source.diff: Fix FTBFS when build with -D_FORTIFY_SOURCE=2 flag. * d/rules: Remove d/opennebula-node.postinst in clean target. * d/opennebula-node.postinst.in: opennebula-node on node without libvirt but with xen-utils was failing as group `libvirt' does not exist. Thanks to Łukasz Oleś for report and patch. opennebula (2.0.1-4) unstable; urgency=low * d/opennebula{-node,}.{postint,postrm}: Fix puiparts failure in postrm. We cannot rely on adduser being present at package purge time. General cleanup of maintainer scripts. * d/opennebula-common.postrm: Don't delete user opennebula (keep uid/gid permanently) but disable it. opennebula (2.0.1-3) unstable; urgency=low * d/control: move Depends on openssh-client from opennebula to opennebula-common (for ssh-keygen). Closes: #605110. * Using dpkg-statoverride instead of chown for postinst. opennebula (2.0.1-2) unstable; urgency=low * d/rules: Fix FTBFS (Closes: #605042) by using dh_listpackages to detect if arch all packages (ie. opennebula-node) debhelper commands will act on. opennebula (2.0.1-1) unstable; urgency=low * New upstream release. * d/rules: Use share/etc/init.d/one.debian as init.d script. * Refresh all patches. * d/{control, rules}: Allow users of cloud group to launch xm & xmtop from xen-utils-common (Closes: #604567): - Depends on libvirt-bin | xen-utils-4.0 - Bump dependencies on sudo to (>= 1.7.2p1) for /etc/sudoers.d feature. - Install /etc/sudoers.d/opennebula-node (in opennebula-node package). * d/opennebula.install: Install /var/lib/one/remotes * d/control: Set Maintainer as Debian OpenNebula Maintainers and myself as Uploaders. opennebula (2.0-1) experimental; urgency=low * First upload to Debian (Closes: #500716): - Drop d/patches/fix_cppflags.diff: Merged upstream. - Drop d/*.examples: Already handled by upstream install.sh * New upstream release (2.0). * d/control: Add Recommends: lvm2, sudo, wget, genisoimage. - d/patches/genisoimage.diff: Use genisoimage instead of mkisofs. * d/rules, d/opennebula-node.postinst.in: Handle group assignment for oneadmin user, libvirt (Debian) and libvirtd (Ubuntu). * d/opennebula.{postinst,dirs}: creation of /var/lib/one/images with proper permissions. * d/control: Suggests libamazonec2-ruby for Amazon EC2 access. opennebula (2.0~rc1-1) UNRELEASED; urgency=low * New upstream release (2.0 RC1). * Add d/opennebula.README and d/opennebula-node.README as simple startup how-to. * d/rules: Fix perms for non-executables files. * d/opennebula.init: Handle creation of /var/lock. * d/patches/default_conf.diff: Switch to tm_ssh as default Transport Manager. * d/control: Add Jaime Melis