[Pkg-virtualbox-commits] [SCM] virtualbox Debian packaging branch, master, updated. debian/4.1.12-dfsg-1
Felix Geyer
debfx-pkg at fobos.de
Wed Apr 4 08:56:03 UTC 2012
The following commit has been merged in the master branch:
commit a53ccd39488bc20120229edf188f785cd9b67d84
Author: Felix Geyer <debfx-pkg at fobos.de>
Date: Tue Apr 3 12:55:43 2012 +0200
Drop 36-ubuntu-pae.patch, applied upstream.
diff --git a/debian/changelog b/debian/changelog
index 879d360..13887e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
virtualbox (4.1.12-dfsg-1) UNRELEASED; urgency=low
* New upstream release.
+ * Drop 36-ubuntu-pae.patch, applied upstream.
* Make the vboxpci module buildable for a i386 kernel when running amd64.
(Closes: #664730)
- Update 12-make-module.patch
diff --git a/debian/patches/36-ubuntu-pae.patch b/debian/patches/36-ubuntu-pae.patch
deleted file mode 100644
index 732fce3..0000000
--- a/debian/patches/36-ubuntu-pae.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Enable PAE when creating Ubuntu VMs.
-Author: Felix Geyer <debfx-pkg at fobos.de>
-Bug: https://www.virtualbox.org/ticket/10236
-Bug-Ubuntu: https://bugs.launchpad.net/bugs/907390
-
---- a/src/VBox/Main/src-all/Global.cpp
-+++ b/src/VBox/Main/src-all/Global.cpp
-@@ -196,7 +196,7 @@ const Global::OSType Global::sOSTypes[SchemaDefs::OSTypeId_COUNT] =
- 384, 12, 8 * _1G64, NetworkAdapterType_I82540EM, 0, StorageControllerType_PIIX4, StorageBus_IDE,
- StorageControllerType_IntelAhci, StorageBus_SATA, ChipsetType_PIIX3, AudioControllerType_AC97 },
- { "Linux", "Linux", SchemaDefs_OSTypeId_Ubuntu, "Ubuntu",
-- VBOXOSTYPE_Ubuntu, VBOXOSHINT_RTCUTC | VBOXOSHINT_USBTABLET,
-+ VBOXOSTYPE_Ubuntu, VBOXOSHINT_RTCUTC | VBOXOSHINT_PAE | VBOXOSHINT_USBTABLET,
- 512, 12, 8 * _1G64, NetworkAdapterType_I82540EM, 0, StorageControllerType_PIIX4, StorageBus_IDE,
- StorageControllerType_IntelAhci, StorageBus_SATA, ChipsetType_PIIX3, AudioControllerType_AC97 },
- { "Linux", "Linux", SchemaDefs_OSTypeId_Ubuntu_64, "Ubuntu (64 bit)",
diff --git a/debian/patches/series b/debian/patches/series
index 4ed7bdf..76deb13 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -14,4 +14,3 @@
32-disable-guest-version-check.patch
33-link-static-libgsoap.patch
35-libvdeplug-soname.patch
-36-ubuntu-pae.patch
--
virtualbox Debian packaging
More information about the Pkg-virtualbox-commits
mailing list