[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[glibc] 01/01: debian/control.in/main, debian/rules: build with GCC 6.



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

aurel32 pushed a commit to branch glibc-2.24
in repository glibc.

commit 0e2c6fa41d5c59d962f52d3fb36cd2ef2eb7cea6
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Tue Jul 19 21:41:19 2016 +0200

    debian/control.in/main, debian/rules: build with GCC 6.
---
 debian/changelog       | 4 ++++
 debian/control         | 4 ++--
 debian/control.in/main | 4 ++--
 debian/rules           | 2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 536b52a..377fc75 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 glibc (2.23.90+20160711.c10f90d-2) UNRELEASED; urgency=medium
 
+  [ Samuel Thibault ]
   * testsuite-xfail-debian.mk: Add missing test failure (no actual
     regression).
 
+  [ Aurelien Jarno ]
+  * debian/control.in/main, debian/rules: build with GCC 6.
+
  -- Samuel Thibault <sthibault@debian.org>  Tue, 12 Jul 2016 11:16:39 +0200
 
 glibc (2.23.90+20160711.c10f90d-1) experimental; urgency=medium
diff --git a/debian/control b/debian/control
index 57ef083..89de1e3 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,8 @@ Build-Depends: gettext, dpkg (>= 1.18.7), dpkg-dev (>= 1.17.14), xz-utils, file,
  hurd-dev (>= 1:0.5.git20140320~) [hurd-i386] <!stage1> | libihash-dev [hurd-i386] <!stage1>,
  kfreebsd-kernel-headers [kfreebsd-any],
  binutils (>= 2.21),
- g++-5, g++-5-multilib [amd64 i386 kfreebsd-amd64 mips mipsel mipsn32 mipsn32el mips64 mips64el powerpc ppc64 s390x sparc sparc64 x32],
- g++-5 (>= 5.3.1-17) [hurd-i386 i386 kfreebsd-i386],
+ g++-6, g++-6-multilib [amd64 i386 kfreebsd-amd64 mips mipsel mipsn32 mipsn32el mips64 mips64el powerpc ppc64 s390x sparc sparc64 x32],
+ g++-6 (>= 6.1.1-1) [hurd-i386 i386 kfreebsd-i386],
  libc-bin (>= 2.23.90) <cross>
 Build-Depends-Indep: perl, po-debconf (>= 1.0)
 Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
diff --git a/debian/control.in/main b/debian/control.in/main
index e6973d2..6831f89 100644
--- a/debian/control.in/main
+++ b/debian/control.in/main
@@ -10,8 +10,8 @@ Build-Depends: gettext, dpkg (>= 1.18.7), dpkg-dev (>= 1.17.14), xz-utils, file,
  hurd-dev (>= 1:0.5.git20140320~) [hurd-i386] <!stage1> | libihash-dev [hurd-i386] <!stage1>,
  kfreebsd-kernel-headers [kfreebsd-any],
  binutils (>= 2.21),
- g++-5, g++-5-multilib [amd64 i386 kfreebsd-amd64 mips mipsel mipsn32 mipsn32el mips64 mips64el powerpc ppc64 s390x sparc sparc64 x32],
- g++-5 (>= 5.3.1-17) [hurd-i386 i386 kfreebsd-i386],
+ g++-6, g++-6-multilib [amd64 i386 kfreebsd-amd64 mips mipsel mipsn32 mipsn32el mips64 mips64el powerpc ppc64 s390x sparc sparc64 x32],
+ g++-6 (>= 6.1.1-1) [hurd-i386 i386 kfreebsd-i386],
  libc-bin (>= @GLIBC_VERSION@) <cross>
 Build-Depends-Indep: perl, po-debconf (>= 1.0)
 Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
diff --git a/debian/rules b/debian/rules
index d8c7272..c78dc10 100755
--- a/debian/rules
+++ b/debian/rules
@@ -94,7 +94,7 @@ mvec = no
 BASE_CC = gcc
 BASE_CXX = g++
 BASE_MIG = mig
-DEB_GCC_VERSION ?= -5
+DEB_GCC_VERSION ?= -6
 
 RUN_TESTSUITE = yes
 

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


Reply to: