[gcc-7] 93/354: * Let the gnatgcc symlinks point to the versioned names. Addresses: #839209.

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:50:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository gcc-7.

commit 50680896630047113ab74ec5a0a13bc7c7db8140
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Mon Jan 23 09:20:10 2017 +0000

      * Let the gnatgcc symlinks point to the versioned names. Addresses: #839209.
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9249 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 8b5f761..6c71da3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ gcc-7 (7-20170121-2) 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. Addresses: #839209.
 
  -- Matthias Klose <doko at debian.org>  Sun, 22 Jan 2017 19:29:00 +0100
 
diff --git a/debian/rules.d/binary-ada.mk b/debian/rules.d/binary-ada.mk
index 159dc34..691bd8e 100644
--- a/debian/rules.d/binary-ada.mk
+++ b/debian/rules.d/binary-ada.mk
@@ -232,8 +232,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-7.git



More information about the Reproducible-commits mailing list