debian/0000775000000000000000000000000012656661653007210 5ustar debian/compat0000664000000000000000000000000212654622145010375 0ustar 9 debian/watch0000664000000000000000000000022112654622145010223 0ustar version=3 http://download.virtualbox.org/virtualbox/([\d\.\-]+)/VBoxGuestAdditions_([\d\.\-]+).iso \ debian /bin/sh debian/get-orig-source.sh debian/get-orig-source.sh0000775000000000000000000000215012654622145012547 0ustar #!/bin/sh set -ex if [ $# -ne 3 ]; then echo "Error: 3 parameters are required." exit 1 fi if [ "$1" != "--upstream-version" ]; then echo "Error: First parameter needs to be --upstream-version." exit 1 fi UPSTREAM_VERSION=$2 ORIG_TARBALL=$3 ORGDIR=`pwd` cd `dirname $ORIG_TARBALL` if ! wget -O - http://download.virtualbox.org/virtualbox/$UPSTREAM_VERSION/SHA256SUMS | grep iso | sha256sum -c --strict -; then echo "Error: checksum doesn't match." exit 1 fi cd $ORGDIR PACKAGE_NAME=`awk '/^Source: / { print $2 }' debian/control` if [ -z "$PACKAGE_NAME" ]; then echo "Error: couldn't determine package name." exit 1 fi TMP=`mktemp -d` if [ -z "$TMP" ]; then echo "Error: couldn't create a tmp dir." exit 1 fi trap 'rm -r $TMP' EXIT mkdir $TMP/${PACKAGE_NAME}-$UPSTREAM_VERSION mv $ORIG_TARBALL $TMP/${PACKAGE_NAME}-$UPSTREAM_VERSION/ cd $TMP tar czf ${PACKAGE_NAME}_$UPSTREAM_VERSION.orig.tar.gz ${PACKAGE_NAME}-$UPSTREAM_VERSION mv ${PACKAGE_NAME}_$UPSTREAM_VERSION.orig.tar.gz $ORGDIR/../ cd $ORGDIR echo "Done, now you can run gbp import-orig ../${PACKAGE_NAME}_$UPSTREAM_VERSION.orig.tar.gz" debian/gbp.conf0000664000000000000000000000005712654622145010620 0ustar [DEFAULT] pristine-tar = True sign-tags = True debian/changelog0000664000000000000000000002655312656661653011075 0ustar virtualbox-guest-additions-iso (4.3.36-1ubuntu1.14.04.1) trusty-security; urgency=medium * Upload to trusty, following the virtualbox security upload (LP: #1540243) -- Gianfranco Costamagna Thu, 04 Feb 2016 11:14:10 +0100 virtualbox-guest-additions-iso (4.3.36-1) unstable; urgency=medium * New upstream release. * Update my uid. -- Gianfranco Costamagna Wed, 15 Jul 2015 12:23:25 +0200 virtualbox-guest-additions-iso (4.3.30-1) unstable; urgency=medium * New upstream release. * Conflict with upstream proprietary packages 5.0 series. -- Gianfranco Costamagna Wed, 15 Jul 2015 12:20:08 +0200 virtualbox-guest-additions-iso (4.3.28-1) unstable; urgency=medium * New upstream release (Closes: #786662). -- Gianfranco Costamagna Thu, 14 May 2015 10:09:31 +0200 virtualbox-guest-additions-iso (4.3.26-2) unstable; urgency=medium * Upload to Unstable -- Ritesh Raj Sarraf Thu, 30 Apr 2015 12:24:46 +0530 virtualbox-guest-additions-iso (4.3.26-1) experimental; urgency=medium * New upstream release. * Conflict with upstream proprietary packages 4.3 series. -- Gianfranco Costamagna Tue, 17 Mar 2015 08:33:50 +0100 virtualbox-guest-additions-iso (4.3.24-1) experimental; urgency=medium * New upstream release. -- Gianfranco Costamagna Tue, 03 Mar 2015 14:14:59 +0100 virtualbox-guest-additions-iso (4.3.22-1) experimental; urgency=medium * New upstream release. * Update copyright year. -- Gianfranco Costamagna Fri, 13 Feb 2015 12:01:27 +0100 virtualbox-guest-additions-iso (4.3.20-1) experimental; urgency=medium * New upstream release. -- Gianfranco Costamagna Wed, 03 Dec 2014 09:55:53 +0100 virtualbox-guest-additions-iso (4.3.18-3) unstable; urgency=high * Reuploading the previous package, the -2 got removed because of missing arch=all package. -- Gianfranco Costamagna Sat, 21 Mar 2015 22:23:17 +0100 virtualbox-guest-additions-iso (4.3.18-2) unstable; urgency=medium * Conflict with upstream proprietary packages 4.3 series. -- Gianfranco Costamagna Mon, 09 Mar 2015 10:22:07 +0100 virtualbox-guest-additions-iso (4.3.18-1) unstable; urgency=medium [ Felix Geyer ] * Remove myself from uploaders. [ Gianfranco Costamagna ] * Bump Standards-Version to 3.9.6, no changes needed. * New upstream release. * Add myself to uploaders. * Wrap-and-sort source tree. * Fix some copyright entries. -- Gianfranco Costamagna Fri, 17 Oct 2014 12:00:41 +0200 virtualbox-guest-additions-iso (4.3.14-1) unstable; urgency=medium [ Gianfranco Costamagna ] * [e7ffad6] Imported Upstream version 4.3.14 * Bump Standards-Version to 3.9.5, no changes needed. * Bump compat level to 9. -- Felix Geyer Sun, 27 Jul 2014 12:04:20 +0200 virtualbox-guest-additions-iso (4.3.12-1) unstable; urgency=medium [ Ritesh Raj Sarraf ] * [9c43552] Imported Upstream version 4.3.12 -- Ritesh Raj Sarraf Tue, 03 Jun 2014 10:14:32 -0400 virtualbox-guest-additions-iso (4.3.10-1) unstable; urgency=medium * New upstream release. -- Felix Geyer Sun, 06 Apr 2014 20:21:38 +0200 virtualbox-guest-additions-iso (4.3.8-1) unstable; urgency=medium * Imported Upstream version 4.3.8 -- Ritesh Raj Sarraf Thu, 13 Mar 2014 00:23:35 +0530 virtualbox-guest-additions-iso (4.3.6-1) unstable; urgency=medium [ Ritesh Raj Sarraf ] * New upstream release. -- Felix Geyer Mon, 10 Feb 2014 19:54:41 +0100 virtualbox-guest-additions-iso (4.3.2-1) unstable; urgency=low [ Ritesh Raj Sarraf ] * New upstream relesae * [292a57b] Add myself to uploaders -- Ritesh Raj Sarraf Wed, 11 Dec 2013 07:19:12 -0500 virtualbox-guest-additions-iso (4.2.16-1) unstable; urgency=low [ Felix Geyer ] * New upstream release. * Use canonical URIs for Vcs-* fields. -- Felix Geyer Sun, 21 Jul 2013 23:03:00 +0200 virtualbox-guest-additions-iso (4.2.10-2) unstable; urgency=low * Upload to unstable. * Add missing Files field to debian/copyright. -- Felix Geyer Thu, 16 May 2013 22:04:40 +0200 virtualbox-guest-additions-iso (4.2.10-1) experimental; urgency=low * New upstream release. -- Felix Geyer Sun, 31 Mar 2013 20:54:36 +0200 virtualbox-guest-additions-iso (4.2.8-1) experimental; urgency=low * New upstream release. (Closes: #701025) * Switch to my @debian.org email address. * Drop the transitional package virtualbox-guest-additions. * Bump Standards-Version to 3.9.4, no changes needed. * Conflict with virtualbox-4.2. -- Felix Geyer Wed, 06 Mar 2013 22:10:15 +0100 virtualbox-guest-additions-iso (4.1.18-1) unstable; urgency=low * New upstream release. -- Felix Geyer Thu, 21 Jun 2012 15:32:41 +0200 virtualbox-guest-additions-iso (4.1.16-1) unstable; urgency=low * New upstream release. * Update copyright file to the final copyright-format 1.0 spec. -- Felix Geyer Tue, 29 May 2012 11:21:02 +0200 virtualbox-guest-additions-iso (4.1.14-1) unstable; urgency=low * New upstream release. -- Felix Geyer Wed, 02 May 2012 09:47:02 +0200 virtualbox-guest-additions-iso (4.1.12-1) unstable; urgency=low * New upstream release. -- Felix Geyer Tue, 03 Apr 2012 16:50:59 +0200 virtualbox-guest-additions-iso (4.1.10-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.3, no changes needed. -- Felix Geyer Sun, 18 Mar 2012 14:51:46 +0100 virtualbox-guest-additions-iso (4.1.8-1) unstable; urgency=low * New upstream release. * Move the transitional package to section oldlibs. * Add a script to create the upstream tarball. -- Felix Geyer Thu, 29 Dec 2011 15:56:47 +0100 virtualbox-guest-additions-iso (4.1.6-1) unstable; urgency=low * New upstream release. -- Michael Meskes Tue, 15 Nov 2011 14:30:17 +0100 virtualbox-guest-additions-iso (4.1.4-1) unstable; urgency=low * New upstream release. -- Felix Geyer Mon, 17 Oct 2011 23:10:00 +0200 virtualbox-guest-additions-iso (4.1.2-1) unstable; urgency=low * New upstream release. -- Michael Meskes Wed, 24 Aug 2011 13:17:41 +0200 virtualbox-guest-additions-iso (4.1.0-1) unstable; urgency=low * New upstream release. * Conflict with virtualbox-4.1. -- Felix Geyer Mon, 08 Aug 2011 19:25:06 +0200 virtualbox-guest-additions-iso (4.0.10-1) unstable; urgency=low * New upstream release. * Recommend virtualbox instead of the transitional package virtualbox-ose. (Closes: #628965) -- Felix Geyer Thu, 02 Jun 2011 20:12:14 +0200 virtualbox-guest-additions-iso (4.0.8-1) unstable; urgency=low * New upstream release. - Adds support for X Server 1.10. (LP: #773038) * Bump Standards-Version to 3.9.2, no changes needed. * Conflict with virtualbox-3.2 and virtualbox-4.0. * Rename package to virtualbox-guest-additions-iso. - Add a transitional package. * Switch to source format 3.0 (quilt). - Add unapply-patches and abort-on-upstream-changes to local-options. * Drop conflict with virtualbox. -- Felix Geyer Fri, 22 Apr 2011 12:33:50 +0200 virtualbox-guest-additions (4.0.4-1) unstable; urgency=low * Imported Upstream version 4.0.4 -- Michael Meskes Mon, 21 Feb 2011 13:19:32 +0100 virtualbox-guest-additions (4.0.2-1) unstable; urgency=low * New Upstream version 4.0.2 -- Michael Meskes Thu, 20 Jan 2011 11:48:37 +0100 virtualbox-guest-additions (3.2.12-1) unstable; urgency=low * New upstream version. * Update debian/copyright. -- Felix Geyer Fri, 03 Dec 2010 14:03:44 +0100 virtualbox-guest-additions (3.2.10-1) unstable; urgency=low * New Upstream version 3.2.10 -- Michael Meskes Wed, 13 Oct 2010 12:30:52 +0200 virtualbox-guest-additions (3.2.8-1) unstable; urgency=low * New upstream version. * Bump Standards-Version to 3.9.1, no changes needed. -- Felix Geyer Mon, 09 Aug 2010 17:14:05 +0200 virtualbox-guest-additions (3.2.6-1) unstable; urgency=low * New upstream version. -- Felix Geyer Sat, 26 Jun 2010 01:21:51 +0200 virtualbox-guest-additions (3.2.4-1) unstable; urgency=low * New upstream version. -- Felix Geyer Thu, 10 Jun 2010 11:45:36 +0200 virtualbox-guest-additions (3.2.2-1) unstable; urgency=low * Imported Upstream version 3.2.2 -- Michael Meskes Fri, 04 Jun 2010 10:17:51 +0200 virtualbox-guest-additions (3.2.0-1) unstable; urgency=low * New Upstream version. -- Felix Geyer Thu, 20 May 2010 09:05:59 +0200 virtualbox-guest-additions (3.1.8-1) unstable; urgency=low * New Upstream version. * Added source/format file. -- Michael Meskes Tue, 11 May 2010 13:22:22 +0200 virtualbox-guest-additions (3.1.6-1) unstable; urgency=low * New Upstream version. -- Felix Geyer Fri, 26 Mar 2010 17:02:41 +0100 virtualbox-guest-additions (3.1.4-1) unstable; urgency=low [ Felix Geyer ] * Conflict with virtualbox-3.1 * Use ${source:Upstream-Version} for virtualbox-ose dependency * Bump Standards-Version to 3.8.4, no changes needed. * Switch from cdbs to dh 7 rules. * Imported Upstream version 3.1.4 -- Michael Meskes Sat, 13 Feb 2010 23:12:32 +0100 virtualbox-guest-additions (3.1.2-1) unstable; urgency=low * Imported Upstream version 3.1.2 -- Michael Meskes Fri, 18 Dec 2009 09:25:49 +0100 virtualbox-guest-additions (3.1.0-1) unstable; urgency=low * New Upstream version. -- Michael Meskes Tue, 08 Dec 2009 08:20:45 +0100 virtualbox-guest-additions (3.0.12-1) unstable; urgency=low * New Upstream version. -- Felix Geyer Mon, 23 Nov 2009 11:48:41 +0100 virtualbox-guest-additions (3.0.10-1) unstable; urgency=low * New Upstream version. * Conflict with upstream proprietary packages as they also install the iso image. LP: #456891. -- Felix Geyer Sat, 31 Oct 2009 18:15:55 +0100 virtualbox-guest-additions (3.0.8-1) unstable; urgency=low * New Upstream version. -- Felix Geyer Wed, 07 Oct 2009 18:25:20 +0200 virtualbox-guest-additions (3.0.6-1) unstable; urgency=low * New Upstream version. * Update standards version to 3.8.3 (no changes required). -- Felix Geyer Fri, 11 Sep 2009 18:56:52 +0200 virtualbox-guest-additions (3.0.4-1) unstable; urgency=low * New Upstream version. -- Felix Geyer Sun, 09 Aug 2009 12:06:56 +0200 virtualbox-guest-additions (2.2.4-1) unstable; urgency=low [ Felix Geyer ] * Initial release. (Closes: #534235, #533319) [ Michael Meskes ] * Moved package to team maintenance by Debian Virtualbox Team. -- Michael Meskes Sun, 28 Jun 2009 13:56:28 +0200 debian/rules0000775000000000000000000000025012654622145010254 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_install: cp VBoxGuestAdditions_*.iso debian/virtualbox-guest-additions-iso/usr/share/virtualbox/VBoxGuestAdditions.iso debian/dirs0000664000000000000000000000002512654622145010060 0ustar usr/share/virtualbox debian/copyright0000664000000000000000000002431212654622145011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: VirtualBox Guest Additions iso image Upstream-Contact: Oracle Corporation http://www.oracle.com/ Source: http://www.virtualbox.org/ Disclaimer: This package is formally not part of the Debian GNU/Linux distribution, because § 2 (2) of the VirtualBox PUEL license only allows the redistribution of "unmodified copies of the ISO installation medium", but not the source code. Files: * Copyright: 2004-2010, Oracle Corporation License: Virtualbox-PUEL VirtualBox PUEL terms and conditions . License version 8, April 19, 2010 . ORACLE CORPORATION ("ORACLE") IS WILLING TO LICENSE THE PRODUCT (AS DEFINED IN § 1 BELOW) TO YOU ONLY UPON THE CONDITION THAT YOU ACCEPT ALL OF THE TERMS CONTAINED IN THIS VIRTUALBOX PERSONAL USE AND EVALUATION LICENSE AGREEMENT ("AGREEMENT"). PLEASE READ THE AGREEMENT CAREFULLY. BY DOWNLOADING OR INSTALLING THIS PRODUCT, YOU ACCEPT THE FULL TERMS OF THIS AGREEMENT. . IF YOU ARE AGREEING TO THIS LICENSE ON BEHALF OF AN ENTITY OTHER THAN AN INDIVIDUAL PERSON, YOU REPRESENT THAT YOU ARE BINDING AND HAVE THE RIGHT TO BIND THE ENTITY TO THE TERMS AND CONDITIONS OF THIS AGREEMENT. . § 1 Subject of Agreement. "Product", as referred to in this Agreement, shall be the binary software package "Oracle VM VirtualBox," which Product allows for creating multiple virtual computers, each with different operating systems ("Guest Computers"), on a physical computer with a specific operating system ("Host Computer"), to allow for installing and executing these Guest Computers simultaneously. The Product consists of executable files in machine code for the Solaris, Windows, Linux, and Mac OS X operating systems as well as other data files as required by the executable files at run-time and documentation in electronic form. The Product includes all documentation and updates provided to You by Oracle under this Agreement and the terms of this Agreement will apply to all such documentation and updates unless a different license is provided with an update or documentation. . § 2 Grant of license. (1) Oracle grants you a personal, non-exclusive, non-transferable, limited license without fees to reproduce, install, execute, and use internally the Product a Host Computer for your Personal Use, Educational Use, or Evaluation. "Personal Use" requires that you use the Product on the same Host Computer where you installed it yourself and that no more than one client connect to that Host Computer at a time for the purpose of displaying Guest Computers remotely. "Educational use" is any use in an academic institution (schools, colleges and universities, by teachers and students). "Evaluation" means testing the Product for a reasonable period (that is, normally for a few weeks); after expiry of that term, you are no longer permitted to evaluate the Product. . (2) The "VirtualBox Guest Additions" are a set of drivers and utilities that are shipped as a subset of the Product for the purpose of being installed inside a Guest Computer to improve its performance and cooperation with the rest of the Product. In addition to and independent of the rights granted by subsection 1, Oracle allows you to install, execute, copy and redistribute a) unmodified copies of the ISO installation medium of the VirtualBox Guest Additions as shipped with the Product and b) the VirtualBox Guest Additions together with the Guest Computer into which they have been installed. . § 3 Restrictions and Reservation of Rights. (1) Any use beyond the provisions of § 2 is prohibited. The Product and copies thereof provided to you under this Agreement are copyrighted and licensed, not sold, to you by Oracle. Oracle reserves all copyrights and other intellectual property rights. This includes, but is not limited to, the right to modify, make available or public, rent out, lease, lend or otherwise distribute the Product. This does not apply as far as applicable law may require otherwise or if Oracle grants you additional rights of use in a separate agreement in writing. . (2) You may not do any of the following: (a) modify the Product. However if the documentation accompanying Product lists specific portions of Product, such as header files, class libraries, reference source code, and/or redistributable files, that may be handled differently, you may do so only as provided in the documentation; (b) rent, lease, lend or encumber the Product; (c) remove or alter any proprietary legends or notices contained in the Product; or (d) decompile, or reverse engineer the Product (unless enforcement of this restrictions is prohibited by applicable law). . (3) The Product is not designed, licensed or intended for use in the design, construction, operation or maintenance of any nuclear facility and Oracle and its licensors disclaim any express or implied warranty of fitness for such uses. . (4) No right, title or interest in or to any trademark, service mark, logo or trade name of Oracle or its licensors is granted under this Agreement. . § 4 Termination. The Agreement is effective on the Date you receive the Product and remains effective until terminated. Your rights under this Agreement will terminate immediately without notice from Oracle if you materially breach it or take any action in derogation of Oracle's and/or its licensors' rights to Product. Oracle may terminate this Agreement should any Product become, or in Oracle's reasonable opinion likely to become, the subject of a claim of intellectual property infringement or trade secret misappropriation. Upon termination, you will cease use of, and destroy, Product and confirm compliance in writing to Oracle. Sections 3-9, inclusive, will survive termination of the Agreement. . § 5 Disclaimer of Warranty. TO THE EXTENT NOT PROHIBITED BY APPLICABLE LAW, ORACLE PROVIDES THE PRODUCT "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, EXCEPT TO THE EXTENT THAT THESE DISCLAIMERS ARE HELD TO BE LEGALLY INVALID. The entire risk as to the quality and performance of the Product is with you. Should it prove defective, you assume the cost of all necessary servicing, repair, or correction. In addition, Oracle shall be allowed to provide updates to the Product in urgent cases. You are then obliged to install such updates. Such an urgent case includes, but is not limited to, a claim of rights to the Product by a third party. . § 6 Limitation of Liability. TO THE EXTENT NOT PROHIBITED BY APPLICABLE LAW, IN NO EVENT WILL ORACLE OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF OR RELATED TO THE USE OF OR INABILITY TO USE PRODUCT, EVEN IF ORACLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. In no event will Oracle's liability to you, whether in contract, tort (including negligence), or otherwise, exceed the amount paid by you for Product under this Agreement. Some states do not allow the exclusion of incidental or consequential damages, so some of the terms above may not be applicable to you. . § 7 Third Party Code. Portions of Product may be provided with notices and open source licenses from communities and third parties that govern the use of those portions, and any licenses granted hereunder do not alter any rights and obligations You may have under such open source licenses, however, the disclaimer of warranty and limitation of liability provisions in this Agreement will apply to all the Product. . § 8 Export Regulations. All Product, documents, technical data, and any other materials delivered under this Agreement are subject to U.S. export control laws and may be subject to export or import regulations in other countries. You agree to comply strictly with these laws and regulations and acknowledge that you have the responsibility to obtain any licenses to export, re-export, or import as may be required after delivery to you. . § 9 U.S. Government Restricted Rights. If Product is being acquired by or on behalf of the U.S. Government or by a U.S. Government prime contractor or subcontractor (at any tier), then the Government's rights in Product and accompanying documentation will be only as set forth in this Agreement; this is in accordance with 48 CFR 227.7201 through 227.7202-4 (for Department of Defense (DOD) acquisitions) and with 48 CFR 2.101 and 12.212 (for non-DOD acquisitions). . § 10 Miscellaneous. This Agreement is the entire agreement between you and Oracle relating to its subject matter. It supersedes all prior or contemporaneous oral or written communications, proposals, representations and warranties and prevails over any conflicting or additional terms of any quote, order, acknowledgment, or other communication between the parties relating to its subject matter during the term of this Agreement. No modification of this Agreement will be binding, unless in writing and signed by an authorized representative of each party. If any provision of this Agreement is held to be unenforceable, this Agreement will remain in effect with the provision omitted, unless omission would frustrate the intent of the parties, in which case this Agreement will immediately terminate. Course of dealing and other standard business conditions of the parties or the industry shall not apply. This Agreement is governed by the substantive and procedural laws of California and you and Oracle agree to submit to the exclusive jurisdiction of, and venue in, the courts in San Francisco, San Mateo, or Santa Clara counties in California in any dispute arising out of or relating to this Agreement. Files: debian/* Copyright: 2009-2014, Felix Geyer 2009-2010, Michael Meskes 2013-2014, Ritesh Raj Sarraf 2014-2015, Gianfranco Costamagna License: GPL-2+ On Debian systems the full text of the GNU General Public License can be found in the `/usr/share/common-licenses/GPL-2' file. debian/source/0000775000000000000000000000000012654622145010477 5ustar debian/source/format0000664000000000000000000000001412654622145011705 0ustar 3.0 (quilt) debian/control0000664000000000000000000000310512656661661010611 0ustar Source: virtualbox-guest-additions-iso Section: non-free/misc Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Virtualbox Team Uploaders: Ritesh Raj Sarraf , Gianfranco Costamagna Build-Depends: debhelper (>= 9) Standards-Version: 3.9.6 Homepage: http://www.virtualbox.org/ Vcs-Git: git://anonscm.debian.org/pkg-virtualbox/virtualbox-guest-additions-iso.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-virtualbox/virtualbox-guest-additions-iso.git Package: virtualbox-guest-additions-iso Architecture: all Depends: ${misc:Depends} Recommends: virtualbox (>= ${source:Upstream-Version}) Conflicts: virtualbox-2.0, virtualbox-2.1, virtualbox-2.2, virtualbox-3.0, virtualbox-3.1, virtualbox-3.2, virtualbox-4.0, virtualbox-4.1, virtualbox-4.2, virtualbox-4.3, virtualbox-5.0 Breaks: virtualbox-guest-additions (<< 4.0.6-1~) Replaces: virtualbox-guest-additions (<< 4.0.6-1~) Description: guest additions iso image for VirtualBox VirtualBox is a free x86 virtualization solution allowing a wide range of x86 operating systems such as Windows, DOS, BSD or Linux to run on a Linux system. . This package provides an iso image which contains the guest additions for Linux, Solaris and Windows to be installed on the host system. The guest systems then can mount the iso and install the guest additions from there.