[Pkg-virtualbox-commits] [virtualbox] 01/01: Remove gcc-4.9 workaround, the next virtualbox 5.0 will be gcc-5.1 ready (upstream svn revision 55389)
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Fri Apr 24 21:07:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a commit to branch experimental
in repository virtualbox.
commit 4817daab6967e9f3f34f81b44cb3cc2af0f518c2
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Fri Apr 24 23:02:47 2015 +0200
Remove gcc-4.9 workaround, the next virtualbox 5.0 will be gcc-5.1 ready
(upstream svn revision 55389)
---
debian/changelog | 2 ++
debian/control | 3 ---
debian/rules | 4 +---
3 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index da32fc7..4983441 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ virtualbox (5.0.0~beta2-dfsg-1) UNRELEASED; urgency=medium
[ Gianfranco Costamagna ]
* Imported upstream snapshot release.
+ - virtualbox 5.0 builds fine with gcc 5.1, removing the
+ gcc-4.9 workaround (d/{rules,control})
* Patch refresh.
* remove obsolete lintian overrides.
* Add VBoxDTrace not linked against libc lintian override.
diff --git a/debian/control b/debian/control
index 907b4aa..59aa7ce 100644
--- a/debian/control
+++ b/debian/control
@@ -12,9 +12,6 @@ Build-Depends: bzip2,
docbook-xml,
docbook-xsl,
dpkg-dev (>= 1.15.6~),
- gcc-4.9,
- g++-4.9,
- g++-multilib ( << 4:5-0 ) [amd64],
genisoimage,
gsoap (>= 2.8.16),
iasl,
diff --git a/debian/rules b/debian/rules
index b96275f..5fafbaa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,9 +51,7 @@ endif
--disable-kmods \
--enable-webservice \
--enable-vde \
- --enable-vnc \
- --with-gcc=gcc-4.9 \
- --with-g++=g++-4.9
+ --enable-vnc
override_dh_auto_build:
# Building package
--
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