[gcc-6] 276/401: * Always apply the gnat patch whether or not gnat is built.
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:50:02 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 c00c8854b45fa749151ced59f1afb309d8c770de
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Fri Nov 18 15:38:22 2016 +0000
* Always apply the gnat patch whether or not gnat is built.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@9089 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 6 ++++++
debian/rules.patch | 5 +++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ec874f3..c4369bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gcc-6 (6.2.1-3) UNRELEASED; urgency=medium
+
+ * Always apply the gnat patch whether or not gnat is built.
+
+ -- Matthias Klose <doko at debian.org> Fri, 18 Nov 2016 16:34:00 +0100
+
gcc-6 (6.2.1-2) unstable; urgency=medium
* Update to SVN 20161118 (r242586, 6.2.1) from the gcc-6-branch.
diff --git a/debian/rules.patch b/debian/rules.patch
index 5dafe83..1c6a46c 100644
--- a/debian/rules.patch
+++ b/debian/rules.patch
@@ -150,7 +150,8 @@ debian_patches += ada-arm
debian_patches += ada-kfreebsd
debian_patches += ada-revert-pr63225
-ifeq ($(with_ada),yes)
+# there should be no harm to always apply these, except for new GCC versions
+#ifeq ($(with_ada),yes)
debian_patches += \
ada-driver-check \
ada-gcc-name \
@@ -184,7 +185,7 @@ ifeq ($(with_ada),yes)
endif
debian_patches += ada-link-shlib
-endif
+#endif
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