[Pkg-virtualbox-commits] [virtualbox] 14/17: Upload to unstable
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Tue Aug 23 16:42:57 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 e0dddadf76c1090ee293873bfabed7d5c677e67a
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Tue Aug 23 18:27:19 2016 +0200
Upload to unstable
---
debian/changelog | 3 ++-
debian/patches/fix-gcc-check.patch | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 6981687..8339a8e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-virtualbox (5.1.4-dfsg-1) unstable; urgency=medium
+virtualbox (5.1.4-dfsg-1) unstable; urgency=low
* New upstream major release, patch refresh.
* Update dependencies to qt5
* Regenerate manpages
+ * Fix gcc version check for gcc-6.x
-- Gianfranco Costamagna <locutusofborg at debian.org> Wed, 17 Aug 2016 10:33:49 +0200
diff --git a/debian/patches/fix-gcc-check.patch b/debian/patches/fix-gcc-check.patch
new file mode 100644
index 0000000..7325043
--- /dev/null
+++ b/debian/patches/fix-gcc-check.patch
@@ -0,0 +1,13 @@
+Author: Gianfranco Costamagna <locutusofborg at debian.org>
+
+--- virtualbox-5.1.4-dfsg.orig/configure
++++ virtualbox-5.1.4-dfsg/configure
+@@ -441,7 +441,7 @@ check_gcc()
+ -o \( $cc_maj -eq 4 -a $cc_min -lt 2 -a "$OS" = "darwin" \) \
+ -o \( $cc_maj -eq 4 -a $cc_min -gt 9 \) \
+ -o \( $cc_maj -eq 5 -a $cc_min -gt 9 \) \
+- -o \( $cc_maj -eq 6 -a $cc_min -gt 1 \) \
++ -o \( $cc_maj -eq 6 -a $cc_min -gt 9 \) \
+ -o $cc_maj -gt 6 ]; then
+ log_failure "gcc version $cc_maj.$cc_min found, expected gcc 4.x, gcc 5.x or gcc 6.x"
+ fail really
--
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