[Pkg-virtualbox-commits] [virtualbox] 04/05: drop old patch cherry-pick-68274: upstream

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Thu Sep 14 17:44:42 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 edeaf46e822fd50c58ee9f44814e7ccc2f8c8194
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Thu Sep 14 19:39:51 2017 +0200

    drop old patch cherry-pick-68274: upstream
---
 debian/patches/cherry-pick-68274.patch | 26 --------------------------
 debian/patches/series                  |  1 -
 2 files changed, 27 deletions(-)

diff --git a/debian/patches/cherry-pick-68274.patch b/debian/patches/cherry-pick-68274.patch
deleted file mode 100644
index 37581f1..0000000
--- a/debian/patches/cherry-pick-68274.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Origin: https://www.virtualbox.org/changeset?reponame=vbox&new=68274%40trunk%2Fconfigure&old=68031%40trunk%2Fconfigure
---- virtualbox-5.1.26-dfsg.orig/configure
-+++ virtualbox-5.1.26-dfsg/configure
-@@ -417,18 +417,18 @@ check_gcc()
- {
-   test_header gcc
-   if check_avail "$CC" CC really; then
--    cc_ver=`$CC -dumpfullversion` 2>/dev/null
-+    cc_ver=`$CC -dumpfullversion 2>/dev/null`
-     if [ $? -ne 0 ]; then
--      cc_ver=`$CC -dumpversion` 2>/dev/null
-+      cc_ver=`$CC -dumpversion 2>/dev/null`
-     fi
-     if [ $? -ne 0 ]; then
-       log_failure "cannot execute '$CC -dumpversion'"
-       fail really
-     fi
-     if check_avail "$CXX" CXX really; then
--      cxx_ver=`$CXX -dumpfullversion` 2>/dev/null
-+      cxx_ver=`$CXX -dumpfullversion 2>/dev/null`
-       if [ $? -ne 0 ]; then
--        cxx_ver=`$CXX -dumpversion` 2>/dev/null
-+        cxx_ver=`$CXX -dumpversion 2>/dev/null`
-       fi
-       if [ $? -ne 0 ]; then
-         log_failure "cannot execute '$CXX -dumpversion'"
diff --git a/debian/patches/series b/debian/patches/series
index 8ce368d..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
-cherry-pick-68274.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