[ubuntu/natty] opennebula 2.0.1-5 (Accepted)

Ubuntu Installer archive at ubuntu.com
Wed Jan 5 23:43:08 UTC 2011


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 <j.melis at fdi.ucm.es> 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.

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.

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.

Date: Wed,  05 Jan 2011 17:38:33 +0000
Changed-By: Damien Raude-Morvan <drazzib at drazzib.com>
Maintainer: Debian OpenNebula Maintainers <pkg-opennebula-devel at lists.alioth.debian.org>
Origin: Debian/unstable
https://launchpad.net/ubuntu/natty/+source/opennebula/2.0.1-5
-------------- next part --------------
Origin: Debian/unstable
Format: 1.7
Date: Wed,  05 Jan 2011 17:38:33 +0000
Source: opennebula
Binary: opennebula, opennebula-common, opennebula-node, libopennebula-java, libopennebula-java-doc
Architecture: source
Version: 2.0.1-5
Distribution: natty
Urgency: low
Maintainer: Debian OpenNebula Maintainers <pkg-opennebula-devel at lists.alioth.debian.org>
Changed-By: Damien Raude-Morvan <drazzib at drazzib.com>
Description:
 opennebula - controller which executes the OpenNebula cluster services
Closes: 500716 604567 605042 605110
Launchpad-bugs-fixed: 322779 323359 510904
Files:
 93f0327d6482d867ad0d8c6f8ea3ee6d 501177 utils extra opennebula_2.0.1.orig.tar.gz
 f8fc85eaf2941aa657199ebfa7278645 19940 utils extra opennebula_2.0.1-5.debian.tar.gz
 e0d6d711f1b92cc5f7f07a22890e9b1c 2284 utils extra opennebula_2.0.1-5.dsc
Changes:
 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 <j.melis at fdi.ucm.es> 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.
 .
 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.
 .
 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.



More information about the Natty-changes mailing list