[gcc-7] 297/354: - bump binutils requirement to 2.29.1
Ximin Luo
infinity0 at debian.org
Thu Nov 23 15:51:22 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 a559f2a4f9bd36a06a9ff5c3e27cdadc5c54cd70
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Wed Sep 20 08:54:25 2017 +0000
- bump binutils requirement to 2.29.1
git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9701 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/control | 2 +-
debian/rules.conf | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 255786c..f8585d7 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 <!nocheck>, gawk, lzma, xz-utils, patchutils,
zlib1g-dev, systemtap-sdt-dev [linux-any kfreebsd-any hurd-any],
- binutils:native (>= 2.28) | binutils-multiarch:native (>= 2.28), binutils-hppa64-linux-gnu:native (>= 2.28) [hppa amd64 i386 x32],
+ binutils:native (>= 2.29.1) | binutils-multiarch:native (>= 2.29.1), binutils-hppa64-linux-gnu:native (>= 2.29.1) [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 6902935..2618c31 100644
--- a/debian/rules.conf
+++ b/debian/rules.conf
@@ -210,8 +210,10 @@ else
BINUTILSBDV = 2.25-7~
else ifneq (,$(filter $(distrelease),xenial))
BINUTILSBDV = 2.26.1
- else ifneq (,$(filter $(distrelease),sid stretch buster zesty artful))
+ else ifneq (,$(filter $(distrelease),stretch zesty))
BINUTILSBDV = 2.28
+ else ifneq (,$(filter $(distrelease),sid buster artful))
+ BINUTILSBDV = 2.29.1
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