[Pkg-bitcoin-commits] [bitcoin] 01/05: Use default gcc: Bug#871514 is solved now. Stop build-depend on gcc-6 or g++-6.

Jonas Smedegaard dr at jones.dk
Thu Nov 2 23:32:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.15.0.1_dfsg-2
in repository bitcoin.

commit 09a33ecb998fda8576a048a98a54a306d7fb4c7e
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Sep 24 21:26:58 2017 +0200

    Use default gcc: Bug#871514 is solved now. Stop build-depend on gcc-6 or g++-6.
---
 debian/control | 2 --
 debian/rules   | 4 ----
 2 files changed, 6 deletions(-)

diff --git a/debian/control b/debian/control
index 4255647..e0eab52 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,6 @@ Build-Depends:
  debhelper,
  dh-autoreconf,
  dh-exec,
- gcc-6,
- g++-6,
  libboost-chrono-dev,
  libboost-filesystem-dev,
  libboost-program-options-dev,
diff --git a/debian/rules b/debian/rules
index 8317394..b5a8406 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,10 +25,6 @@ FAKETMP = $(CURDIR)/debian/faketmp
 # resolve if release is experimental
 EXP_RELEASE = $(filter experimental% UNRELEASED,$(DEB_DISTRIBUTION))
 
-# GCC7 cause FTBFS on mips64el, see bug#871514
-export CC = gcc-6
-export CXX = g++-6
-
 %:
 	dh $@ --parallel --with autotools-dev,autoreconf,bash-completion,pkgkde_symbolshelper
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/bitcoin.git



More information about the Pkg-bitcoin-commits mailing list