virtualbox-ose (2.0.4-dfsg-0ubuntu1) intrepid; urgency=low

  [ Jonathan Ernst ]
  * Virtualbox should go in Accessories, not in System tools (LP: #288590) 

  [ Daniel Hahler ]
  * New upstream version (LP: #288957)
    - Updated debian/patches/09-initscript.dpatch (one hunk rejected/obsolete)
  * Drop debconf question about losing snapshots because of upgrading: it is
    no longer relevant and the default (cancel upgrade) caused a lot of
    trouble (LP: #288178, #221736)
    - debian/virtualbox-ose.preinst.in, debian/virtualbox-ose.templates,
      debian/rules
  * Improve patch for disabling the "check for updates" dialog (LP: #272212)
    - debian/patches/13-disable-update-action.dpatch
  * Disable registration request at Sun (LP: #285684, #271603)
    - debian/patches/14-disable-registration-request.dpatch

 -- Daniel Hahler <ubuntu@thequod.de>  Sun, 26 Oct 2008 02:23:42 +0100

virtualbox-ose (2.0.2-dfsg-0ubuntu3) intrepid; urgency=low

  * debian/patches/13-disable-update-action.dpatch:
    Disable update action menu entry (LP: #272212)

 -- Daniel Hahler <ubuntu@thequod.de>  Fri, 19 Sep 2008 23:33:32 +0200

virtualbox-ose (2.0.2-dfsg-0ubuntu2) intrepid; urgency=low

  * debian/virtualbox-ose.install:
    - Install VBoxHeadless (LP: #271753)
  * debian/virtualbox-ose.links:
    - Include symlink for VBoxHeadless
  * debian/virtualbox-ose.files/VBox.sh:
    - Remove check for vboxusers, not necessary w/
      hardening.
  * debian/virtualbox-ose.udev:
    - Don't set vboxdrv to vboxusers, not necessary
      w/ hardening.
  * debian/virtualbox-ose.vboxdrv.init:
    - Remove permissions check for vboxdrv.
  * debian/rules:
    - Enable 64 bit guest support when building on 
      AMD64 (LP: #271651)
    - Set VBoxHeadless suid.
  * debian/control:
    - Add depends for linux-headers to make sure
      that the modules can compile initially (LP: #271534)

 -- Mario Limonciello <mario_limonciello@dell.com>  Thu, 18 Sep 2008 12:49:02 -0500

virtualbox-ose (2.0.2-dfsg-0ubuntu1) intrepid; urgency=low

  * New upstream version (LP: #268795)
    - Introduces support for Intrepid Guests
    - Introduces support for kernel 2.6.27
  * Update patches for new upstream version:
    - 02-config-kmk
    - 09-initscript
  * Drop patches no longer necessary (or absorbed upstream):
    - 05-vboxadd-udev
    - 01-no-64bit-guest
  * New patches:
    - 01-64bit, for making sure we query the target arch properly.
  * debian/control:
    - Build depend on libqt4-dev for new upstream version.
    - Build depend on python2.5-dev for new upstream version.
    - Drop libqt3-mt-dev from build depends
    - Bump provides of guest-utils to xserver-xorg-input-2.1
    - Bump provides of guest-utils to xserver-xorg-video-2.9
    - Enable 64 bit guest utils support.
  * debian/rules:
    - Disable QT3 support as we are using the QT4 frontend by
      default.
    - Set VirtualBox binaries to suid root per new hardening
      requirements in this release.
    - Add amd64 to a valid arch in the X11 additions check.
  * debian/virtualbox-ose.install:
    - Update location that xpidl is installed from.
  * debian/virtualbox-ose.vboxdrv.init:
    - Start at runlevels 2,3,4,5 rather than just 3,5
  * Enable DKMS support on virtualbox host and guest modules. (LP: #267097)
    - Rebuilding is no longer necessary for new kernels (LP: #268367)
    - Drop:
      + virtualbox-ose-source.files/rules
      + virtualbox-ose-source.files/postinst.modules.in
      + virtualbox-ose-source.files/control.modules.in
      + virtualbox-ose-guest-source.files/rules
      + virtualbox-ose-guest-source.files/postinst.modules.in
      + virtualbox-ose-guest-source.files/control.modules.in
      + virtualbox-ose-source.links
    - Rename / Add version to .in files:
      + virtualbox-ose-guest-source.files/udev -> 
        virtualbox-ose-guest-source.udev
      + virtualbox-ose-guest-source.install -> 
        virtualbox-ose-guest-source.install.in
      + virtualbox-ose-source.dirs -> virtualbox-ose-source.dirs.in
      + virtualbox-ose-guest-source.dirs -> virtualbox-ose-guest-source.dirs.in
      + virtualbox-ose-guest-source.links -> 
        virtualbox-ose-guest-source.links.in
    - New:
      + virtualbox-ose-source.files/dkms.conf.in
      + virtualbox-ose-source.postinst
      + virtualbox-ose-source.prerm
      + virtualbox-ose-guest-source.prerm
      + virtualbox-ose-guest-source.postinst
      + virtualbox-ose-guest-source.files/dkms.conf.in
      + virtualbox-ose-guest-source.files/Makefile
    - debian/rules:
      + Add support to update all ".in" files in install target
      + Add support to remove all sed produced ".in" files in clean target
      + Drop extra rules that were modifying the "debian" directory in -source.
      + Make sure to include postinst/prerm scripts for arch indep packages.
    - debian/control:
      + Recommends on the source package instead of modules packages
      + Depends on the source packages for dkms and libc6-dev
    - debian/virtualbox-ose.vboxdrv.init:
      + Search for module in proper location

 -- Mario Limonciello <mario_limonciello@dell.com>  Wed, 10 Sep 2008 13:50:20 -0500

virtualbox-ose (1.6.2-dfsg-1ubuntu2) intrepid; urgency=low

  * Fix dpatch 01-no-64bit-guest to change upstream's uname -m into
    dpkg-architecture -qDEB_HOST_GNU_CPU instead of dpkg --print-architecture;
    fixes build on lpia.
  * Build virtualbox-ose, virtualbox-ose-dbg, and virtualbox-ose-guest-utils
    for lpia.
  * Set VBOX_WITH_X11_ADDITIONS in rules when the DEB_HOST_ARCH is i386 or
    lpia instead of using dpkg --print-architecture.
  * Use the -s flag to dh_ commands instead of 3 debhelper calls and a shell
    test; as a bonus, this provides additional detached symbols in -dbg.
  * Install files into virtualbox-ose-guest-utils unconditionally and ignore
    errors -- even if these exist, the package is disabled on amd64.
  * Cleanup upstreamversion computation and compute it only once.
  * Change Vcs-Svn and Vcs-Browser to XS-Original-Vcs-*.

 -- Loic Minier <lool@dooz.org>  Tue, 24 Jun 2008 19:20:10 +0200

virtualbox-ose (1.6.2-dfsg-1ubuntu1) intrepid; urgency=low

  * Merge from Debian unstable (LP: #236221). Remaining Ubuntu changes:
    - debian/virtualbox-ose.vboxdrv.init: init script to load vboxdrv kernel
      module
    - debian/rules: install vboxdrv init script
    - debian/control:
      - DebianMaintainerField
    - debian/patches/09-initscript.dpatch:
      - do not source /etc/default/virtualbox-ose
      - do not load vboxdrv in here, gets done in separate vboxdrv init script
    - debian/virtualbox-ose.default:
      - Dropped, not used in Ubuntu (see 10-initscript.dpatch)
    - debian/virtualbox-ose.preinst:
      - Remove /etc/default/virtualbox-ose
    - debian/virtualbox-ose-guest-utils.init:
      Use log_action_cont_msg instead of log_warning_msg to not cause display
      issues in usplash (without "quiet"), when not running in VirtualBox.
      (Forwarded to Debian at bug #475297)
    - debian/patches/04-vboxdrv-references.dpatch:
      Do not mention "modprobe vboxdrv", because it's already done when
      installing the module package.
    - debian/virtualbox-ose.files/VBox.sh:
      Improve error message for missing vboxdrv module and what package to
      install. Use "uname -r" in the virtualbox wrapper script for this.

 -- Daniel Hahler <ubuntu@thequod.de>  Tue, 17 Jun 2008 01:10:51 +0200

virtualbox-ose (1.6.2-dfsg-1) unstable; urgency=low

  [ Michael Meskes ]
  * New upstream version, closes: #479744, #482504, #483592
  * Removed unneeded xalan build dependency.
  * Added build dependency on libxslt and libxml.
  * Fixed LocalConfig.kmk to list new variables.
  * Use upstream provided X session file, but patch our changes in there.
  * Build with gcc/g++ 4.2.
  * Bumped Standards-Version to 3.8.0.

  [ Daniel Baumann ]
  * Removing ffmpeg recursively in dfsg-free target in rules.
  * Rediffing all patches.
  * Renumbering all patches.
  * Sanitizing dpatch headers.
  * Stripping off embedded copy of libpng in dfsg-free target of rules.
  * Stripping off embedded copy of libxml2 in dfsg-free target of rules.
  * Stripping off embedded copy of libxslt in dfsg-free target of rules.
  * Stripping off embedded copy of zlib in dfsg-free target of rules.
  * Improving long description of virtualbox-ose-guest-utils.
  * Correcting wrong virtualbox-ose-guest-utils package name in long
    description of virtuabox-ose-guest-source.
  * Adding note about kernel module requirement in virtualbox-ose long
    description.

 -- Michael Meskes <meskes@debian.org>  Sun, 11 May 2008 22:48:59 +0200

virtualbox-ose (1.5.6-dfsg-7) unstable; urgency=low

  [ Michael Meskes ]
  * Made virtualbox-ose-modules recommend virtualbox-ose-guest-utils.
  * Added recommendation on up-to-date xserver-xorg-core and conflict on
    older versions to guest-utils, closes: #476526
  * Provide xserver-xorg-input-2 and xserver-xorg-video-2 with guest-utils.
  * Removed watch file, I couldn't find a way to get the orig tarball without
    first accepting a license.
  * Rewrote debian/rules for both source packages, hopefully this
    finally closes: #469882
  * Patched module Makefile to allow amd64 build in linux-modules-extra-2.6.
  * Added patch by Pascal Volk <user@localhost.localdomain.org> to prevent
    init script from overwriting values, closes: #475193
  * Added patch from upstream SVN to fix FTBFS in xpcom, closes: #479910
  * Took another change from SVN to update sed file for newer buildchain.
  * Recompiled against latest libxalan110, closes: #480739

  [ Daniel Baumann ]
  * Correcting wrong module-assistant manpage section in
    virtualbox-ose-*source.README.Debian.
  * Removing some reimported useless whitespaces.
  * Sanitizing all po headers.

  [ Patrick Winnertz ]
  * Added patch to make virtualbox-ose-guest-source build with kernels >=
    2.6.25. Thanks to Stefan Lippers-Hollmann. (Closes: 478373, 478333, 480736)

 -- Michael Meskes <meskes@debian.org>  Sun, 11 May 2008 22:48:50 +0200

virtualbox-ose (1.5.6-dfsg-6ubuntu1) hardy; urgency=low

  * Merge from Debian unstable. Remaining Ubuntu changes:
    - debian/virtualbox-ose.vboxdrv.init: init script to load vboxdrv kernel
      module
    - debian/rules: install vboxdrv init script
    - debian/control:
      - DebianMaintainerField
      - Breaks on virtualbox-ose-modules (can be dropped after Hardy)
    - debian/patches/10-initscript.dpatch:
      - do not source /etc/default/virtualbox-ose
      - do not load vboxdrv in here, gets done in separate vboxdrv init script
    - debian/virtualbox-ose.default:
      - Dropped, not used in Ubuntu (see 10-initscript.dpatch)
    - debian/virtualbox-ose.preinst:
      - Remove /etc/default/virtualbox-ose
  * debian/virtualbox-ose-guest-utils.init:
    Use log_action_cont_msg instead of log_warning_msg to not cause display
    issues in usplash (without "quiet"), when not running in VirtualBox.
  * debian/patches/05-vboxdrv-references.dpatch,
    debian/virtualbox-ose.files/VBox.sh:
    Improve error message for missing vboxdrv module and what package to
    install. Use "uname -r" in the virtualbox wrapper script for this.
    Do not mention "modprobe vboxdrv", because it's already done when
    installing the module package.

 -- Daniel Hahler <ubuntu@thequod.de>  Wed, 09 Apr 2008 03:01:59 +0200

virtualbox-ose (1.5.6-dfsg-6) unstable; urgency=low

  * Added two patches from upstream SVN to make virtualbox-ose build with
    gcc-4.3. However, this compiler is not yet officially supported.
    Closes: #474907

 -- Michael Meskes <meskes@debian.org>  Tue, 08 Apr 2008 09:58:35 +0200

virtualbox-ose (1.5.6-dfsg-5) unstable; urgency=low

  [ Hilko Bengen ]
  * Don't fail in guest-utils init script if the vboxadd module cannot
    get loaded (Closes: #474195)

  [ Michael Meskes ]
  * Fixed default ARCH setting in module Makefile, closes: #474196
  * Made initscript even more LSB compliant by using LSB logging
    functions, closes: #474089

 -- Michael Meskes <meskes@debian.org>  Fri, 04 Apr 2008 10:16:48 +0200

virtualbox-ose (1.5.6-dfsg-4ubuntu2) hardy; urgency=low

  * Move the removal of /etc/default/virtualbox-ose from postinst to preinst,
    where it belongs

 -- Daniel Hahler <ubuntu@thequod.de>  Fri, 04 Apr 2008 03:17:43 +0200

virtualbox-ose (1.5.6-dfsg-4ubuntu1) hardy; urgency=low

  * Merge from Debian unstable. Remaining Ubuntu changes:
    - debian/virtualbox-ose-guest-utils.init: "exit 0" in case the module
      cannot be loaded
    - debian/virtualbox-ose.vboxdrv.init: init script to load vboxdrv kernel
      module
    - debian/rules: install vboxdrv init script
    - debian/control:
      - DebianMaintainerField
      - Breaks on virtualbox-ose-modules (can be dropped after Hardy)
  * debian/patches/10-initscript.dpatch:
    - do not source /etc/default/virtualbox-ose
    - do not load vboxdrv in here, gets done in separate vboxdrv init script
  * debian/virtualbox-ose.default:
    - Dropped, not used in Ubuntu (see 10-initscript.dpatch)
  * debian/virtualbox-ose.postinst:
    - Remove /etc/default/virtualbox-ose

 -- Daniel Hahler <ubuntu@thequod.de>  Fri, 04 Apr 2008 01:44:25 +0200

virtualbox-ose (1.5.6-dfsg-4) unstable; urgency=low

  [ Michael Meskes  ]
  * Set default architecture in debian/rules for module source package.
  * Fixed and rearranged patches against init script.

  [ Patrick Winnertz ]
  * Improve init.d script patch to write done also on the first startup.
    (Closes: #473059)

 -- Michael Meskes <meskes@debian.org>  Wed, 02 Apr 2008 12:08:30 +0200

virtualbox-ose (1.5.6-dfsg-3) unstable; urgency=low

  [ Michael Meskes ]
  * Fixed arch check in virtualbox-ose-source rules file, closes: #469882
  * Added just another patch to the initscript. This patch makes sure the tun
    module is only loaded if it is needed, closes: #470172
  * Made desktop file comply to the Free Desktop specification, closes: #470937
  * Replaced $(PWD) with $(CURDIR) in rules file.
  * Bumped build dependency for debhelper to version >= 5.0.44~ because of
    dh_installifupdown.
  * Moved to Hilko's docbook version of README.Debian.
  * Also added information about VBoxADDIF to README.Debian.
  * Copied lynx-dump-postprocess script from exim4 package.

  [ Hilko Bengen ]
  * Added scripts for managing `vbox' interfaces from
    /etc/network/interfaces

 -- Michael Meskes <meskes@debian.org>  Tue, 18 Mar 2008 15:13:39 +0100

virtualbox-ose (1.5.6-dfsg-2ubuntu2) hardy; urgency=low

  * debian/control: change Depends of modules to Recommends (LP: #188579)
    - virtualbox-ose-guest-utils only recommends virtualbox-ose-guest-modules
    - virtualbox-ose only recommends virtualbox-ose-modules
  * debian/virtualbox-ose-guest-utils.init:
    Exit with status 0 in case "vboxadd" cannot get loaded in "start"
  * debian/virtualbox-ose.vboxdrv.init:
    Fix test for existing kernel module. Forwarded upstream as #1357.

 -- Daniel Hahler <ubuntu@thequod.de>  Thu, 20 Mar 2008 20:36:30 +0100

virtualbox-ose (1.5.6-dfsg-2ubuntu1) hardy; urgency=low

  * Merge from Debian unstable (LP: #202727). Remaining Ubuntu changes:
    - Move virtualbox-ose-modules from recommends
      to depends for virtualbox-ose. We can drop this change when Synaptic
      installs recommended packages by default.
    - Fix deprecated values in desktop file (LP: #196714)
    - Change Maintainer to Ubuntu MOTU Developers.
  * debian/virtualbox-ose.vboxdrv.init, debian/rules:
    Move init script from virtualbox-ose-modules to here (LP: #200380).
    This also makes sure that the udev rule to handle permissions of
    /dev/vboxdrv is installed, when this init script to modprobe the
    module is run (LP: #147076).
    debian/control: Add Breaks for virtualbox-ose-modules* meta packages
    (<< 17)
  * debian/control: virtualbox-ose-guest-utils depends on
    virtualbox-ose-guest-modules, instead of "recommends". The "vboxadd"
    module is required by the guest-utils init script (LP: #189444).
    This is also in line with the Depends for virtualbox-ose on the vboxdrv module.
  * debian/control: Drop "suggest uml-utilities" for virtualbox-ose again
    (LP: #154305)
  * Fixes the following bugs in Ubuntu:
    - Clearer message about losing snapshots during upgrade (LP: #187082)
    - virtualbox-ose conditionally modprobes vboxdrv
      (from virtualbox-ose-modules) in its init script, so that the
      modules do not need any init scripts anymore (LP: #200380)

 -- Daniel Hahler <ubuntu@thequod.de>  Sun, 16 Mar 2008 23:53:00 +0100

virtualbox-ose (1.5.6-dfsg-2) unstable; urgency=low

  [ Daniel Baumann ]
  * Added Brazilian-Portuguese debconf translation from Eder L. Marques
    <eder@edermarques.net> (Closes: #467452).

  [ Michael Meskes ]
  * Added patch by Frans Pop <elendil@planet.nl> to make modules compile with
    kernel 2.6.25, closes: #468864
  * Suggest bridge-utils which is needed for static host networking.
  * Added patch against init script to remove newly created file again on
    failure, closes: #468419
  * Fixed watch file to cope with -1 upstream release.

 -- Michael Meskes <meskes@debian.org>  Sun, 02 Mar 2008 10:38:31 +0100

virtualbox-ose (1.5.6-dfsg-1) unstable; urgency=low

  [ Michael Meskes ]
  * New upstream version
  * Fixed LSB headers in init.d scripts, closes: #466311
  * list x11config.pl with correct path in README file, closes: #466621
  * Added last changes made by the translation projects, thanks to
    Christian Perrier <bubulle@debian.org>.
  * Tweaked dfsg-free target in rules file so it is really executable, first
    steps made by Hilko.

  [ Hilko Bengen ]
  * Make module loading in initscript configurable (disabled by default).

  [ Patrick Winnertz ]
  * prevent initscript from failing if module doesn't exist. (Closes: #466851)

 -- Michael Meskes <meskes@debian.org>  Sat, 23 Feb 2008 10:49:28 +0100

virtualbox-ose (1.5.4-dfsg-5) unstable; urgency=low

  [ Daniel Baumann ]
  * Again removing reimported useless whitespaces at EOL and EOF in debian/*.
  * Unified headers of debconf template translations.
  * Rediffed patches and again fixed their headers.
  * Added Portuguese debconf translation from Ricardo Silva <ardoric@gmail.com>
    (Closes: #464761).
  * Removed extra whitespace in maintainer field of control, thanks to
    Christoph Berg <myon@debian.org> (Closes: #465327).

  [ Michael Meskes ]
  * Added Basque debconf translation, closes: #460348
  * Added Japanese debconf translation, closes: #465682
  * Added French debconf translation, closes: #465779
  * Added Russian debconf translation, closes: #466092
  * Added Italian debconf translation, closes: #466095
  * Added Dutch debconf translation, closes: #466113
  * Added Spanish debconf translation, closes: #466280
  * Updated German translation.
  * Really use runtime assertion patch.
  * Replaced two patches for module build process by upstream changes taken
    from SVN.
  * Added ARCH setting to virtualbox-ose-source rules file so we can cross
    compile the module.
  * Insert module in initscript.

  [ Patrick Winnertz ]
  * Fix error of postrm if vboxusers is a non-system group (maybe added
    manually before installation of virtualbox-ose). (Closes: #462885)
  * Added reviewed debconf templates and translations.
      (Closes: #463283) Thanks to Christian Perrier
      (Closes: #463828) Thanks to Jacobo Tarrio.
      (Closes: #463959) Thanks to Esko Arajärvi
      (Closes: #464043) Thanks to Miroslav Kure
      (Closes: #464509) Thanks to Clytie Siddall

 -- Michael Meskes <meskes@debian.org>  Sun, 17 Feb 2008 19:08:04 +0100

virtualbox-ose (1.5.4-dfsg-4ubuntu3) hardy; urgency=low

  * Ignore delgroup failures in postrm as it's called a second time by
    debconf; see also Debian #462885 for the same fix but related to a
    seemingly different cause.

 -- Loic Minier <lool@dooz.org>  Mon, 03 Mar 2008 16:34:05 +0100

virtualbox-ose (1.5.4-dfsg-4ubuntu2) hardy; urgency=low

  [ Saïvann Carignan ]
  * Fix deprecated values in desktop file (LP: #196714)

  [ Daniel Hahler ]
  * debian/control: Suggest bridge-utils and uml-utilities (LP: #154305)

 -- Daniel Hahler <ubuntu@thequod.de>  Fri, 29 Feb 2008 02:26:49 +0100

virtualbox-ose (1.5.4-dfsg-4ubuntu1) hardy; urgency=low

  * Sync with Debian (LP: #156210). Remaining changes are:
    - Move virtualbox-ose-modules from recommends
      to depends for virtualbox-ose. We can drop this change when Synaptic
      installs recommended packages by default.
    - Change Maintainer to Ubuntu MOTU Developers.

  * The new 1.5.4 release closes LP: #179807, #185628.

 -- Emilio Pozuelo Monfort <pochu@ubuntu.com>  Sat, 26 Jan 2008 16:11:06 +0100

virtualbox-ose (1.5.4-dfsg-4) unstable; urgency=low

  [ Daniel Baumann ]
  * Again removing reimported useless whitespaces at EOL and EOF in debian/*.

  [ Patrick Winnertz ]
  * Fixed broken symlink (Closes: #458991)

 -- Patrick Winnertz <winnie@debian.org>  Tue, 15 Jan 2008 11:49:18 +0100

virtualbox-ose (1.5.4-dfsg-3) unstable; urgency=low

  * Added patch from SVN send by Frank Mehnert <frank@innotek.de> to fix
    runtime assertions.
  * Improved debconf text.
  * Check for package upgrade in preinst.
  * Pre-Depend on debconf.

 -- Michael Meskes <meskes@debian.org>  Thu, 10 Jan 2008 15:14:26 +0100

virtualbox-ose (1.5.4-dfsg-2) unstable; urgency=low

  [ Hilko Bengen ]
  * Added debian/watch

  [ Daniel Baumann ]
  * Rediffed 02-module-in-kernel.dpatch.
  * Again removing reimported useless whitespaces at EOL and EOF in debian/*.

  [ Michael Meskes ]
  * Removed two additional include files from guest-sources again because they
    were only needed for amd64.
  * Install VBoxAddIF.sh which was lost during transition, closes: #458991.
  * Added a recommend to libhal, see #448347 for details.
  * Added debconf support.
  * Tell the user about losing snapshots and ask via debconf whether to
    proceed, closes: #458842.
  * Clarified error message coming up if module is not loaded, closes: #459440.

 -- Michael Meskes <meskes@debian.org>  Mon, 07 Jan 2008 17:41:32 +0100

virtualbox-ose (1.5.4-dfsg-1) unstable; urgency=low

  [ Michael Meskes ]
  * Do not build guest-utils on amd64 because 64bit guests are nor support
    yet.
  * Removed build time dependency on i32-libs that is not really needed.
  * New upstream version.
  * Removed some new files because of licensing problems:
    ./src/VBox/Additions/linux/selinux-fedora
    ./src/VBox/Additions/linux/xmouse/Imakefile
    ./src/VBox/HostServices/SharedClipboard/linux-stub.cpp
  * Removed the following patches because they are not needed anymore:
    01-configure.dpatch
    08-no-kernel.dpatch
    09-fix-initscript.dpatch
    12-kcompat-2.6.24.dpatch
  * Replaced our registration patch by the new config option taken from SVN.
  * Rediffed and renumbered some of the remaining patches.
  * Added build dependency on libpulse-dev.
  * Moved shell scripts from /usr/lib to /usr/share.
  * g++-multilib on amd64 depends on libc6-dev-i386, no need to specify both
    as build dependency.
  * Manually install missing include files for guest-sources.
  * Changed layout of guest-sources package to not have to patch the Makefile.
  * Changed patch accordingly.
  * Removed old 02-host-module patch, it wasn't needed anymore.
  * Added new patch 02-module-in-kernel to make sure modules build in a kernel
    build environment.

  [ Hilko Bengen ]
  * Make dh_strip ignore symlink(s) in /usr/share

  [ Daniel Baumann ]
  * Again fixing dpatch headers.
  * Again removing reimported useless whitespaces at EOL and EOF in debian/*.
  * Correcting the name of Phillip in copyright.
  * Syncronising Uploaders of control with control.module.in.
  * Rediffed all patches properly.

 -- Michael Meskes <meskes@debian.org>  Tue, 01 Jan 2008 14:26:51 +0100

virtualbox-ose (1.5.2-dfsg2-7) unstable; urgency=low

  [ Patrick Winnertz ]
  * Do only recommend the virtualbox-ose-modules package. Maybe someone
    would like to compile it on it's own, or not with m-a. (Closes: #456989)

  [ Hilko Bengen ]
  * Build system: a large move towards using dh_install
    - This requires that we force the build output dir to a fixed location.
    - The dh_install call needs to go to the `install' target.
  * Leave out code/data for test cases from virtualbox-ose binary package

  [ Michael Meskes ]
  * Only suggest guest-sources in guest-utils. With l-m-e expected to include
    the guest-modules in the near future, this should be sufficient.
  * Rearranged parts of the debian dir.
  * Replaced our patch to not need kernel sources by new configure option
    taken from svn.

  [ Daniel Baumann ]
  * Bumping policy also in module controls, no other changes needed.

 -- Michael Meskes <meskes@debian.org>  Thu, 20 Dec 2007 15:51:13 +0100

virtualbox-ose (1.5.2-dfsg2-6) unstable; urgency=low

  [ Daniel Baumann ]
  * Again removing reimported useless whitespaces at EOL and EOF in debian/*.
  * Fixing dpatch headers.
  * Rediffed dpatches 6-12.
  * Removed svn:executable on dpatch 9 and 12.

  [ Michael Meskes ]
  * Fixed rules file to correctly install module sources, closes: #456916

 -- Michael Meskes <meskes@debian.org>  Tue, 18 Dec 2007 16:21:33 +0100

virtualbox-ose (1.5.2-dfsg2-5) unstable; urgency=low

  [ Daniel Baumann ]
  * Upgrading virtualbox-ose-modules recommends to depends.
  * Downgrading virtualbox-ose-source recommends to suggests.
  * Bumping policy version, no other changes needed.

  [ Hilko Bengen ]
  * Added support for vditool to VBox.sh
  * Build system:
    - Cleaned up patch/config phase
    - Added copy of init script to debian directory -- no longer copy it
      from src/VBox/Installer/linux/vboxnet.sh
    - symlinks/directories in packages are now created using debhelper
  * Add 2.6.24 compatibility fix (Closes: #456464)

  [ Patrick Winnertz ]
  * Moved initscript again out of debian, we should use the upstream one
    and created a patch for this one. (in order to fix lintian warning)
  * Add description to 02-host-module.dpatch

 -- Patrick Winnertz <winnie@debian.org>  Mon, 17 Dec 2007 17:37:52 +0100

virtualbox-ose (1.5.2-dfsg2-4) unstable; urgency=low

  [ Patrick Winnertz ]
  * Changed my maintainer address

  [ meskes@debian.org ]
  * Made virtualbox-ose-guest-source compile under linux-modules-extra.
  * Made virtualbox-ose-guest-modules i386 only.
  * Re-encoded copyright file in UTF-8.
  * Removed empty /usr/sbin directory in virtualbox-ose package.
  * Removed /usr/lib/virtualbox/VBox.png, doesn't seem to be needed.
  * Also removed override for this file.
  * Moved binary file xpidl from /usr/share back to /usr/lib.

 -- Michael Meskes <meskes@debian.org>  Thu, 06 Dec 2007 09:11:51 +0100

virtualbox-ose (1.5.2-dfsg2-3) unstable; urgency=low

  * Added patch to remove registration form, closes: #447626, #453784
  * Added just another patch to make sure module is build with the correct
    name when build by linux-modules-extra, closes: #453681, #454123
  * Patched Makefile for guest modules for the same reason.

 -- Michael Meskes <meskes@debian.org>  Sun, 02 Dec 2007 18:06:27 +0100

virtualbox-ose (1.5.2-dfsg2-2) unstable; urgency=low

  [ Michael Meskes ]
  * Removed superfluous build dependencies:
    - libqt3-mt-dev depends on zlib1g-dev and libxcursor-dev
    - libxalan110-dev depends on libxerces27-dev
    - bcc depends on bin86
  * Remove guest libs from debug package.
  * Call "invoke-rc.d udev reload" conditionally in modules postinst.
  * Do not call modprobe in postinst script, closes: #451743, #451742
  * Made grep command in vboxnet.sh be quiet, closes: #451741
  * Do not start guest utils if not inside the vm.
  * Disabled modprobing of vboxadd because udev seems to be able to handle it.
  * Applied patch by Kel Modderman <kel@otaku42.de> improving
    guest utils init script.
  * Do not change xorg.conf in postinst, closes: #451745

  [ Daniel Baumann ]
  * Removing again whitespaces at EOL.
  * Removing empty virtualbox-ose-guest-utils.postrm.

 -- Michael Meskes <meskes@debian.org>  Mon, 19 Nov 2007 10:56:31 +0100

virtualbox-ose (1.5.2-dfsg2-1) unstable; urgency=low

  [ Daniel Baumann ]
  * Added debug package.
  * Converting XS-* fields to their official counterparts.
  * Removed some re-imported useless whitespaces.

  [ Michael Meskes ]
  * Made sure modules postinst calls debmod before modprobe.
  * Added reference to http://wiki.debian.org/VirtualBox to README.Debian.
  * Moved architecture independant files from /usr/lib to /usr/share, closes: #448951
  * Checked license of linux installer and additions.
  * Repackaged dfsg orig tarball accordingly.
  * Added linux installer tools, closes: #448749
  * Provide programs with upstream upper/lower case mix as used by upstream.
  * Added linux additions in two seperate packages, closes: #440517, #449315
  * Install vboxnet.sh as init script.
  * Changed build system to work without kernel sources.

 -- Michael Meskes <meskes@debian.org>  Tue, 12 Nov 2007 20:26:35 +0100

virtualbox-ose (1.5.2-dfsg-2) unstable; urgency=low

  * Adding depends to adduser (Closes: #447271).
  * Conditionally call delgroup in virtualbox-ose.postrm.
  * Replacing virtualbox-modules with virtualbox-ose-modules in
    scripts/VBox.sh.
  * Sorting recommends.
  * Adding patch from Daniel Hahler <ubuntu@thequod.de> to change the error
    message for vboxdrv failure, according to virtualbox-ose-modules.

 -- Daniel Baumann <daniel@debian.org>  Sat, 20 Oct 2007 06:40:00 +0200

virtualbox-ose (1.5.2-dfsg-1) unstable; urgency=low

  [ Michael Meskes ]
  * Made build process install menu file, closes: #444842
  * Move virtualbox to Apps/System.
  * Syncronized desktop and menu file.
  * Documented features missing in Open-Source-Edition in
    README.Debian, closes: #444941
  * Changed menu section to Applications/Emulators.

  [ Daniel Baumann ]
  * Removing useless whitespaces at EOL and EOF in debian/*.
  * Sorting architectures.
  * Sorting build-depends.
  * Sorting control fields.
  * Adding VCS control fields.
  * Adding Homepage control fields.
  * Renaming virtualbox.desktop and virtualbox.xpm to virtualbox-ose.desktop
    and virtualbox-ose.xpm.
  * Using the term 'VirtualBox OSE' consistently in virtualbox-ose.desktop,
    virtualbox-ose-source.README.Debian and virtualbox-ose.menu.
  * Renaming README.Debian and README.rebuild to virtualbox-ose.README.Debian
    and virtualbox-ose.README.rebuild for consistency reasons.
  * Rediffed, cleaned up and properly named all dpatches.
  * Added forgotton changelog from the 1.5.0-dfsg-1 upload.
  * Using install -D call to install the lintian override.
  * Removed comment in rules about "dh_lintian"; this will not be implemented
    in debhelper anyway, see #109642 for more information.
  * Fixed spelling error and improved language in
    virtualbox-ose.README.rebuild.
  * Cleaned, simplified and refractored postinst.modules.in,
    virtualbox-ose.postinst and virtualbox-ose.postrm.
  * Added m-a override link for virtualbox-ose-source.
  * Re-applied improvements to dfsg-target in rules from 1.5.0-dfsg-1 upload.
  * Removing not needed debhelper calls in binary-indep target in rules.
  * Moving debian/virtualbox-ose.lintian-overrides to
    debian/lintian/virtualbox-ose for consistency reasons.
  * Moving debian/VBox.sh to debian/scripts/VBox.sh for consistency reasons.
  * Updated menu file to new menu policy.
  * Updated fsf address in copyright.
  * New upstream release:
    - Updating dfsg-free target in rules.
    - Updating 01-configure.dpatch.

 -- Michael Meskes <meskes@debian.org>  Fri, 19 Oct 2007 10:19:49 +0200

virtualbox-ose (1.5.0-dfsg2-2) unstable; urgency=low

  [ Patrick Winnertz ]
  * Added README.Debian to virtualbox-ose in order to document that the
    configuration xml files of the machines are not compatible between
    1.4.0-svn4130 and the 1.5.0 release. (Closes: #441634)
  * Build only binary-dep packages in binary-dep target and only binary-indep
    packages in binary-indep target.
  * Added postrm to virtualbox-ose in order to remove the vboxusers group on
    purge. (Closes: #442396)

  [ Michael Meskes ]
  * Force udev to reload the rules in postinst. Hopefully this makes sure that
    the device always belongs to the right group.

 -- Michael Meskes <meskes@debian.org>  Sun, 23 Sep 2007 13:55:37 +0200

virtualbox-ose (1.5.0-dfsg2-1) unstable; urgency=low

  * Improved README.Debian for virtualbox-ose-source (Closes: #440793 )
  * Fixed error using different kernel sources than the one which is running
    (Closes: #440693 )
    Thanks to Stefan Lippers-Hollmann
  * The kernel module for virtualbox will only build on amd64 and i386
    (Closes: #440564)
  * Merge some changes that Daniel Baumann made in his own package before.
    Thanks.
  * Set the alioth ML as maintainer address, since this list will be used to
    discuss issues from now on.
  * Removed one patch for makefile. Instead use variables now.
    - Improved patch localconfig-kmk.dpatch
  * Upload of 1.5.0 fixes scrolling issue. (Closes: #440773 )

 -- Patrick Winnertz <patrick.winnertz@skolelinux.org>  Thu, 06 Sep 2007 09:52:48 +0200

virtualbox-ose (1.5.0-dfsg-1) unstable; urgency=low

  * New upstream release.
  * Re-added myself as co-maintainer as I'm the original maintainer.
  * Updated dfsg-free target in rules for new upstream version.
  * Don't forkbomb in dfsg-free target, use xargs.
  * Don't do a subshell in dfsg-free target, not required.
  * Cleaned the 'dh_make'-template header in postinst.modules.in.
  * Rediffed all patches with the same diff options.
  * Properly named all patches and adjusted their dpatch headers.

 -- Daniel Baumann <daniel@debian.org>  Wed,  5 Sep 2007 06:58:00 +0200

virtualbox-ose (1.4.0svn4130-dfsg-1) unstable; urgency=low

  [ Patrick Winnertz ]
  * Rename virtualbox to virtualbox-ose since innotek has a trademark on this
    name and they prohibit us to use this name together with the open-source edition.
    See http://www.virtualbox.org/wiki/Licensing_FAQ point 8 for details.
  * If module is not loadable on this kernel don't fail to install kernel
    module. (Closes: #440509)
  * Adjusted Upstream Authors name. The name of the company has changed.
  * Adjusted copyright. virtualbox is GPLv2 *only*.

  [ Michael Meskes ]
  * Added Build-Dependancy to g++-multilib on amd64.

 -- Michael Meskes <meskes@debian.org>  Mon, 03 Sep 2007 14:27:30 +0200

virtualbox (1.4.0svn4130-dfsg-1) unstable; urgency=low

  [ Daniel Baumann ]
  * Initial release (Closes: #406992, #407001, #409711).

  [ Philipp Hug ]
  * Stripped kbuild and yasm from source tarball
  * Use Debian's kbuild and yasm instead
  * Added myself as uploader
  * Build target for module is now all instead of module
  * Build against correct kernel source
  * Integrated changes by Patrick Winnertz
  * clean: rm env.sh AutoConfig.kmk configure.log
  * Install udev rules to automatically create device
  * Automatically create vboxusers group
  * Binary names are now lowercase
  * Disabled stripping for VMM because it breaks VirtualBox
  * Don't require kernel module, recommend it instead

  [ Patrick Winnertz ]
  * Remove Microsoft license stuff from orig.tar.gz (repackaged it )
    See dfsg-free section in debian/rules for details.
  * Added patch to use own yasm
  * Added patch to remove Additions from the Makefile.kmk
  * Remove ./src/libs/xpcom18a4/nsprpub/build/autoconf from source tarball.
  * Doesn't depend on gcc-3.4 and g++-3.4 since they are going to be removed from
    debian. Use default instead.
    Therefore I removed the patch, too.
  * Don't call dh_installdeb twice.  (build-dep & build-indep)
  * Added section to create dfsg tarball automatically to debian/rules (experimental!!)
  * Added lintian.overrides for -fPIC since somehow virtualbox doesn't work with
  * Added patch to prevent building modules and kernel code when building the
    gui.
  * Install udev rule with virtualbox and not with the module, since several
    modules for several kernels could be there.
  * Improved copyright statements in copyright file.
  * Corrected .desktop file

 -- Patrick Winnertz <patrick.winnertz@skolelinux.org>  Thu, 30 Aug 2007 12:35:51 +0200
