[gcc-7] 133/354: * Bump binutils version requirement to 2.28.
Ximin Luo
infinity0 at debian.org
Thu Nov 23 15:50:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository gcc-7.
commit d09448aa1d77c920e6d0594bc59b4d2e985f8f39
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Fri Mar 3 09:29:30 2017 +0000
* Bump binutils version requirement to 2.28.
git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9334 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 6 ++++++
debian/control | 2 +-
debian/rules.conf | 4 ++--
3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 351e224..c3704bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gcc-7 (7-20170303-1) UNRELEASED; urgency=medium
+
+ * Bump binutils version requirement to 2.28.
+
+ -- Matthias Klose <doko at debian.org> Fri, 03 Mar 2017 10:14:38 +0100
+
gcc-7 (7-20170302-1) experimental; urgency=medium
* GCC 7 snapshot build, taken from the trunk 20170302.
diff --git a/debian/control b/debian/control
index 6dbfc4c..dc385a4 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9.20141010), dpkg-dev (>= 1.17.14),
libunwind7-dev (>= 0.98.5-6) [ia64], libatomic-ops-dev [ia64],
autogen, gawk, lzma, xz-utils, patchutils,
zlib1g-dev, systemtap-sdt-dev [linux-any kfreebsd-any hurd-any],
- binutils:native (>= 2.27.90.20170227) | binutils-multiarch:native (>= 2.27.90.20170227), binutils-hppa64-linux-gnu:native (>= 2.27.90.20170227) [hppa amd64 i386 x32],
+ binutils:native (>= 2.28) | binutils-multiarch:native (>= 2.28), binutils-hppa64-linux-gnu:native (>= 2.28) [hppa amd64 i386 x32],
gperf (>= 3.0.1), bison (>= 1:2.3), flex, gettext,
gdb:native, nvptx-tools [amd64],
texinfo (>= 4.3), locales, sharutils,
diff --git a/debian/rules.conf b/debian/rules.conf
index a18d9e5..d9f09d1 100644
--- a/debian/rules.conf
+++ b/debian/rules.conf
@@ -210,8 +210,8 @@ else
BINUTILSBDV = 2.25-7~
else ifneq (,$(filter $(distrelease),xenial))
BINUTILSBDV = 2.26.1
- else ifneq (,$(filter $(distrelease),sid stretch zesty))
- BINUTILSBDV = 2.27.90.20170227
+ else ifneq (,$(filter $(distrelease),sid stretch buster zesty))
+ BINUTILSBDV = 2.28
endif
endif
ifeq ($(DEB_CROSS),yes)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-7.git
More information about the Reproducible-commits
mailing list