[gcc-7] 172/354: - add Replaces for libgphobos soname bump

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:50:48 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 995cd6a767647143ab689265981904f84e6ec251
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Wed May 3 11:49:11 2017 +0000

     - add Replaces for libgphobos soname bump
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9430 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/control    |  8 ++++++++
 debian/control.m4 | 12 ++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/debian/control b/debian/control
index 0e270e7..38d49e0 100644
--- a/debian/control
+++ b/debian/control
@@ -2216,6 +2216,7 @@ Architecture: amd64 armel armhf i386 x32 kfreebsd-amd64 kfreebsd-i386
 Multi-Arch: same
 Priority: optional
 Depends: gcc-7-base (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
+Replaces: libgphobos68
 Description: Phobos D standard library (runtime library)
  This is the Phobos standard library that comes with the D2 compiler.
  .
@@ -2227,6 +2228,7 @@ Architecture: amd64 armel armhf i386 x32 kfreebsd-amd64 kfreebsd-i386
 Multi-Arch: same
 Priority: extra
 Depends: gcc-7-base (= ${gcc:Version}), libgphobos71 (= ${gdc:Version}), ${misc:Depends}
+Replaces: libgphobos68-dbg
 Description: Phobos D standard library (debug symbols)
  This is the Phobos standard library that comes with the D2 compiler.
  .
@@ -2248,6 +2250,7 @@ Section: libs
 Architecture: i386 powerpc sparc s390 mips mipsel mipsn32 mipsn32el x32
 Priority: optional
 Depends: gcc-7-base (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
+Replaces: lib64gphobos68
 Description: Phobos D standard library (runtime library)
  This is the Phobos standard library that comes with the D2 compiler.
  .
@@ -2258,6 +2261,7 @@ Section: debug
 Architecture: i386 powerpc sparc s390 mips mipsel mipsn32 mipsn32el x32
 Priority: extra
 Depends: gcc-7-base (= ${gcc:Version}), lib64gphobos71 (= ${gdc:Version}), ${misc:Depends}
+Replaces: lib64gphobos68-dbg
 Description: Phobos D standard library (debug symbols)
  This is the Phobos standard library that comes with the D2 compiler.
  .
@@ -2279,6 +2283,7 @@ Section: libs
 Architecture: amd64 ppc64 kfreebsd-amd64 s390x sparc64 x32 mipsn32 mipsn32el mips64 mips64el
 Priority: optional
 Depends: gcc-7-base (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
+Replaces: lib32gphobos68
 Description: Phobos D standard library (runtime library)
  This is the Phobos standard library that comes with the D2 compiler.
  .
@@ -2289,6 +2294,7 @@ Section: debug
 Architecture: amd64 ppc64 kfreebsd-amd64 s390x sparc64 x32 mipsn32 mipsn32el mips64 mips64el
 Priority: extra
 Depends: gcc-7-base (= ${gcc:Version}), lib32gphobos71 (= ${gdc:Version}), ${misc:Depends}
+Replaces: lib32gphobos68-dbg
 Description: Phobos D standard library (debug symbols)
  This is the Phobos standard library that comes with the D2 compiler.
  .
@@ -2310,6 +2316,7 @@ Section: libs
 Architecture: amd64 i386
 Priority: optional
 Depends: gcc-7-base (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
+Replaces: libx32gphobos68
 Description: Phobos D standard library (runtime library)
  This is the Phobos standard library that comes with the D2 compiler.
  .
@@ -2320,6 +2327,7 @@ Section: debug
 Architecture: amd64 i386
 Priority: extra
 Depends: gcc-7-base (= ${gcc:Version}), libx32gphobos71 (= ${gdc:Version}), ${misc:Depends}
+Replaces: libx32gphobos68-dbg
 Description: Phobos D standard library (debug symbols)
  This is the Phobos standard library that comes with the D2 compiler.
  .
diff --git a/debian/control.m4 b/debian/control.m4
index 2331ddc..45878b9 100644
--- a/debian/control.m4
+++ b/debian/control.m4
@@ -4807,6 +4807,7 @@ ifdef(`MULTIARCH', `Multi-Arch: same
 ')`'dnl
 Priority: ifdef(`TARGET',`extra',PRI(optional))
 Depends: BASELDEP, ${shlibs:Depends}, ${misc:Depends}
+Replaces: libgphobos68`'LS
 BUILT_USING`'dnl
 Description: Phobos D standard library (runtime library)
  This is the Phobos standard library that comes with the D2 compiler.
@@ -4820,6 +4821,7 @@ ifdef(`MULTIARCH', `Multi-Arch: same
 ')`'dnl
 Priority: extra
 Depends: BASELDEP, libgphobos`'PHOBOS_V`'LS (= ${gdc:Version}), ${misc:Depends}
+Replaces: libgphobos68-dbg`'LS
 BUILT_USING`'dnl
 Description: Phobos D standard library (debug symbols)
  This is the Phobos standard library that comes with the D2 compiler.
@@ -4843,6 +4845,7 @@ Section: ifdef(`TARGET',`devel',`libs')
 Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarch64_archs')
 Priority: ifdef(`TARGET',`extra',PRI(optional))
 Depends: BASELDEP, ${shlibs:Depends}, ${misc:Depends}
+Replaces: lib64gphobos68`'LS
 BUILT_USING`'dnl
 Description: Phobos D standard library (runtime library)
  This is the Phobos standard library that comes with the D2 compiler.
@@ -4854,6 +4857,7 @@ Section: debug
 Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarch64_archs')
 Priority: extra
 Depends: BASELDEP, lib64gphobos`'PHOBOS_V`'LS (= ${gdc:Version}), ${misc:Depends}
+Replaces: lib64gphobos68-dbg`'LS
 BUILT_USING`'dnl
 Description: Phobos D standard library (debug symbols)
  This is the Phobos standard library that comes with the D2 compiler.
@@ -4877,6 +4881,7 @@ Section: ifdef(`TARGET',`devel',`libs')
 Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarch32_archs')
 Priority: ifdef(`TARGET',`extra',PRI(optional))
 Depends: BASELDEP, ${shlibs:Depends}, ${misc:Depends}
+Replaces: lib32gphobos68`'LS
 BUILT_USING`'dnl
 Description: Phobos D standard library (runtime library)
  This is the Phobos standard library that comes with the D2 compiler.
@@ -4888,6 +4893,7 @@ Section: debug
 Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarch32_archs')
 Priority: extra
 Depends: BASELDEP, lib32gphobos`'PHOBOS_V`'LS (= ${gdc:Version}), ${misc:Depends}
+Replaces: lib32gphobos68-dbg`'LS
 BUILT_USING`'dnl
 Description: Phobos D standard library (debug symbols)
  This is the Phobos standard library that comes with the D2 compiler.
@@ -4948,6 +4954,7 @@ Section: ifdef(`TARGET',`devel',`libs')
 Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarchx32_archs')
 Priority: ifdef(`TARGET',`extra',PRI(optional))
 Depends: BASELDEP, ${shlibs:Depends}, ${misc:Depends}
+Replaces: libx32gphobos68`'LS
 BUILT_USING`'dnl
 Description: Phobos D standard library (runtime library)
  This is the Phobos standard library that comes with the D2 compiler.
@@ -4959,6 +4966,7 @@ Section: debug
 Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarchx32_archs')
 Priority: extra
 Depends: BASELDEP, libx32gphobos`'PHOBOS_V`'LS (= ${gdc:Version}), ${misc:Depends}
+Replaces: libx32gphobos68-dbg`'LS
 BUILT_USING`'dnl
 Description: Phobos D standard library (debug symbols)
  This is the Phobos standard library that comes with the D2 compiler.
@@ -4984,6 +4992,7 @@ Section: ifdef(`TARGET',`devel',`libs')
 Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarchhf_archs')
 Priority: ifdef(`TARGET',`extra',PRI(optional))
 Depends: BASELDEP, ${shlibs:Depends}, ${misc:Depends}
+Replaces: libhfgphobos68`'LS
 BUILT_USING`'dnl
 Description: Phobos D standard library (runtime library)
  This is the Phobos standard library that comes with the D2 compiler.
@@ -4995,6 +5004,7 @@ Section: debug
 Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarchhf_archs')
 Priority: extra
 Depends: BASELDEP, libhfgphobos`'PHOBOS_V`'LS (= ${gdc:Version}), ${misc:Depends}
+Replaces: libhfgphobos68-dbg`'LS
 BUILT_USING`'dnl
 Description: Phobos D standard library (debug symbols)
  This is the Phobos standard library that comes with the D2 compiler.
@@ -5018,6 +5028,7 @@ Section: ifdef(`TARGET',`devel',`libs')
 Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarchsf_archs')
 Priority: ifdef(`TARGET',`extra',PRI(optional))
 Depends: BASELDEP, ${shlibs:Depends}, ${misc:Depends}
+Replaces: libsfgphobos68`'LS
 BUILT_USING`'dnl
 Description: Phobos D standard library (runtime library)
  This is the Phobos standard library that comes with the D2 compiler.
@@ -5029,6 +5040,7 @@ Section: debug
 Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarchsf_archs')
 Priority: extra
 Depends: BASELDEP, libsfgphobos`'PHOBOS_V`'LS (= ${gdc:Version}), ${misc:Depends}
+Replaces: libsfgphobos68-dbg`'LS
 BUILT_USING`'dnl
 Description: Phobos D standard library (debug symbols)
  This is the Phobos standard library that comes with the D2 compiler.

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