[Pkg-virtualbox-commits] [virtualbox] 01/01: Add patch from Michael Hudson-Doyle to detect python3.6
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Sat Jun 24 13:04:56 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 8fd7e32108536e13f43f50013ef78993aab7d83a
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Sat Jun 24 15:01:40 2017 +0200
Add patch from Michael Hudson-Doyle to detect python3.6
---
debian/changelog | 7 +++++++
debian/patches/37-python-3.6-support.patch | 17 +++++++++++++++++
debian/patches/series | 1 +
3 files changed, 25 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 34a0eeb..c1fea8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+virtualbox (5.1.22-dfsg-2) unstable; urgency=medium
+
+ [ Michael Hudson-Doyle ]
+ * Look for Python 3.6 as well as all older versions.
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Sat, 24 Jun 2017 15:00:47 +0200
+
virtualbox (5.1.22-dfsg-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/patches/37-python-3.6-support.patch b/debian/patches/37-python-3.6-support.patch
new file mode 100644
index 0000000..e18b2e1
--- /dev/null
+++ b/debian/patches/37-python-3.6-support.patch
@@ -0,0 +1,17 @@
+Description: add python 3.6m as a supported version
+Author: Michael Hudson-Doyle <michael.hudson at ubuntu.com>
+Origin: vendor
+Last-Update: 2017-06-23
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/configure
++++ b/configure
+@@ -2139,7 +2139,7 @@
+ }
+ EOF
+ found=
+- SUPPYTHONLIBS="python2.7 python2.6 python3.1 python3.2 python3.3 python3.4 python3.4m python3.5 python3.5m"
++ SUPPYTHONLIBS="python2.7 python2.6 python3.1 python3.2 python3.3 python3.4 python3.4m python3.5 python3.5m python3.6m"
+ 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 b48bc21..f62325e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -15,3 +15,4 @@
35-libvdeplug-soname.patch
36-fix-vnc-version-string.patch
new-xorg-1.19.patch
+37-python-3.6-support.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