[gcc-6] 317/401: * Drop build dependency on g++-5.
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:50:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch pu/reproducible_builds
in repository gcc-6.
commit 4055b348eec91e05010f36cf8e21e04a454d12c5
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Tue Dec 13 07:40:16 2016 +0000
* Drop build dependency on g++-5.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@9184 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 6 ++++++
debian/control | 2 +-
debian/rules.conf | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9891ff4..6b6de2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gcc-6 (6.2.1-7) UNRELEASED; urgency=medium
+
+ * Drop build dependency on g++-5.
+
+ -- Matthias Klose <doko at debian.org> Tue, 13 Dec 2016 08:37:46 +0100
+
gcc-6 (6.2.1-6) unstable; urgency=high
* Update to SVN 20161212 (r243558, 6.2.1) from the gcc-6-branch.
diff --git a/debian/control b/debian/control
index c1a0961..a8b105d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian GCC Maintainers <debian-gcc at lists.debian.org>
Uploaders: Matthias Klose <doko at debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9.20141010), dpkg-dev (>= 1.17.14),
- g++-multilib [amd64 i386 kfreebsd-amd64 mips mips64 mips64el mipsel mipsn32 mipsn32el powerpc ppc64 s390 s390x sparc sparc64 x32] <!cross>, g++-5 [arm64] <!cross>,
+ g++-multilib [amd64 i386 kfreebsd-amd64 mips mips64 mips64el mipsel mipsn32 mipsn32el powerpc ppc64 s390 s390x sparc sparc64 x32] <!cross>, g++-6 [arm64] <!cross>,
libc6.1-dev (>= 2.13-5) [alpha ia64] | libc0.3-dev (>= 2.13-5) [hurd-i386] | libc0.1-dev (>= 2.13-5) [kfreebsd-i386 kfreebsd-amd64] | libc6-dev (>= 2.13-5), libc6-dev (>= 2.13-31) [armel armhf], libc6-dev-amd64 [i386 x32], libc6-dev-sparc64 [sparc], libc6-dev-sparc [sparc64], libc6-dev-s390 [s390x], libc6-dev-s390x [s390], libc6-dev-i386 [amd64 x32], libc6-dev-powerpc [ppc64], libc6-dev-ppc64 [powerpc], libc0.1-dev-i386 [kfreebsd-amd64], lib32gcc1 [amd64 ppc64 kfreebsd-amd64 mipsn32 mi [...]
kfreebsd-kernel-headers (>= 0.84) [kfreebsd-any], linux-libc-dev [m68k],
m4, libtool, autoconf2.64,
diff --git a/debian/rules.conf b/debian/rules.conf
index 61bd363..441c5d4 100644
--- a/debian/rules.conf
+++ b/debian/rules.conf
@@ -374,7 +374,7 @@ endif
ifneq (,$(multilib_archs))
GCC_MULTILIB_BUILD_DEP = g++-multilib [$(multilib_archs)]$(pf_ncross),
endif
-GCC_MULTILIB_BUILD_DEP += g++-5 [arm64]$(pf_ncross),
+GCC_MULTILIB_BUILD_DEP += g++-6 [arm64]$(pf_ncross),
LIBUNWIND_DEV_DEP := libunwind7-dev$(LS)$(AQ) (>= 0.98.5-6)
LIBUNWIND_BUILD_DEP := $(LIBUNWIND_DEV_DEP) [ia64],
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-6.git
More information about the Reproducible-commits
mailing list