[gcc-6] 346/401: * Install the unprefixed man pages for gcc-ar, -nm and ranlib. Closes: #851698.
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:50:37 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 1bc3379471848544a1b84e2b92099b5a16557158
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Wed Jan 18 17:52:06 2017 +0000
* Install the unprefixed man pages for gcc-ar, -nm and ranlib.
Closes: #851698.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@9226 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 2 ++
debian/rules.d/binary-gcc.mk | 6 +++++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 2700f93..fb7f20f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,8 @@ gcc-6 (6.3.0-3) UNRELEASED; urgency=medium
* Apply the header changes for PR libstdc++/64735 on armel as well,
conditionalized to keep the header unchanged for other architectures.
Closes: #851273.
+ * Install the unprefixed man pages for gcc-ar, -nm and ranlib.
+ Closes: #851698.
-- Matthias Klose <doko at debian.org> Thu, 12 Jan 2017 13:04:12 +0100
diff --git a/debian/rules.d/binary-gcc.mk b/debian/rules.d/binary-gcc.mk
index 23e66e4..67d0495 100644
--- a/debian/rules.d/binary-gcc.mk
+++ b/debian/rules.d/binary-gcc.mk
@@ -140,11 +140,15 @@ ifeq ($(unprefixed_names),yes)
$(d_gcc)/$(PF)/bin/$$i$(pkg_ver); \
done
ifneq ($(GFDL_INVARIANT_FREE),yes)
- for i in gcc gcov gcc-ar gcc-nm gcc-ranlib; do \
+ for i in gcc gcov; do \
ln -sf $(cmd_prefix)gcc$(pkg_ver).1 \
$(d_gcc)/$(PF)/share/man/man1/$$i$(pkg_ver).1; \
done
endif
+ for i in gcc gcov; do \
+ ln -sf $(cmd_prefix)gcc$(pkg_ver).1 \
+ $(d_gcc)/$(PF)/share/man/man1/$$i$(pkg_ver).1; \
+ done
endif
# dh_installdebconf
--
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