[gcc-7] 126/354: * Install the libcp1plugin.
Ximin Luo
infinity0 at debian.org
Thu Nov 23 15:50:41 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 8298989e4879eb0685801882f2209bda69771ba6
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Thu Mar 2 08:40:30 2017 +0000
* Install the libcp1plugin.
git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9327 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 1 +
debian/rules.d/binary-gcc.mk | 2 +-
debian/rules.d/binary-libcc1.mk | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index cb94349..d524436 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ gcc-7 (7-20170301-1) experimental; urgency=medium
* Allow to disable brig in DEB_BUILD_OPTIONS. Closes: #856452.
* Build the nvptx offload compilers.
* Add the newlib copyright, used for the gcc-7-offload-nvptx package.
+ * Install the libcp1plugin.
[ Nicolas Boulenguez ]
* Use SOURCE_DATE_EPOCH for reproducible ALI timestamps. Closes: #856042.
diff --git a/debian/rules.d/binary-gcc.mk b/debian/rules.d/binary-gcc.mk
index e521c79..ef5f840 100644
--- a/debian/rules.d/binary-gcc.mk
+++ b/debian/rules.d/binary-gcc.mk
@@ -44,7 +44,7 @@ files_gcc = \
ifeq ($(with_cc1),yes)
files_gcc += \
- $(gcc_lib_dir)/plugin/libcc1plugin.so{,.0,.0.0.0}
+ $(gcc_lib_dir)/plugin/libc[cp]1plugin.so{,.0,.0.0.0}
endif
ifeq ($(DEB_STAGE),stage1)
diff --git a/debian/rules.d/binary-libcc1.mk b/debian/rules.d/binary-libcc1.mk
index e28f488..1dba145 100644
--- a/debian/rules.d/binary-libcc1.mk
+++ b/debian/rules.d/binary-libcc1.mk
@@ -18,7 +18,7 @@ $(binary_stamp)-libcc1: $(install_dependencies)
$(docdir) \
$(usr_lib)
$(dh_compat2) dh_movefiles -p$(p_cc1) \
- $(usr_lib)/libc[cp]1.so.*
+ $(usr_lib)/libcc1.so.*
debian/dh_doclink -p$(p_cc1) $(p_xbase)
debian/dh_rmemptydirs -p$(p_cc1)
--
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