[gcc-7] 85/354: * Install the unprefixed man pages for gcc-ar, -nm and ranlib. Closes: #851698.
Ximin Luo
infinity0 at debian.org
Thu Nov 23 15:50:34 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 07093f83032ca7141f657251fb3fe33c261a1e25
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Wed Jan 18 18:00:15 2017 +0000
* Install the unprefixed man pages for gcc-ar, -nm and ranlib.
Closes: #851698.
git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9227 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 7 ++++---
debian/rules.d/binary-gcc.mk | 6 +++++-
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 68a9f95..cb5b2d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,12 @@
-gcc-7 (7-20170107-1) experimental; urgency=medium
+gcc-7 (7-20170113-1) experimental; urgency=medium
* GCC 7 snapshot build, taken from the trunk 20170107.
- * Update zlib to 1.2.10.
* Always configure sparc builds --with-cpu-32=ultrasparc (James Clark).
* Enable gccgo on m68k (John Paul Adrian Glaubitz). Addresses: #850749.
+ * Install the unprefixed man pages for gcc-ar, -nm and ranlib.
+ Closes: #851698.
- -- Matthias Klose <doko at debian.org> Sat, 07 Jan 2017 14:16:53 +0100
+ -- Matthias Klose <doko at debian.org> Fri, 13 Jan 2017 14:23:03 +0100
gcc-7 (7-20161230-1) experimental; urgency=medium
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-7.git
More information about the Reproducible-commits
mailing list