[Pkg-virtualbox-commits] [virtualbox] 01/01: New upload to unstable
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Tue Jun 28 16:35:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a commit to branch master
in repository virtualbox.
commit 4e1420fd6aa1ea00db7de6a3d391d33ce3b6bb54
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Tue Jun 28 18:30:43 2016 +0200
New upload to unstable
---
debian/changelog | 7 +++++++
debian/patches/fix-build.patch | 10 ++++++++++
debian/patches/series | 1 +
3 files changed, 18 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 8aeaa1b..fce5ab2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+virtualbox (5.0.22-dfsg-3) unstable; urgency=high
+
+ * Fix Ubuntu build (patch already accepted upstream)
+ - this should fix also older kernel builds.
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Tue, 28 Jun 2016 18:29:30 +0200
+
virtualbox (5.0.22-dfsg-2) unstable; urgency=low
* Switch to automatic dbg packages.
diff --git a/debian/patches/fix-build.patch b/debian/patches/fix-build.patch
new file mode 100644
index 0000000..4737b6a
--- /dev/null
+++ b/debian/patches/fix-build.patch
@@ -0,0 +1,10 @@
+--- virtualbox-5.0.22-dfsg.orig/src/apps/adpctl/VBoxNetAdpCtl.cpp
++++ virtualbox-5.0.22-dfsg/src/apps/adpctl/VBoxNetAdpCtl.cpp
+@@ -36,6 +36,7 @@ typedef unsigned long long u64;
+ typedef __uint32_t u32;
+ typedef __uint16_t u16;
+ typedef __uint8_t u8;
++# include <limits.h> /* for INT_MAX */
+ # include <linux/ethtool.h>
+ # include <linux/sockios.h>
+ #endif
diff --git a/debian/patches/series b/debian/patches/series
index 5b32c83..9d721a2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -14,3 +14,4 @@
32-disable-guest-version-check.patch
35-libvdeplug-soname.patch
36-fix-vnc-version-string.patch
+fix-build.patch
--
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