[Pkg-virtualbox-commits] [virtualbox] 01/01: Add patch to make backports easier
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Fri Nov 4 09:50:02 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 867553833770e84460ed9a0c15e03fd3a2e9ccb2
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Fri Nov 4 10:45:17 2016 +0100
Add patch to make backports easier
---
debian/control | 2 +-
debian/patches/old-python.patch | 14 ++++++++++++++
debian/patches/series | 1 +
3 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 786b87c..f3d27a8 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends: bzip2,
gsoap (>= 2.8.16),
iasl,
imagemagick,
- kbuild (>= 1:0.1.9998svn2695),
+ kbuild (>= 1:0.1.9998svn2814~),
libasound2-dev,
libcap-dev,
libcurl4-gnutls-dev,
diff --git a/debian/patches/old-python.patch b/debian/patches/old-python.patch
new file mode 100644
index 0000000..1f43361
--- /dev/null
+++ b/debian/patches/old-python.patch
@@ -0,0 +1,14 @@
+Description: Consider the old pyton in jessie as working
+Author: Gianfranco Costamagna <locutusofborg at debian.org>
+
+--- virtualbox-5.1.8-dfsg.orig/configure
++++ virtualbox-5.1.8-dfsg/configure
+@@ -2114,7 +2114,7 @@ extern "C" int main(void)
+ }
+ EOF
+ found=
+- SUPPYTHONLIBS="python2.7 python2.6 python3.1 python3.2 python3.3 python3.4 python3.5 python3.5m"
++ SUPPYTHONLIBS="python2.7 python2.6 python3.1 python3.2 python3.3 python3.4 python3.4m python3.5 python3.5m"
+ for p in $PYTHONDIR; do
+ for d in $SUPPYTHONLIBS; do
+ for b in lib/x86_64-linux-gnu lib/i386-linux-gnu lib64 lib/64 lib; do
diff --git a/debian/patches/series b/debian/patches/series
index 237597e..277286d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -16,3 +16,4 @@
36-fix-vnc-version-string.patch
fix-build.patch
python3.patch
+old-python.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