opennebula (2.0.1-5build1) natty; urgency=low * No changes upload for libxmlrpc-c3-0 transition -- Fabrice Coutadeur Thu, 20 Jan 2011 13:45:50 +0100 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. -- Damien Raude-Morvan Thu, 30 Dec 2010 02:33:32 +0100 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. -- Damien Raude-Morvan Tue, 07 Dec 2010 00:25:50 +0100 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. -- Damien Raude-Morvan Sun, 05 Dec 2010 18:05:37 +0100 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. -- Damien Raude-Morvan Fri, 26 Nov 2010 20:15:09 +0100 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. -- Damien Raude-Morvan Fri, 26 Nov 2010 01:52:15 +0100 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. -- Damien Raude-Morvan Tue, 02 Nov 2010 19:01:04 +0100 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 as Uploader. * Disable SSH keys distribution functionality (too much unstable for now): - d/patches/series: disable patch. - d/rules: Don't chmod shell script. - d/opennebula.cron.hourly is disabled. -- Damien Raude-Morvan Mon, 18 Oct 2010 20:15:11 +0200 opennebula (2.0~beta1-1) UNRELEASED; urgency=low * New upstream release (2.0 beta1): - shlib_links.diff: disabled. - refreshed other patches. - add B-D on libxml2-dev and libxslt1-dev * Drop libopennebula1 and libopennebula-dev packages (not provided by upstream for this release as OCA binding are preferred) * Add Java OCA bindings in libopennebula-java package - B-D on libws-commons-util-java, libxmlrpc3-common-java, libxmlrpc3-client-java, javahelper, default-jdk * Add Java OCA bindings javadoc to libopennebula-java-doc package * Enable mysql support: - B-D on libmysql++-dev - Recommends libmysql-ruby - Suggests mysql-server * Add "libvirt" and "cloud" group to oneadmin user in postinst. * Depends on libsequel-ruby for oneauth (DB access). * Rebuild parser/lexer during build: - B-D on flex and bison - add "parser=yes" option to scons * Harden cron.hourly: don't do anything if onehost binary is uninstalled. * Set myself as Maintainer and Soren Hansen as Uploaders * Install bash completion feature for one* CLI. -- Damien Raude-Morvan Fri, 20 Aug 2010 00:50:13 +0200 opennebula (1.4.0-1) UNRELEASED; urgency=low * New upstream release (LP: #510904): - freecpu_kvm.diff: merged. - libvirt_smp.diff: fixed by upstream. - kvm_by_default.diff: merged. - fix-gcc44-ftbfs.patch: merged. - tools_table_output.diff: fixed by upstream. - acpi-inverted.diff: fixed by upstream. - refreshed other patches. - Fixed issues with KVM migration (LP: #323359, #322779) * d/control: Add myself tu Uploaders. * Switch to 3.0 (quilt) source format. * d/control: Improve packages descriptions. * d/control: Hardening dependencies between opennebula packages. * d/control: Add Depends on rubygems and libpassword-ruby for OCCI API. * d/copyright: Use DEP-5 format and complete review. * Bump Standards-Version to 3.9.1: - d/watch: Add a watch file to monitor upstream releases. - d/control: Move libopennebula-dev to libdevel section. - Add manpages (from help2man). - d/control: Add Vcs-* fields to GIT. - d/rules: Don't install /var/run and /var/lock directory (created by init script). * Switch to dh 7 style for debian/rules. -- Damien Raude-Morvan Sun, 01 Aug 2010 17:00:28 +0200 opennebula (1.2-0ubuntu6) karmic; urgency=low * debian/patches/fix-gcc44-ftbfs.patch: Fixes FTBFS. -- Chuck Short Mon, 26 Oct 2009 22:19:48 -0400 opennebula (1.2-0ubuntu5) jaunty; urgency=low * No-change rebuild to fix lpia shared library dependencies. -- Colin Watson Thu, 19 Mar 2009 14:45:27 +0000 opennebula (1.2-0ubuntu4) jaunty; urgency=low * Fix "ACPI setting is backwards" (LP: #342183) -- Soren Hansen Fri, 13 Mar 2009 11:00:44 +0100 opennebula (1.2-0ubuntu3) jaunty; urgency=low * Add ruby dependency for opennebula-node. (LP: #329258) * Always show ssh setup help (LP: #329507) -- Soren Hansen Fri, 20 Feb 2009 13:51:51 +0100 opennebula (1.2-0ubuntu2) jaunty; urgency=low * Also distribute known_hosts through the key distribution mechanism. (LP: #331838) -- Soren Hansen Fri, 20 Feb 2009 10:50:18 +0100 opennebula (1.2-0ubuntu1) jaunty; urgency=low * Update to new upstream release. * Add missing debhelper snippet in opennebula's postinst. -- Soren Hansen Wed, 11 Feb 2009 13:46:03 +0100 opennebula (1.1.85+svn329-0ubuntu5) jaunty; urgency=low * Fix broken call to chown in opennebula's postinst. -- Soren Hansen Fri, 06 Feb 2009 10:16:27 +0100 opennebula (1.1.85+svn329-0ubuntu4) jaunty; urgency=low * It turns out that the nodes also benefit from having an SSH key, so move the key generation code to opennebula-common. * ssh_pubkey_info.diff: - Add ssh_pubkey.sh which extracts the remote oneadmin user's ssh public key, so that it's available in the host info. - Add ssh_pubkey.sh to list of probes to run for kvm hosts. * Add an hourly cronjob to the opennebula package that extracts the public keys for each host, and generates a distribution script for them, which is then run on each host using the monitoring mechanism. This way, the oneadmin users on every host can ssh to all others. * tools_table_output.diff: - Change the onevm, onehost, and onevnet table output slightly to make it more easily parsable. -- Soren Hansen Fri, 30 Jan 2009 17:04:23 +0100 opennebula (1.1.85+svn329-0ubuntu3) jaunty; urgency=low * Fix up some missing debhelper bits in maintainer scripts. -- Soren Hansen Thu, 29 Jan 2009 00:22:13 +0100 opennebula (1.1.85+svn329-0ubuntu2) jaunty; urgency=low * freecpu_kvm.diff: - Return the correct amount of free and used cpu for kvm hosts. (ie. adjust for number of CPU's). * libvirt_smp.diff: - Add an optional VCPU parameter to the VM definitions, letting the user specify the number of virtual CPU's to give to the VM. If not given, round up the CPU setting to the nearest integer, and use that instead. * shlib_links.diff: - Make liboneapi.so.1.2 the real file and the .so.1 and .so the symlinks. * Fix speling mistaek in node_creation_help.diff. (LP: #322211) -- Soren Hansen Wed, 28 Jan 2009 23:49:40 +0100 opennebula (1.1.85+svn329-0ubuntu1) jaunty; urgency=low * Initial upload. * Patches included: - kvm_by_default.diff: + Changes the shipped configuration file to default to kvm. - node_creation_help.diff: + Output some extra information from "onehost create" that should help the process of adding new nodes. * Added man pages (generated by help2man). * Made scons clean targets (and hence debian/rules clean) not fail in the absence of libxmlrpc. -- Soren Hansen Mon, 19 Jan 2009 13:29:05 +0100