[gcc-6] 56/401: - add libmpx replaces

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 9666c505d13aa8cc6bdbdb390a14a820aa1fd764
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Wed Jan 20 13:32:25 2016 +0000

     - add libmpx replaces
    
    
    git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@8610 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/control    | 3 +++
 debian/control.m4 | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/debian/control b/debian/control
index bce8a00..0981fe6 100644
--- a/debian/control
+++ b/debian/control
@@ -1091,6 +1091,7 @@ Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Priority: optional
 Depends: gcc-6-base (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
+Replaces: libmpx0 (<< 6-20160120-1)
 Description: Intel memory protection extensions (runtime)
  Intel MPX is a set of processor features which, with compiler,
  runtime library and OS support, brings increased robustness to
@@ -1116,6 +1117,7 @@ Architecture: amd64 ppc64 kfreebsd-amd64 s390x sparc64 x32 mipsn32 mipsn32el mip
 Priority: optional
 Depends: gcc-6-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 Conflicts: ${confl:lib32}
+Replaces: lib32mpx0 (<< 6-20160120-1)
 Description: Intel memory protection extensions (32bit)
  Intel MPX is a set of processor features which, with compiler,
  runtime library and OS support, brings increased robustness to
@@ -1138,6 +1140,7 @@ Section: libs
 Architecture: i386 powerpc sparc s390 mips mipsel mipsn32 mipsn32el x32
 Priority: optional
 Depends: gcc-6-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
+Replaces: lib64mpx0 (<< 6-20160120-1)
 Description: Intel memory protection extensions (64bit)
  Intel MPX is a set of processor features which, with compiler,
  runtime library and OS support, brings increased robustness to
diff --git a/debian/control.m4 b/debian/control.m4
index 751f975..12897b7 100644
--- a/debian/control.m4
+++ b/debian/control.m4
@@ -2644,6 +2644,7 @@ Pre-Depends: ${misc:Pre-Depends}
 ')`'dnl
 Priority: ifdef(`TARGET',`extra',`PRI(optional)')
 Depends: BASELDEP, ${shlibs:Depends}, ${misc:Depends}
+Replaces: libmpx0 (<< 6-20160120-1)
 BUILT_USING`'dnl
 Description: Intel memory protection extensions (runtime)
  Intel MPX is a set of processor features which, with compiler,
@@ -2674,6 +2675,7 @@ Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarch32_archs')
 Priority: ifdef(`TARGET',`extra',`PRI(optional)')
 Depends: BASELDEP, ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 Conflicts: ${confl:lib32}
+Replaces: lib32mpx0 (<< 6-20160120-1)
 BUILT_USING`'dnl
 Description: Intel memory protection extensions (32bit)
  Intel MPX is a set of processor features which, with compiler,
@@ -2700,6 +2702,7 @@ Section: ifdef(`TARGET',`devel',`libs')
 Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarch64_archs')
 Priority: ifdef(`TARGET',`extra',`PRI(optional)')
 Depends: BASELDEP, ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
+Replaces: lib64mpx0 (<< 6-20160120-1)
 BUILT_USING`'dnl
 Description: Intel memory protection extensions (64bit)
  Intel MPX is a set of processor features which, with compiler,

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