[gcc-6] 290/401: * Don't apply the ada patches for stage builds.
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:50:05 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 e02c409f51383f48a2b1de59f0179138827b6644
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Sun Nov 20 16:12:53 2016 +0000
* Don't apply the ada patches for stage builds.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@9112 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 6 ++++++
debian/rules.patch | 2 ++
2 files changed, 8 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 2c2f665..f85efde 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gcc-6 (6.2.1-5) UNRELEASED; urgency=medium
+
+ * Don't apply the ada patches for stage builds.
+
+ -- Matthias Klose <doko at debian.org> Sun, 20 Nov 2016 17:12:08 +0100
+
gcc-6 (6.2.1-4) unstable; urgency=medium
* Update to SVN 20161119 (r242621, 6.2.1) from the gcc-6-branch.
diff --git a/debian/rules.patch b/debian/rules.patch
index 3a4052b..3123c42 100644
--- a/debian/rules.patch
+++ b/debian/rules.patch
@@ -151,6 +151,7 @@ debian_patches += ada-arm
debian_patches += ada-kfreebsd
debian_patches += ada-revert-pr63225
+ifeq (,$(DEB_STAGE))
# there should be no harm to always apply these, except for new GCC versions
#ifeq ($(with_ada),yes)
debian_patches += \
@@ -187,6 +188,7 @@ debian_patches += ada-revert-pr63225
debian_patches += ada-link-shlib
#endif
+endif # DEB_STAGE
ifeq ($(with_d),yes)
--
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