[gcc-7] 26/354: - fix M-A status for cross libphobos packages
Ximin Luo
infinity0 at debian.org
Thu Nov 23 15:50:24 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 ee37434fdb0b9b1ecd8ff6dae02fd45019c809b4
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Wed Nov 16 13:12:12 2016 +0000
- fix M-A status for cross libphobos packages
git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9071 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/control.m4 | 63 ++++++++++++++++++++++++++++++++++++-------------------
1 file changed, 42 insertions(+), 21 deletions(-)
diff --git a/debian/control.m4 b/debian/control.m4
index 00f54f7..1aab157 100644
--- a/debian/control.m4
+++ b/debian/control.m4
@@ -4861,7 +4861,8 @@ Description: GNU D compiler (version 2, multilib support)`'ifdef(`TARGET)',` (cr
ifenabled(`libphobos',`
Package: libgphobos`'PV-dev`'LS
Architecture: ifdef(`TARGET',`CROSS_ARCH',`libphobos_archs')
-Multi-Arch: same
+ifdef(`MULTIARCH', `Multi-Arch: same
+')`'dnl
Section: libdevel
Priority: ifdef(`TARGET',`extra',PRI(optional))
Depends: BASELDEP, libgphobos`'PHOBOS_V`'LS (>= ${gdc:Version}),
@@ -4875,7 +4876,8 @@ Description: Phobos D standard library
Package: libgphobos`'PHOBOS_V`'LS
Section: libs
Architecture: ifdef(`TARGET',`CROSS_ARCH',`libphobos_archs')
-Multi-Arch: same
+ifdef(`MULTIARCH', `Multi-Arch: same
+')`'dnl
Priority: ifdef(`TARGET',`extra',PRI(optional))
Depends: BASELDEP, ${shlibs:Depends}, ${misc:Depends}
BUILT_USING`'dnl
@@ -4887,7 +4889,8 @@ Description: Phobos D standard library (runtime library)
Package: libgphobos`'PHOBOS_V-dbg`'LS
Section: debug
Architecture: ifdef(`TARGET',`CROSS_ARCH',`libphobos_archs')
-Multi-Arch: same
+ifdef(`MULTIARCH', `Multi-Arch: same
+')`'dnl
Priority: extra
Depends: BASELDEP, libgphobos`'PHOBOS_V`'LS (= ${gdc:Version}), ${misc:Depends}
BUILT_USING`'dnl
@@ -4898,7 +4901,8 @@ Description: Phobos D standard library (debug symbols)
Package: lib64gphobos`'PV-dev`'LS
Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarch64_archs')
-Multi-Arch: same
+ifdef(`MULTIARCH', `Multi-Arch: same
+')`'dnl
Section: libdevel
Priority: ifdef(`TARGET',`extra',PRI(optional))
Depends: BASELDEP, lib64gphobos`'PHOBOS_V`'LS (>= ${gdc:Version}),
@@ -4912,7 +4916,8 @@ Description: Phobos D standard library (64bit development files)
Package: lib64gphobos`'PHOBOS_V`'LS
Section: libs
Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarch64_archs')
-Multi-Arch: same
+ifdef(`MULTIARCH', `Multi-Arch: same
+')`'dnl
Priority: ifdef(`TARGET',`extra',PRI(optional))
Depends: BASELDEP, ${shlibs:Depends}, ${misc:Depends}
BUILT_USING`'dnl
@@ -4924,7 +4929,8 @@ Description: Phobos D standard library (runtime library)
Package: lib64gphobos`'PHOBOS_V-dbg`'LS
Section: debug
Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarch64_archs')
-Multi-Arch: same
+ifdef(`MULTIARCH', `Multi-Arch: same
+')`'dnl
Priority: extra
Depends: BASELDEP, lib64gphobos`'PHOBOS_V`'LS (= ${gdc:Version}), ${misc:Depends}
BUILT_USING`'dnl
@@ -4935,7 +4941,8 @@ Description: Phobos D standard library (debug symbols)
Package: lib32gphobos`'PV-dev`'LS
Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarch32_archs')
-Multi-Arch: same
+ifdef(`MULTIARCH', `Multi-Arch: same
+')`'dnl
Section: libdevel
Priority: ifdef(`TARGET',`extra',PRI(optional))
Depends: BASELDEP, lib32gphobos`'PHOBOS_V`'LS (>= ${gdc:Version}),
@@ -4949,7 +4956,8 @@ Description: Phobos D standard library (32bit development files)
Package: lib32gphobos`'PHOBOS_V`'LS
Section: libs
Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarch32_archs')
-Multi-Arch: same
+ifdef(`MULTIARCH', `Multi-Arch: same
+')`'dnl
Priority: ifdef(`TARGET',`extra',PRI(optional))
Depends: BASELDEP, ${shlibs:Depends}, ${misc:Depends}
BUILT_USING`'dnl
@@ -4961,7 +4969,8 @@ Description: Phobos D standard library (runtime library)
Package: lib32gphobos`'PHOBOS_V-dbg`'LS
Section: debug
Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarch32_archs')
-Multi-Arch: same
+ifdef(`MULTIARCH', `Multi-Arch: same
+')`'dnl
Priority: extra
Depends: BASELDEP, lib32gphobos`'PHOBOS_V`'LS (= ${gdc:Version}), ${misc:Depends}
BUILT_USING`'dnl
@@ -4973,7 +4982,8 @@ Description: Phobos D standard library (debug symbols)
ifenabled(`libn32phobos',`
Package: libn32gphobos`'PV-dev`'LS
Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarchn32_archs')
-Multi-Arch: same
+ifdef(`MULTIARCH', `Multi-Arch: same
+')`'dnl
Section: libdevel
Priority: ifdef(`TARGET',`extra',PRI(optional))
Depends: BASELDEP, libn32gphobos`'PHOBOS_V`'LS (>= ${gdc:Version}),
@@ -4987,7 +4997,8 @@ Description: Phobos D standard library (n32 development files)
Package: libn32gphobos`'PHOBOS_V`'LS
Section: libs
Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarchn32_archs')
-Multi-Arch: same
+ifdef(`MULTIARCH', `Multi-Arch: same
+')`'dnl
Priority: ifdef(`TARGET',`extra',PRI(optional))
Depends: BASELDEP, ${shlibs:Depends}, ${misc:Depends}
BUILT_USING`'dnl
@@ -4999,7 +5010,8 @@ Description: Phobos D standard library (runtime library)
Package: libn32gphobos`'PHOBOS_V-dbg`'LS
Section: debug
Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarchn32_archs')
-Multi-Arch: same
+ifdef(`MULTIARCH', `Multi-Arch: same
+')`'dnl
Priority: extra
Depends: BASELDEP, libn32gphobos`'PHOBOS_V`'LS (= ${gdc:Version}), ${misc:Depends}
BUILT_USING`'dnl
@@ -5012,7 +5024,8 @@ Description: Phobos D standard library (debug symbols)
ifenabled(`libx32phobos',`
Package: libx32gphobos`'PV-dev`'LS
Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarchx32_archs')
-Multi-Arch: same
+ifdef(`MULTIARCH', `Multi-Arch: same
+')`'dnl
Section: libdevel
Priority: ifdef(`TARGET',`extra',PRI(optional))
Depends: BASELDEP, libx32gphobos`'PHOBOS_V`'LS (>= ${gdc:Version}),
@@ -5026,7 +5039,8 @@ Description: Phobos D standard library (x32 development files)
Package: libx32gphobos`'PHOBOS_V`'LS
Section: libs
Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarchx32_archs')
-Multi-Arch: same
+ifdef(`MULTIARCH', `Multi-Arch: same
+')`'dnl
Priority: ifdef(`TARGET',`extra',PRI(optional))
Depends: BASELDEP, ${shlibs:Depends}, ${misc:Depends}
BUILT_USING`'dnl
@@ -5038,7 +5052,8 @@ Description: Phobos D standard library (runtime library)
Package: libx32gphobos`'PHOBOS_V-dbg`'LS
Section: debug
Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarchx32_archs')
-Multi-Arch: same
+ifdef(`MULTIARCH', `Multi-Arch: same
+')`'dnl
Priority: extra
Depends: BASELDEP, libx32gphobos`'PHOBOS_V`'LS (= ${gdc:Version}), ${misc:Depends}
BUILT_USING`'dnl
@@ -5051,7 +5066,8 @@ Description: Phobos D standard library (debug symbols)
ifenabled(`armml',`
Package: libhfgphobos`'PV-dev`'LS
Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarchhf_archs')
-Multi-Arch: same
+ifdef(`MULTIARCH', `Multi-Arch: same
+')`'dnl
Section: libdevel
Priority: ifdef(`TARGET',`extra',PRI(optional))
Depends: BASELDEP, libhfgphobos`'PHOBOS_V`'LS (>= ${gdc:Version}),
@@ -5065,7 +5081,8 @@ Description: Phobos D standard library (hard float ABI development files)
Package: libhfgphobos`'PHOBOS_V`'LS
Section: libs
Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarchhf_archs')
-Multi-Arch: same
+ifdef(`MULTIARCH', `Multi-Arch: same
+')`'dnl
Priority: ifdef(`TARGET',`extra',PRI(optional))
Depends: BASELDEP, ${shlibs:Depends}, ${misc:Depends}
BUILT_USING`'dnl
@@ -5077,7 +5094,8 @@ Description: Phobos D standard library (runtime library)
Package: libhfgphobos`'PHOBOS_V-dbg`'LS
Section: debug
Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarchhf_archs')
-Multi-Arch: same
+ifdef(`MULTIARCH', `Multi-Arch: same
+')`'dnl
Priority: extra
Depends: BASELDEP, libhfgphobos`'PHOBOS_V`'LS (= ${gdc:Version}), ${misc:Depends}
BUILT_USING`'dnl
@@ -5088,7 +5106,8 @@ Description: Phobos D standard library (debug symbols)
Package: libsfgphobos`'PV-dev`'LS
Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarchsf_archs')
-Multi-Arch: same
+ifdef(`MULTIARCH', `Multi-Arch: same
+')`'dnl
Section: libdevel
Priority: ifdef(`TARGET',`extra',PRI(optional))
Depends: BASELDEP, libsfgphobos`'PHOBOS_V`'LS (>= ${gdc:Version}),
@@ -5102,7 +5121,8 @@ Description: Phobos D standard library (soft float ABI development files)
Package: libsfgphobos`'PHOBOS_V`'LS
Section: libs
Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarchsf_archs')
-Multi-Arch: same
+ifdef(`MULTIARCH', `Multi-Arch: same
+')`'dnl
Priority: ifdef(`TARGET',`extra',PRI(optional))
Depends: BASELDEP, ${shlibs:Depends}, ${misc:Depends}
BUILT_USING`'dnl
@@ -5114,7 +5134,8 @@ Description: Phobos D standard library (runtime library)
Package: libsfgphobos`'PHOBOS_V-dbg`'LS
Section: debug
Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarchsf_archs')
-Multi-Arch: same
+ifdef(`MULTIARCH', `Multi-Arch: same
+')`'dnl
Priority: extra
Depends: BASELDEP, libsfgphobos`'PHOBOS_V`'LS (= ${gdc:Version}), ${misc:Depends}
BUILT_USING`'dnl
--
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