[gcc-6] 245/401: * Fix symlinks for gcj manual pages. Closes: #842407.

Ximin Luo infinity0 at debian.org
Wed Apr 5 15:49:50 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 2e8b25b01c7eba6f739fcfd24dbc90c56eccc754
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Sat Oct 29 10:25:48 2016 +0000

      * Fix symlinks for gcj manual pages. Closes: #842407.
    
    
    git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@9021 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog              | 6 ++++++
 debian/rules.d/binary-java.mk | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9626a6e..4ce8322 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gcc-6 (6.2.0-11) UNRELEASED; urgency=medium
+
+  * Fix symlinks for gcj manual pages. Closes: #842407.
+
+ -- Matthias Klose <doko at debian.org>  Sat, 29 Oct 2016 12:24:50 +0200
+
 gcc-6 (6.2.0-10) unstable; urgency=medium
 
   * Update to SVN 20161027 (r241619, 6.2.1) from the gcc-6-branch.
diff --git a/debian/rules.d/binary-java.mk b/debian/rules.d/binary-java.mk
index 0acf7ea..1327d76 100644
--- a/debian/rules.d/binary-java.mk
+++ b/debian/rules.d/binary-java.mk
@@ -436,12 +436,12 @@ ifeq ($(unprefixed_names),yes)
 	    $(d_jrehl)/$(PF)/bin/$$i$(pkg_ver); \
 	done
 	for i in gorbd grmid grmiregistry gkeytool gtnameserv; do \
-	  ln -sf $(cmd_prefix)gnat$(pkg_ver).1.gz \
+	  ln -sf $(cmd_prefix)$$i$(pkg_ver).1.gz \
 	    $(d_jrehl)/$(PF)/share/man/man1/$$i$(pkg_ver).1.gz; \
 	done
   ifneq ($(GFDL_INVARIANT_FREE),yes)
 	for i in gij gcj-dbtool; do \
-	  ln -sf $(cmd_prefix)gnat$(pkg_ver).1.gz \
+	  ln -sf $(cmd_prefix)$$i$(pkg_ver).1.gz \
 	    $(d_jrehl)/$(PF)/share/man/man1/$$i$(pkg_ver).1.gz; \
 	done
   endif

-- 
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