[gcc-6] 54/401: * Bump libmpx soname. Closes: #812084.
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:48:01 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 56afdf779e66052ba70db7d9582a0382743333bf
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Wed Jan 20 13:26:44 2016 +0000
* Bump libmpx soname. Closes: #812084.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@8608 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 1 +
debian/rules.sonames | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 9e868cd..90a93c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ gcc-6 (6-20160117-2) experimental; urgency=medium
* Fix gnat build failure on KFreeBSD (Steven Chamberlain). Closes: #811063).
* Fix dependencies on target libraries which are not built anymore
from this source.
+ * Bump libmpx soname. Closes: #812084.
-- Matthias Klose <doko at debian.org> Mon, 18 Jan 2016 13:35:20 +0100
diff --git a/debian/rules.sonames b/debian/rules.sonames
index 5dfe66a..d4f8a6b 100644
--- a/debian/rules.sonames
+++ b/debian/rules.sonames
@@ -61,7 +61,8 @@ ifeq (,$(wildcard debian/soname-cache))
echo CILKRTS_SONAME=5 >> $$cache; \
echo CC1_SONAME=0 >> $$cache; \
echo GCCJIT_SONAME=0 >> $$cache; \
- echo MPX_SONAME=0 >> $$cache; \
+ v=`tail -1 $(srcdir)/libmpx/mpxrt/libtool-version | cut -d: -f1`; \
+ echo MPX_SONAME=$$v >> $$cache; \
cat $$cache)
else
SONAME_VARS := $(shell cat debian/soname-cache)
--
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