[Pkg-virtualbox-commits] [virtualbox] 03/04: Drop patches merged upstream

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Fri Jul 28 08:01:16 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 4bdc9c0ee6451606a2855007f0ecd855a274efae
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Fri Jul 28 09:42:13 2017 +0200

    Drop patches merged upstream
---
 debian/patches/series             |  1 -
 debian/patches/vboxxpcom.py.patch | 13 -------------
 2 files changed, 14 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index 103e578..f62325e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -16,4 +16,3 @@
 36-fix-vnc-version-string.patch
 new-xorg-1.19.patch
 37-python-3.6-support.patch
-vboxxpcom.py.patch
diff --git a/debian/patches/vboxxpcom.py.patch b/debian/patches/vboxxpcom.py.patch
deleted file mode 100644
index 4dac704..0000000
--- a/debian/patches/vboxxpcom.py.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: virtualbox/src/libs/xpcom18a4/python/vboxxpcom.py
-===================================================================
---- virtualbox.orig/src/libs/xpcom18a4/python/vboxxpcom.py
-+++ virtualbox/src/libs/xpcom18a4/python/vboxxpcom.py
-@@ -39,7 +39,7 @@
- if sys.hexversion >= 0x030200f0 and sys.abiflags:
-     _asNew = []
-     for sCandidate in _asVBoxPythons:
--        if isdigit(sCandidate[-1:]):
-+        if sCandidate[-1:].isdigit():
-             _asNew.append(sCandidate + sys.abiflags)
-         else:
-             _asNew.append(sCandidate)

-- 
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