[gcc-6] 176/401: * Build-depend on gnat-6 instead of gnat-5 on development distros.
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:48:56 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 af55f355110b4679e599e93590ceec468edeb17e
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Fri Jul 8 12:22:03 2016 +0000
* Build-depend on gnat-6 instead of gnat-5 on development distros.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@8918 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 6 ++++++
debian/control | 2 +-
debian/rules.conf | 4 +++-
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e72d9b0..57b3ed6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gcc-6 (6.1.1-10) UNRELEASED; urgency=medium
+
+ * Build-depend on gnat-6 instead of gnat-5 on development distros.
+
+ -- Matthias Klose <doko at debian.org> Fri, 08 Jul 2016 14:21:00 +0200
+
gcc-6 (6.1.1-9) unstable; urgency=medium
* Update to SVN 20160705 (r237999, 6.1.1) from the gcc-6-branch.
diff --git a/debian/control b/debian/control
index 5cd7ad6..6585813 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 9.20141010), dpkg-dev (>= 1.17.14),
gperf (>= 3.0.1), bison (>= 1:2.3), flex, gettext,
gdb:native,
texinfo (>= 4.3), locales, sharutils,
- procps, zlib1g-dev, libantlr-java, python:native, libffi-dev, fastjar, libmagic-dev, libecj-java (>= 3.3.0-2), zip, libasound2-dev [ !hurd-any !kfreebsd-any], libxtst-dev, libxt-dev, libgtk2.0-dev (>= 2.4.4-2), libart-2.0-dev, libcairo2-dev, gnat-5:native [!m32r !sh3 !sh3eb !sh4eb !powerpcspe !m68k !mips64 !x32], g++-5:native, netbase,
+ procps, zlib1g-dev, libantlr-java, python:native, libffi-dev, fastjar, libmagic-dev, libecj-java (>= 3.3.0-2), zip, libasound2-dev [ !hurd-any !kfreebsd-any], libxtst-dev, libxt-dev, libgtk2.0-dev (>= 2.4.4-2), libart-2.0-dev, libcairo2-dev, gnat-6:native [!m32r !sh3 !sh3eb !sh4eb !powerpcspe !m68k !mips64 !x32], g++-6:native, netbase,
libisl-dev (>= 0.14), libmpc-dev (>= 1.0), libmpfr-dev (>= 3.0.0-9~), libgmp-dev (>= 2:5.0.1~),
dejagnu [!m68k], realpath (>= 1.9.12), chrpath, lsb-release, quilt,
g++-6-alpha-linux-gnu [alpha] <cross>, gobjc-6-alpha-linux-gnu [alpha] <cross>, gfortran-6-alpha-linux-gnu [alpha] <cross>, gcj-6-alpha-linux-gnu [alpha] <cross>, gdc-6-alpha-linux-gnu [alpha] <cross>, gccgo-6-alpha-linux-gnu [alpha] <cross>, gnat-6-alpha-linux-gnu [alpha] <cross>, g++-6-x86-64-linux-gnu [amd64] <cross>, gobjc-6-x86-64-linux-gnu [amd64] <cross>, gfortran-6-x86-64-linux-gnu [amd64] <cross>, gcj-6-x86-64-linux-gnu [amd64] <cross>, gdc-6-x86-64-linux-gnu [amd64] <cross>, [...]
diff --git a/debian/rules.conf b/debian/rules.conf
index e51adcb..3f6cee4 100644
--- a/debian/rules.conf
+++ b/debian/rules.conf
@@ -545,8 +545,10 @@ GO_BUILD_DEP := netbase,
# try to build with itself, or with the last version
ifneq (,$(filter $(distrelease), jessie))
gnat_build_dep := gnat-4.9$(NT) [$(ada_no_archs)], g++-4.9$(NT)
-else ifneq (,$(filter $(distrelease), stretch sid wheezy precise trusty wily xenial yakkety))
+else ifneq (,$(filter $(distrelease), wheezy precise trusty wily xenial))
gnat_build_dep := gnat-5$(NT) [$(ada_no_archs)], g++-5$(NT)
+else ifneq (,$(filter $(distrelease), stretch sid yakkety))
+ gnat_build_dep := gnat-6$(NT) [$(ada_no_archs)], g++-6$(NT)
else ifneq (,$(filter $(distrelease), squeeze lucid))
gnat_build_dep :=
else
--
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