[gcc-6] 355/401: * Let the gnatgcc symlinks point to the versioned names. Closes: #839209.
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:50:38 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 8d576d5e55a94f0f9d471ff67c020121304ce320
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Mon Jan 23 09:16:21 2017 +0000
* Let the gnatgcc symlinks point to the versioned names. Closes: #839209.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@9248 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 1 +
debian/rules.d/binary-ada.mk | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1410670..4ee0b51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ gcc-6 (6.3.0-4ubuntu1) UNRELEASED; urgency=medium
* Fix removing the RUNPATH from the asan, tsan, ubsan, cilkrts, gfortran
and gphobos runtime libraries.
+ * Let the gnatgcc symlinks point to the versioned names. Closes: #839209.
-- Matthias Klose <doko at debian.org> Sun, 22 Jan 2017 19:19:47 +0100
diff --git a/debian/rules.d/binary-ada.mk b/debian/rules.d/binary-ada.mk
index f02bc20..32deda9 100644
--- a/debian/rules.d/binary-ada.mk
+++ b/debian/rules.d/binary-ada.mk
@@ -336,8 +336,8 @@ endif
usr/share/man/man1/$(cmd_prefix)gcc$(pkg_ver).1.gz usr/share/man/man1/$(cmd_prefix)gnatgcc.1.gz
ifeq ($(unprefixed_names),yes)
dh_link -p$(p_gnat) \
- usr/bin/$(cmd_prefix)gcc usr/bin/gnatgcc \
- usr/share/man/man1/$(cmd_prefix)gcc.1.gz usr/share/man/man1/gnatgcc.1.gz
+ usr/bin/$(cmd_prefix)gcc$(pkg_ver) usr/bin/gnatgcc \
+ usr/share/man/man1/$(cmd_prefix)gcc$(pkg_ver).1.gz usr/share/man/man1/gnatgcc.1.gz
endif
debian/dh_rmemptydirs -p$(p_gnat)
--
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