[Pkg-virtualbox-commits] [virtualbox] 01/01: Upload to unstable

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Sat Oct 28 09:38:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

locutusofborg pushed a commit to branch master
in repository virtualbox.

commit 988aa2fc988154a7c6f1c850d5ef49153e7ec412
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Sat Oct 28 11:37:18 2017 +0200

    Upload to unstable
---
 debian/changelog                            |  7 +++++++
 debian/patches/fix-build.patch              | 16 ++++++++++++++++
 debian/patches/series                       |  2 ++
 debian/patches/try-to-build-vboxvideo.patch | 15 +++++++++++++++
 4 files changed, 40 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index baf56ac..0724d3a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+virtualbox (5.2.0-dfsg-2) unstable; urgency=low
+
+  * Tentatively fix virtualbox-dkms (Closes: #879940)
+  * Try to build guest when drm_rect.h is available (Closes: #79895)
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 27 Oct 2017 19:43:50 +0200
+
 virtualbox (5.2.0-dfsg-1) unstable; urgency=low
 
   * Upload to unstable
diff --git a/debian/patches/fix-build.patch b/debian/patches/fix-build.patch
new file mode 100644
index 0000000..b7af2f6
--- /dev/null
+++ b/debian/patches/fix-build.patch
@@ -0,0 +1,16 @@
+Description:   * Tentatively fix virtualbox-dkms
+Author: Gianfranco Costamagna <locutusofborg at debian.org>
+
+Last-Update: 2017-10-27
+
+--- virtualbox-5.2.0-dfsg.orig/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c
++++ virtualbox-5.2.0-dfsg/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c
+@@ -32,7 +32,7 @@
+ #include <iprt/string.h>
+ #include <iprt/mem.h>
+ 
+-#include "VBoxPciInternal.h"
++#include "../VBoxPciInternal.h"
+ 
+ #ifdef VBOX_WITH_IOMMU
+ # include <linux/dmar.h>
diff --git a/debian/patches/series b/debian/patches/series
index 9f88d54..ed69b0f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -16,3 +16,5 @@
 36-fix-vnc-version-string.patch
 37-python-3.6-support.patch
 69143.patch
+fix-build.patch
+try-to-build-vboxvideo.patch
diff --git a/debian/patches/try-to-build-vboxvideo.patch b/debian/patches/try-to-build-vboxvideo.patch
new file mode 100644
index 0000000..4b24fbb
--- /dev/null
+++ b/debian/patches/try-to-build-vboxvideo.patch
@@ -0,0 +1,15 @@
+Author: Gianfranco Costamagna <locutusofborg at debian.org>
+Bug-Debian: https://bugs.debian.org/879940
+Last-Update: 2017-10-27
+
+--- virtualbox-5.2.0-dfsg.orig/src/VBox/Additions/linux/drm/Makefile.module.kms
++++ virtualbox-5.2.0-dfsg/src/VBox/Additions/linux/drm/Makefile.module.kms
+@@ -26,7 +26,7 @@ BUILD = 1
+ # We want to build on Linux 3.11 and later, plus the 3.10 EL 7.3 and later
+ # kernels.  This file was added in 3.11 and back-ported to the EL 7.3 kernel.
+ ifeq ($(wildcard $(KERN_INCL)/drm/drm_rect.h),)
+- BUILD =
++ #BUILD =
+ endif
+ 
+ # And we do not want to build on EL6, regardless of what may have been

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/virtualbox.git



More information about the Pkg-virtualbox-commits mailing list