Manual merge of version 1.185+rpi1 and 1.185.1 to produce 1.185.1+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Sun, 24 Nov 2019 13:31:34 +0000 (13:31 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sun, 24 Nov 2019 13:31:34 +0000 (13:31 +0000)
1  2 
debian/changelog
debian/control
debian/rules

index f651f09fdd908512408703a2d71cba64d95ece38,cad84ecdb337a6afb064220246577864d403b019..99d6429a722530b9871c31242537e99388686786
@@@ -1,9 -1,9 +1,16 @@@
- gcc-defaults (1.185+rpi1) bullseye-staging; urgency=medium
++gcc-defaults (1.185.1+rpi1) bullseye-staging; urgency=medium
 +
 +  [changes brought forward from 1.176+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Thu, 07 Jun 2018 13:27:06 +0000]
 +  * Re-enable gcj packages for now.
 +
-  -- Peter Michael Green <plugwash@raspbian.org>  Thu, 29 Aug 2019 13:28:57 +0000
++ -- Peter Michael Green <plugwash@raspbian.org>  Sun, 24 Nov 2019 13:30:46 +0000
++
+ gcc-defaults (1.185.1) unstable; urgency=medium
+   * Build the mipsel and mips64el cross packages from the
+     gcc-defaults-mipsen source package.
+  -- Matthias Klose <doko@debian.org>  Mon, 09 Sep 2019 14:30:14 +0200
  
  gcc-defaults (1.185) unstable; urgency=medium
  
diff --cc debian/control
index 27dc5e3f6d61f864796087931906a94501905bfd,ba3d811029e3415e830af75fe65d95ed92acdf41..e1c251c3be6cf5c903e9cf41b13a6bf4baedb696
@@@ -473,138 -396,1320 +473,3 @@@ Description: GNU C compiler (cross comp
   .
   This is a dependency package providing the default GNU C cross-compiler
   for the hppa64 architecture.
 -
 -Package: cpp-x86-64-linux-gnu
 -Priority: optional
 -Architecture: arm64 i386 ppc64el x32
 -Multi-Arch: foreign
 -Section: interpreters
 -Depends: cpp-${pv:cpp}-x86-64-linux-gnu ${reqv:cpp}, ${misc:Depends}
 -Suggests: cpp-doc
 -Description: GNU C preprocessor (cpp) for the amd64 architecture
 - The GNU C preprocessor is a macro processor that is used automatically
 - by the GNU C compiler to transform programs before actual compilation.
 - .
 - This package has been separated from gcc for the benefit of those who
 - require the preprocessor but not the cross-compiler for amd64 architecture.
 - .
 - This is a dependency package providing the default GNU C preprocessor
 - for the amd64 architecture.
 -
 -Package: gcc-x86-64-linux-gnu
 -Priority: optional
 -Architecture: arm64 i386 ppc64el x32
 -Multi-Arch: foreign
 -Depends: cpp-x86-64-linux-gnu (= ${version:cpp}),
 -  gcc-${pv:gcc}-x86-64-linux-gnu ${reqv:gcc},
 -  ${misc:Depends}
 -Recommends: libc6-dev-amd64-cross | libc-dev-amd64-cross
 -Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-x86-64-linux-gnu, gcc-doc
 -Description: GNU C compiler for the amd64 architecture
 - This is the GNU C compiler, a fairly portable optimizing compiler for C.
 - .
 - This is a dependency package providing the default GNU C cross-compiler
 - for the amd64 architecture.
 -
 -Package: g++-x86-64-linux-gnu
 -Priority: optional
 -Architecture: arm64 i386 ppc64el x32
 -Multi-Arch: foreign
 -Depends: cpp-x86-64-linux-gnu (= ${version:cpp}),
 -  gcc-x86-64-linux-gnu (= ${version:cpp}),
 -  g++-${pv:gpp}-x86-64-linux-gnu ${reqv:gpp},
 -  ${misc:Depends}
 -Description: GNU C++ compiler for the amd64 architecture
 - This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
 - .
 - This is a dependency package providing the default GNU C++ cross-compiler
 - for the amd64 architecture.
 -
 -Package: gobjc-x86-64-linux-gnu
 -Priority: optional
 -Architecture: arm64 i386 ppc64el x32
 -Multi-Arch: foreign
 -Depends: cpp-x86-64-linux-gnu (>= ${version:cpp}),
 -  gcc-x86-64-linux-gnu (>= ${version:cpp}),
 -  gobjc-${pv:gobjc}-x86-64-linux-gnu ${reqv:gobjc},
 -  ${misc:Depends}
 -Description: GNU Objective-C compiler for the amd64 architecture
 - This is the GNU Objective-C compiler, which compiles Objective-C on platforms
 - supported by the gcc compiler. It uses the gcc backend to generate optimized
 - code.
 - .
 - This is a dependency package providing the default GNU Objective-C
 - cross-compiler for the amd64 architecture.
 -
 -Package: gobjc++-x86-64-linux-gnu
 -Priority: optional
 -Architecture: arm64 i386 ppc64el x32
 -Multi-Arch: foreign
 -Depends: cpp-x86-64-linux-gnu (>= ${version:cpp}),
 -  gcc-x86-64-linux-gnu (>= ${version:cpp}),
 -  gobjc++-${pv:gobjcxx}-x86-64-linux-gnu ${reqv:gobjcxx},
 -  ${misc:Depends}
 -Recommends: g++-x86-64-linux-gnu (>= ${version:cpp}), gobjc-x86-64-linux-gnu (>= ${version:cpp})
 -Description: GNU Objective-C++ compiler for the amd64 architecture
 - This is the GNU Objective-C++ compiler, which compiles
 - Objective-C++ on platforms supported by the gcc compiler. It uses the
 - gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU Objective-C++
 - cross-compiler for the amd64 architecture.
 -
 -Package: gfortran-x86-64-linux-gnu
 -Priority: optional
 -Architecture: arm64 i386 ppc64el x32
 -Multi-Arch: foreign
 -Depends: cpp-x86-64-linux-gnu (= ${version:cpp}),
 -  gcc-x86-64-linux-gnu (= ${version:gcc}),
 -  gfortran-${pv:gfort}-x86-64-linux-gnu ${reqv:gfort},
 -  ${misc:Depends}
 -Suggests: gfortran-doc
 -Description: GNU Fortran 95 compiler for the amd64 architecture
 - This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms
 - supported by the gcc compiler. It uses the gcc backend to generate optimized
 - code.
 - .
 - This is a dependency package providing the default GNU Fortran 95
 - cross-compiler for the amd64 architecture.
 -
 -Package: gccgo-x86-64-linux-gnu
 -Priority: optional
 -Architecture: arm64 i386 ppc64el x32
 -Multi-Arch: foreign
 -Depends: cpp-x86-64-linux-gnu (>= ${version:cpp}),
 -  g++-x86-64-linux-gnu (>= ${version:gcc}),
 -  gccgo-${pv:ggo}-x86-64-linux-gnu ${reqv:ggo},
 -  ${misc:Depends}
 -Suggests: gccgo-doc
 -Description: Go compiler (based on GCC) for the amd64 architecture
 - This is the GNU Go compiler, which compiles Go on platforms supported by
 - the gcc compiler. It uses the gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU Go cross-compiler
 - for the amd64 architecture.
 -
 -Package: gdc-x86-64-linux-gnu
 -Priority: optional
 -Architecture: arm64 i386 ppc64el x32
 -Multi-Arch: foreign
 -Depends: cpp-x86-64-linux-gnu (>= ${version:cpp}),
 -  gdc-${pv:gdc}-x86-64-linux-gnu ${reqv:gdc},
 -  ${misc:Depends}
 -Description: GNU D compiler (based on GCC) for the amd64 architecture
 - This is the GNU D compiler, which compiles D on platforms supported by
 - the gcc compiler. It uses the gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU D cross-compiler
 - for the amd64 architecture.
--
--Package: gm2-x86-64-linux-gnu
--Priority: optional
--Architecture: arm64 i386 ppc64el x32
--Multi-Arch: foreign
--Depends: cpp-x86-64-linux-gnu (>= ${version:cpp}),
--  gm2-${pv:gm2}-x86-64-linux-gnu ${reqv:gm2},
--  ${misc:Depends}
--Description: GNU Modula-2 compiler (based on GCC) for the amd64 architecture
-- This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms
-- supported by the gcc compiler. It uses the gcc backend to generate optimized
-- code.
-- .
-- This is a dependency package providing the default GNU Modula-2 cross-compiler
 - for the amd64 architecture.
 -
 -Package: gcc-multilib-x86-64-linux-gnu
 -Priority: optional
 -Architecture: arm64 i386 ppc64el x32
 -Depends: cpp-x86-64-linux-gnu (= ${version:cpp}),
 -  gcc-x86-64-linux-gnu (= ${version:gcc}),
 -  gcc-${pv:gcc}-multilib-x86-64-linux-gnu ${reqv:gcc},
 -  ${misc:Depends}
 -Recommends: libc6-dev-amd64-cross | libc-dev-amd64-cross
 -Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-x86-64-linux-gnu, gcc-doc
 -Description: GNU C compiler for the amd64 architecture
 - This is the GNU C compiler, a fairly portable optimizing compiler for C.
 - .
 - This is a dependency package providing the default GNU C cross-compiler
 - for the amd64 architecture.
 -
 -Package: g++-multilib-x86-64-linux-gnu
 -Priority: optional
 -Architecture: arm64 i386 ppc64el x32
 -Depends: cpp-x86-64-linux-gnu (= ${version:cpp}),
 -  g++-x86-64-linux-gnu (= ${version:gpp}),
 -  gcc-multilib-x86-64-linux-gnu (= ${version:gcc}),
 -  g++-${pv:gpp}-multilib-x86-64-linux-gnu ${reqv:gpp},
 -  ${misc:Depends}
 -Description: GNU C++ compiler for the amd64 architecture
 - This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
 - .
 - This is a dependency package providing the default GNU C++
 - cross-compiler for the amd64 architecture.
 -
 -Package: gobjc-multilib-x86-64-linux-gnu
 -Priority: optional
 -Architecture: arm64 i386 ppc64el x32
 -Depends: cpp-x86-64-linux-gnu (>= ${version:cpp}),
 -  gobjc-x86-64-linux-gnu (>= ${version:gobjc}),
 -  gcc-multilib-x86-64-linux-gnu (>= ${version:cpp}),
 -  gobjc-${pv:gobjc}-multilib-x86-64-linux-gnu ${reqv:gobjc},
 -  ${misc:Depends}
 -Description: GNU Objective-C compiler for the amd64 architecture
 - This is the GNU Objective-C compiler, which compiles Objective-C on platforms
 - supported by the gcc compiler. It uses the gcc backend to generate optimized
 - code.
 - .
 - This is a dependency package providing the default GNU Objective-C
 - cross-compiler for the amd64 architecture.
 -
 -Package: gobjc++-multilib-x86-64-linux-gnu
 -Priority: optional
 -Architecture: arm64 i386 ppc64el x32
 -Depends: cpp-x86-64-linux-gnu (>= ${version:cpp}),
 -  gcc-multilib-x86-64-linux-gnu (>= ${version:cpp}),
 -  gobjc++-x86-64-linux-gnu (>= ${version:gobjcxx}),
 -  gobjc++-${pv:gobjcxx}-multilib-x86-64-linux-gnu ${reqv:gobjcxx},
 -  ${misc:Depends}
 -Recommends: g++-x86-64-linux-gnu (>= ${version:cpp}),
 -  gobjc-x86-64-linux-gnu (>= ${version:cpp})
 -Description: GNU Objective-C++ compiler for the amd64 architecture
 - This is the GNU Objective-C++ compiler, which compiles
 - Objective-C++ on platforms supported by the gcc compiler. It uses the
 - gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU Objective-C++
 - cross-compiler for the amd64 architecture.
 -
 -Package: gfortran-multilib-x86-64-linux-gnu
 -Priority: optional
 -Architecture: arm64 i386 ppc64el x32
 -Depends: cpp-x86-64-linux-gnu (= ${version:cpp}),
 -  gcc-multilib-x86-64-linux-gnu (= ${version:gcc}),
 -  gfortran-x86-64-linux-gnu (= ${version:gfort}),
 -  gfortran-${pv:gfort}-multilib-x86-64-linux-gnu ${reqv:gfort},
 -  ${misc:Depends}
 -Suggests: gfortran-doc
 -Description: GNU Fortran 95 compiler for the amd64 architecture
 - This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms
 - supported by the gcc compiler. It uses the gcc backend to generate optimized
 - code.
 - .
 - This is a dependency package providing the default GNU Fortran 95
 - cross-compiler for the amd64 architecture.
 -
 -Package: gccgo-multilib-x86-64-linux-gnu
 -Priority: optional
 -Architecture: arm64 i386 ppc64el x32
 -Depends: cpp-x86-64-linux-gnu (>= ${version:cpp}),
 -  g++-multilib-x86-64-linux-gnu (>= ${version:gcc}),
 -  gccgo-x86-64-linux-gnu (>= ${version:ggo}),
 -  gccgo-${pv:ggo}-multilib-x86-64-linux-gnu ${reqv:ggo},
 -  ${misc:Depends}
 -Suggests: gccgo-doc
 -Description: Go compiler (based on GCC) for the amd64 architecture
 - This is the GNU Go compiler, which compiles Go on platforms supported by
 - the gcc compiler. It uses the gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU Go cross-compiler
 - for the amd64 architecture.
 -
 -Package: gdc-multilib-x86-64-linux-gnu
 -Priority: optional
 -Architecture: arm64 i386 ppc64el x32
 -Depends: cpp-x86-64-linux-gnu (>= ${version:cpp}),
 -  gdc-${pv:gdc}-multilib-x86-64-linux-gnu ${reqv:gdc},
 -  gdc-x86-64-linux-gnu (>= ${version:gdc}),
 -  ${misc:Depends}
 -Description: GNU D compiler (based on GCC) for the amd64 architecture
 - This is the GNU D compiler, which compiles D on platforms supported by
 - the gcc compiler. It uses the gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU D cross-compiler
-- for the amd64 architecture.
 -
 -Package: cpp-s390x-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Multi-Arch: foreign
 -Section: interpreters
 -Depends: cpp-${pv:cpp}-s390x-linux-gnu ${reqv:cpp}, ${misc:Depends}
 -Suggests: cpp-doc
 -Description: GNU C preprocessor (cpp) for the s390x architecture
 - The GNU C preprocessor is a macro processor that is used automatically
 - by the GNU C compiler to transform programs before actual compilation.
 - .
 - This package has been separated from gcc for the benefit of those who
 - require the preprocessor but not the cross-compiler for s390x architecture.
 - .
 - This is a dependency package providing the default GNU C preprocessor
 - for the s390x architecture.
 -
 -Package: gcc-s390x-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-s390x-linux-gnu (= ${version:cpp}),
 -  gcc-${pv:gcc}-s390x-linux-gnu ${reqv:gcc},
 -  ${misc:Depends}
 -Recommends: libc6-dev-s390x-cross | libc-dev-s390x-cross
 -Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-s390x-linux-gnu, gcc-doc
 -Description: GNU C compiler for the s390x architecture
 - This is the GNU C compiler, a fairly portable optimizing compiler for C.
 - .
 - This is a dependency package providing the default GNU C cross-compiler
 - for the s390x architecture.
 -
 -Package: g++-s390x-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-s390x-linux-gnu (= ${version:cpp}),
 -  gcc-s390x-linux-gnu (= ${version:cpp}),
 -  g++-${pv:gpp}-s390x-linux-gnu ${reqv:gpp},
 -  ${misc:Depends}
 -Description: GNU C++ compiler for the s390x architecture
 - This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
 - .
 - This is a dependency package providing the default GNU C++ cross-compiler
 - for the s390x architecture.
 -
 -Package: gobjc-s390x-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-s390x-linux-gnu (>= ${version:cpp}),
 -  gcc-s390x-linux-gnu (>= ${version:cpp}),
 -  gobjc-${pv:gobjc}-s390x-linux-gnu ${reqv:gobjc},
 -  ${misc:Depends}
 -Description: GNU Objective-C compiler for the s390x architecture
 - This is the GNU Objective-C compiler, which compiles Objective-C on platforms
 - supported by the gcc compiler. It uses the gcc backend to generate optimized
 - code.
 - .
 - This is a dependency package providing the default GNU Objective-C
 - cross-compiler for the s390x architecture.
 -
 -Package: gobjc++-s390x-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-s390x-linux-gnu (>= ${version:cpp}),
 -  gcc-s390x-linux-gnu (>= ${version:cpp}),
 -  gobjc++-${pv:gobjcxx}-s390x-linux-gnu ${reqv:gobjcxx},
 -  ${misc:Depends}
 -Recommends: g++-s390x-linux-gnu (>= ${version:cpp}), gobjc-s390x-linux-gnu (>= ${version:cpp})
 -Description: GNU Objective-C++ compiler for the s390x architecture
 - This is the GNU Objective-C++ compiler, which compiles
 - Objective-C++ on platforms supported by the gcc compiler. It uses the
 - gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU Objective-C++
 - cross-compiler for the s390x architecture.
 -
 -Package: gfortran-s390x-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-s390x-linux-gnu (= ${version:cpp}),
 -  gcc-s390x-linux-gnu (= ${version:gcc}),
 -  gfortran-${pv:gfort}-s390x-linux-gnu ${reqv:gfort},
 -  ${misc:Depends}
 -Suggests: gfortran-doc
 -Description: GNU Fortran 95 compiler for the s390x architecture
 - This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms
 - supported by the gcc compiler. It uses the gcc backend to generate optimized
 - code.
 - .
 - This is a dependency package providing the default GNU Fortran 95
 - cross-compiler for the s390x architecture.
 -
 -Package: gccgo-s390x-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-s390x-linux-gnu (>= ${version:cpp}),
 -  g++-s390x-linux-gnu (>= ${version:gcc}),
 -  gccgo-${pv:ggo}-s390x-linux-gnu ${reqv:ggo},
 -  ${misc:Depends}
 -Suggests: gccgo-doc
 -Description: Go compiler (based on GCC) for the s390x architecture
 - This is the GNU Go compiler, which compiles Go on platforms supported by
 - the gcc compiler. It uses the gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU Go cross-compiler
 - for the s390x architecture.
 -
 -Package: gdc-s390x-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-s390x-linux-gnu (>= ${version:cpp}),
 -  gdc-${pv:gdc}-s390x-linux-gnu ${reqv:gdc},
 -  ${misc:Depends}
 -Description: GNU D compiler (based on GCC) for the s390x architecture
 - This is the GNU D compiler, which compiles D on platforms supported by
 - the gcc compiler. It uses the gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU D cross-compiler
 - for the s390x architecture.
--
--Package: gm2-s390x-linux-gnu
--Priority: optional
--Architecture: amd64 i386 x32 arm64 ppc64el
--Multi-Arch: foreign
--Depends: cpp-s390x-linux-gnu (>= ${version:cpp}),
--  gm2-${pv:gm2}-s390x-linux-gnu ${reqv:gm2},
--  ${misc:Depends}
--Description: GNU Modula-2 compiler (based on GCC) for the s390x architecture
-- This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms
-- supported by the gcc compiler. It uses the gcc backend to generate optimized
-- code.
-- .
-- This is a dependency package providing the default GNU Modula-2 cross-compiler
 - for the s390x architecture.
 -
 -Package: gcc-multilib-s390x-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Depends: cpp-s390x-linux-gnu (= ${version:cpp}),
 -  gcc-s390x-linux-gnu (= ${version:gcc}),
 -  gcc-${pv:gcc}-multilib-s390x-linux-gnu ${reqv:gcc},
 -  ${misc:Depends}
 -Recommends: libc6-dev-s390x-cross | libc-dev-s390x-cross
 -Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-s390x-linux-gnu, gcc-doc
 -Description: GNU C compiler for the s390x architecture
 - This is the GNU C compiler, a fairly portable optimizing compiler for C.
 - .
 - This is a dependency package providing the default GNU C cross-compiler
 - for the s390x architecture.
 -
 -Package: g++-multilib-s390x-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Depends: cpp-s390x-linux-gnu (= ${version:cpp}),
 -  g++-s390x-linux-gnu (= ${version:gpp}),
 -  gcc-multilib-s390x-linux-gnu (= ${version:gcc}),
 -  g++-${pv:gpp}-multilib-s390x-linux-gnu ${reqv:gpp},
 -  ${misc:Depends}
 -Description: GNU C++ compiler for the s390x architecture
 - This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
 - .
 - This is a dependency package providing the default GNU C++
 - cross-compiler for the s390x architecture.
 -
 -Package: gobjc-multilib-s390x-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Depends: cpp-s390x-linux-gnu (>= ${version:cpp}),
 -  gobjc-s390x-linux-gnu (>= ${version:gobjc}),
 -  gcc-multilib-s390x-linux-gnu (>= ${version:cpp}),
 -  gobjc-${pv:gobjc}-multilib-s390x-linux-gnu ${reqv:gobjc},
 -  ${misc:Depends}
 -Description: GNU Objective-C compiler for the s390x architecture
 - This is the GNU Objective-C compiler, which compiles Objective-C on platforms
 - supported by the gcc compiler. It uses the gcc backend to generate optimized
 - code.
 - .
 - This is a dependency package providing the default GNU Objective-C
 - cross-compiler for the s390x architecture.
 -
 -Package: gobjc++-multilib-s390x-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Depends: cpp-s390x-linux-gnu (>= ${version:cpp}),
 -  gcc-multilib-s390x-linux-gnu (>= ${version:cpp}),
 -  gobjc++-s390x-linux-gnu (>= ${version:gobjcxx}),
 -  gobjc++-${pv:gobjcxx}-multilib-s390x-linux-gnu ${reqv:gobjcxx},
 -  ${misc:Depends}
 -Recommends: g++-s390x-linux-gnu (>= ${version:cpp}),
 -  gobjc-s390x-linux-gnu (>= ${version:cpp})
 -Description: GNU Objective-C++ compiler for the s390x architecture
 - This is the GNU Objective-C++ compiler, which compiles
 - Objective-C++ on platforms supported by the gcc compiler. It uses the
 - gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU Objective-C++
 - cross-compiler for the s390x architecture.
 -
 -Package: gfortran-multilib-s390x-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Depends: cpp-s390x-linux-gnu (= ${version:cpp}),
 -  gcc-multilib-s390x-linux-gnu (= ${version:gcc}),
 -  gfortran-s390x-linux-gnu (= ${version:gfort}),
 -  gfortran-${pv:gfort}-multilib-s390x-linux-gnu ${reqv:gfort},
 -  ${misc:Depends}
 -Suggests: gfortran-doc
 -Description: GNU Fortran 95 compiler for the s390x architecture
 - This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms
 - supported by the gcc compiler. It uses the gcc backend to generate optimized
 - code.
 - .
 - This is a dependency package providing the default GNU Fortran 95
 - cross-compiler for the s390x architecture.
 -
 -Package: gccgo-multilib-s390x-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Depends: cpp-s390x-linux-gnu (>= ${version:cpp}),
 -  g++-multilib-s390x-linux-gnu (>= ${version:gcc}),
 -  gccgo-s390x-linux-gnu (>= ${version:ggo}),
 -  gccgo-${pv:ggo}-multilib-s390x-linux-gnu ${reqv:ggo},
 -  ${misc:Depends}
 -Suggests: gccgo-doc
 -Description: Go compiler (based on GCC) for the s390x architecture
 - This is the GNU Go compiler, which compiles Go on platforms supported by
 - the gcc compiler. It uses the gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU Go cross-compiler
 - for the s390x architecture.
 -
 -Package: gdc-multilib-s390x-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Depends: cpp-s390x-linux-gnu (>= ${version:cpp}),
 -  gdc-${pv:gdc}-multilib-s390x-linux-gnu ${reqv:gdc},
 -  gdc-s390x-linux-gnu (>= ${version:gdc}),
 -  ${misc:Depends}
 -Description: GNU D compiler (based on GCC) for the s390x architecture
 - This is the GNU D compiler, which compiles D on platforms supported by
 - the gcc compiler. It uses the gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU D cross-compiler
-- for the s390x architecture.
 -
 -Package: cpp-powerpc64le-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 ppc64 arm64
 -Multi-Arch: foreign
 -Section: interpreters
 -Depends: cpp-${pv:cpp}-powerpc64le-linux-gnu ${reqv:cpp}, ${misc:Depends}
 -Suggests: cpp-doc
 -Description: GNU C preprocessor (cpp) for the ppc64el architecture
 - The GNU C preprocessor is a macro processor that is used automatically
 - by the GNU C compiler to transform programs before actual compilation.
 - .
 - This package has been separated from gcc for the benefit of those who
 - require the preprocessor but not the cross-compiler for ppc64el architecture.
 - .
 - This is a dependency package providing the default GNU C preprocessor
 - for the ppc64el architecture.
 -
 -Package: gcc-powerpc64le-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 ppc64 arm64
 -Multi-Arch: foreign
 -Depends: cpp-powerpc64le-linux-gnu (= ${version:cpp}),
 -  gcc-${pv:gcc}-powerpc64le-linux-gnu ${reqv:gcc},
 -  ${misc:Depends}
 -Recommends: libc6-dev-ppc64el-cross | libc-dev-ppc64el-cross
 -Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-powerpc64le-linux-gnu, gcc-doc
 -Description: GNU C compiler for the ppc64el architecture
 - This is the GNU C compiler, a fairly portable optimizing compiler for C.
 - .
 - This is a dependency package providing the default GNU C cross-compiler
 - for the ppc64el architecture.
 -
 -Package: g++-powerpc64le-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 ppc64 arm64
 -Multi-Arch: foreign
 -Depends: cpp-powerpc64le-linux-gnu (= ${version:cpp}),
 -  gcc-powerpc64le-linux-gnu (= ${version:cpp}),
 -  g++-${pv:gpp}-powerpc64le-linux-gnu ${reqv:gpp},
 -  ${misc:Depends}
 -Description: GNU C++ compiler for the ppc64el architecture
 - This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
 - .
 - This is a dependency package providing the default GNU C++ cross-compiler
 - for the ppc64el architecture.
 -
 -Package: gobjc-powerpc64le-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 ppc64 arm64
 -Multi-Arch: foreign
 -Depends: cpp-powerpc64le-linux-gnu (>= ${version:cpp}),
 -  gcc-powerpc64le-linux-gnu (>= ${version:cpp}),
 -  gobjc-${pv:gobjc}-powerpc64le-linux-gnu ${reqv:gobjc},
 -  ${misc:Depends}
 -Description: GNU Objective-C compiler for the ppc64el architecture
 - This is the GNU Objective-C compiler, which compiles Objective-C on platforms
 - supported by the gcc compiler. It uses the gcc backend to generate optimized
 - code.
 - .
 - This is a dependency package providing the default GNU Objective-C
 - cross-compiler for the ppc64el architecture.
 -
 -Package: gobjc++-powerpc64le-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 ppc64 arm64
 -Multi-Arch: foreign
 -Depends: cpp-powerpc64le-linux-gnu (>= ${version:cpp}),
 -  gcc-powerpc64le-linux-gnu (>= ${version:cpp}),
 -  gobjc++-${pv:gobjcxx}-powerpc64le-linux-gnu ${reqv:gobjcxx},
 -  ${misc:Depends}
 -Recommends: g++-powerpc64le-linux-gnu (>= ${version:cpp}), gobjc-powerpc64le-linux-gnu (>= ${version:cpp})
 -Description: GNU Objective-C++ compiler for the ppc64el architecture
 - This is the GNU Objective-C++ compiler, which compiles
 - Objective-C++ on platforms supported by the gcc compiler. It uses the
 - gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU Objective-C++
 - cross-compiler for the ppc64el architecture.
 -
 -Package: gfortran-powerpc64le-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 ppc64 arm64
 -Multi-Arch: foreign
 -Depends: cpp-powerpc64le-linux-gnu (= ${version:cpp}),
 -  gcc-powerpc64le-linux-gnu (= ${version:gcc}),
 -  gfortran-${pv:gfort}-powerpc64le-linux-gnu ${reqv:gfort},
 -  ${misc:Depends}
 -Suggests: gfortran-doc
 -Description: GNU Fortran 95 compiler for the ppc64el architecture
 - This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms
 - supported by the gcc compiler. It uses the gcc backend to generate optimized
 - code.
 - .
 - This is a dependency package providing the default GNU Fortran 95
 - cross-compiler for the ppc64el architecture.
 -
 -Package: gccgo-powerpc64le-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 ppc64 arm64
 -Multi-Arch: foreign
 -Depends: cpp-powerpc64le-linux-gnu (>= ${version:cpp}),
 -  g++-powerpc64le-linux-gnu (>= ${version:gcc}),
 -  gccgo-${pv:ggo}-powerpc64le-linux-gnu ${reqv:ggo},
 -  ${misc:Depends}
 -Suggests: gccgo-doc
 -Description: Go compiler (based on GCC) for the ppc64el architecture
 - This is the GNU Go compiler, which compiles Go on platforms supported by
 - the gcc compiler. It uses the gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU Go cross-compiler
 - for the ppc64el architecture.
 -
 -Package: gdc-powerpc64le-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 ppc64 arm64
 -Multi-Arch: foreign
 -Depends: cpp-powerpc64le-linux-gnu (>= ${version:cpp}),
 -  gdc-${pv:gdc}-powerpc64le-linux-gnu ${reqv:gdc},
 -  ${misc:Depends}
 -Description: GNU D compiler (based on GCC) for the ppc64el architecture
 - This is the GNU D compiler, which compiles D on platforms supported by
 - the gcc compiler. It uses the gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU D cross-compiler
 - for the ppc64el architecture.
--
--Package: gm2-powerpc64le-linux-gnu
--Priority: optional
--Architecture: amd64 i386 x32 ppc64 arm64
--Multi-Arch: foreign
--Depends: cpp-powerpc64le-linux-gnu (>= ${version:cpp}),
--  gm2-${pv:gm2}-powerpc64le-linux-gnu ${reqv:gm2},
--  ${misc:Depends}
--Description: GNU Modula-2 compiler (based on GCC) for the ppc64el architecture
-- This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms
-- supported by the gcc compiler. It uses the gcc backend to generate optimized
-- code.
-- .
-- This is a dependency package providing the default GNU Modula-2 cross-compiler
-- for the ppc64el architecture.
 -
 -Package: cpp-aarch64-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 ppc64el
 -Multi-Arch: foreign
 -Section: interpreters
 -Depends: cpp-${pv:cpp}-aarch64-linux-gnu ${reqv:cpp}, ${misc:Depends}
 -Suggests: cpp-doc
 -Description: GNU C preprocessor (cpp) for the arm64 architecture
 - The GNU C preprocessor is a macro processor that is used automatically
 - by the GNU C compiler to transform programs before actual compilation.
 - .
 - This package has been separated from gcc for the benefit of those who
 - require the preprocessor but not the cross-compiler for arm64 architecture.
 - .
 - This is a dependency package providing the default GNU C preprocessor
 - for the arm64 architecture.
 -
 -Package: gcc-aarch64-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-aarch64-linux-gnu (= ${version:cpp}),
 -  gcc-${pv:gcc}-aarch64-linux-gnu ${reqv:gcc},
 -  ${misc:Depends}
 -Recommends: libc6-dev-arm64-cross | libc-dev-arm64-cross
 -Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-aarch64-linux-gnu, gcc-doc
 -Description: GNU C compiler for the arm64 architecture
 - This is the GNU C compiler, a fairly portable optimizing compiler for C.
 - .
 - This is a dependency package providing the default GNU C cross-compiler
 - for the arm64 architecture.
 -
 -Package: g++-aarch64-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-aarch64-linux-gnu (= ${version:cpp}),
 -  gcc-aarch64-linux-gnu (= ${version:cpp}),
 -  g++-${pv:gpp}-aarch64-linux-gnu ${reqv:gpp},
 -  ${misc:Depends}
 -Description: GNU C++ compiler for the arm64 architecture
 - This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
 - .
 - This is a dependency package providing the default GNU C++ cross-compiler
 - for the arm64 architecture.
 -
 -Package: gobjc-aarch64-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-aarch64-linux-gnu (>= ${version:cpp}),
 -  gcc-aarch64-linux-gnu (>= ${version:cpp}),
 -  gobjc-${pv:gobjc}-aarch64-linux-gnu ${reqv:gobjc},
 -  ${misc:Depends}
 -Description: GNU Objective-C compiler for the arm64 architecture
 - This is the GNU Objective-C compiler, which compiles Objective-C on platforms
 - supported by the gcc compiler. It uses the gcc backend to generate optimized
 - code.
 - .
 - This is a dependency package providing the default GNU Objective-C
 - cross-compiler for the arm64 architecture.
 -
 -Package: gobjc++-aarch64-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-aarch64-linux-gnu (>= ${version:cpp}),
 -  gcc-aarch64-linux-gnu (>= ${version:cpp}),
 -  gobjc++-${pv:gobjcxx}-aarch64-linux-gnu ${reqv:gobjcxx},
 -  ${misc:Depends}
 -Recommends: g++-aarch64-linux-gnu (>= ${version:cpp}), gobjc-aarch64-linux-gnu (>= ${version:cpp})
 -Description: GNU Objective-C++ compiler for the arm64 architecture
 - This is the GNU Objective-C++ compiler, which compiles
 - Objective-C++ on platforms supported by the gcc compiler. It uses the
 - gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU Objective-C++
 - cross-compiler for the arm64 architecture.
 -
 -Package: gfortran-aarch64-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-aarch64-linux-gnu (= ${version:cpp}),
 -  gcc-aarch64-linux-gnu (= ${version:gcc}),
 -  gfortran-${pv:gfort}-aarch64-linux-gnu ${reqv:gfort},
 -  ${misc:Depends}
 -Suggests: gfortran-doc
 -Description: GNU Fortran 95 compiler for the arm64 architecture
 - This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms
 - supported by the gcc compiler. It uses the gcc backend to generate optimized
 - code.
 - .
 - This is a dependency package providing the default GNU Fortran 95
 - cross-compiler for the arm64 architecture.
 -
 -Package: gccgo-aarch64-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-aarch64-linux-gnu (>= ${version:cpp}),
 -  g++-aarch64-linux-gnu (>= ${version:gcc}),
 -  gccgo-${pv:ggo}-aarch64-linux-gnu ${reqv:ggo},
 -  ${misc:Depends}
 -Suggests: gccgo-doc
 -Description: Go compiler (based on GCC) for the arm64 architecture
 - This is the GNU Go compiler, which compiles Go on platforms supported by
 - the gcc compiler. It uses the gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU Go cross-compiler
 - for the arm64 architecture.
 -
 -Package: gdc-aarch64-linux-gnu
 -Priority: optional
 -Architecture: amd64 i386 x32 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-aarch64-linux-gnu (>= ${version:cpp}),
 -  gdc-${pv:gdc}-aarch64-linux-gnu ${reqv:gdc},
 -  ${misc:Depends}
 -Description: GNU D compiler (based on GCC) for the arm64 architecture
 - This is the GNU D compiler, which compiles D on platforms supported by
 - the gcc compiler. It uses the gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU D cross-compiler
 - for the arm64 architecture.
--
--Package: gm2-aarch64-linux-gnu
--Priority: optional
--Architecture: amd64 i386 x32 ppc64el
--Multi-Arch: foreign
--Depends: cpp-aarch64-linux-gnu (>= ${version:cpp}),
--  gm2-${pv:gm2}-aarch64-linux-gnu ${reqv:gm2},
--  ${misc:Depends}
--Description: GNU Modula-2 compiler (based on GCC) for the arm64 architecture
-- This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms
-- supported by the gcc compiler. It uses the gcc backend to generate optimized
-- code.
-- .
-- This is a dependency package providing the default GNU Modula-2 cross-compiler
-- for the arm64 architecture.
 -
 -Package: cpp-arm-linux-gnueabihf
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Multi-Arch: foreign
 -Section: interpreters
 -Depends: cpp-${pv:cpp}-arm-linux-gnueabihf ${reqv:cpp}, ${misc:Depends}
 -Suggests: cpp-doc
 -Description: GNU C preprocessor (cpp) for the armhf architecture
 - The GNU C preprocessor is a macro processor that is used automatically
 - by the GNU C compiler to transform programs before actual compilation.
 - .
 - This package has been separated from gcc for the benefit of those who
 - require the preprocessor but not the cross-compiler for armhf architecture.
 - .
 - This is a dependency package providing the default GNU C preprocessor
 - for the armhf architecture.
 -
 -Package: gcc-arm-linux-gnueabihf
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-arm-linux-gnueabihf (= ${version:cpp}),
 -  gcc-${pv:gcc}-arm-linux-gnueabihf ${reqv:gcc},
 -  ${misc:Depends}
 -Recommends: libc6-dev-armhf-cross | libc-dev-armhf-cross
 -Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-arm-linux-gnueabihf, gcc-doc
 -Description: GNU C compiler for the armhf architecture
 - This is the GNU C compiler, a fairly portable optimizing compiler for C.
 - .
 - This is a dependency package providing the default GNU C cross-compiler
 - for the armhf architecture.
 -
 -Package: g++-arm-linux-gnueabihf
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-arm-linux-gnueabihf (= ${version:cpp}),
 -  gcc-arm-linux-gnueabihf (= ${version:cpp}),
 -  g++-${pv:gpp}-arm-linux-gnueabihf ${reqv:gpp},
 -  ${misc:Depends}
 -Description: GNU C++ compiler for the armhf architecture
 - This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
 - .
 - This is a dependency package providing the default GNU C++ cross-compiler
 - for the armhf architecture.
 -
 -Package: gobjc-arm-linux-gnueabihf
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-arm-linux-gnueabihf (>= ${version:cpp}),
 -  gcc-arm-linux-gnueabihf (>= ${version:cpp}),
 -  gobjc-${pv:gobjc}-arm-linux-gnueabihf ${reqv:gobjc},
 -  ${misc:Depends}
 -Description: GNU Objective-C compiler for the armhf architecture
 - This is the GNU Objective-C compiler, which compiles Objective-C on platforms
 - supported by the gcc compiler. It uses the gcc backend to generate optimized
 - code.
 - .
 - This is a dependency package providing the default GNU Objective-C
 - cross-compiler for the armhf architecture.
 -
 -Package: gobjc++-arm-linux-gnueabihf
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-arm-linux-gnueabihf (>= ${version:cpp}),
 -  gcc-arm-linux-gnueabihf (>= ${version:cpp}),
 -  gobjc++-${pv:gobjcxx}-arm-linux-gnueabihf ${reqv:gobjcxx},
 -  ${misc:Depends}
 -Recommends: g++-arm-linux-gnueabihf (>= ${version:cpp}), gobjc-arm-linux-gnueabihf (>= ${version:cpp})
 -Description: GNU Objective-C++ compiler for the armhf architecture
 - This is the GNU Objective-C++ compiler, which compiles
 - Objective-C++ on platforms supported by the gcc compiler. It uses the
 - gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU Objective-C++
 - cross-compiler for the armhf architecture.
 -
 -Package: gfortran-arm-linux-gnueabihf
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-arm-linux-gnueabihf (= ${version:cpp}),
 -  gcc-arm-linux-gnueabihf (= ${version:gcc}),
 -  gfortran-${pv:gfort}-arm-linux-gnueabihf ${reqv:gfort},
 -  ${misc:Depends}
 -Suggests: gfortran-doc
 -Description: GNU Fortran 95 compiler for the armhf architecture
 - This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms
 - supported by the gcc compiler. It uses the gcc backend to generate optimized
 - code.
 - .
 - This is a dependency package providing the default GNU Fortran 95
 - cross-compiler for the armhf architecture.
 -
 -Package: gccgo-arm-linux-gnueabihf
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-arm-linux-gnueabihf (>= ${version:cpp}),
 -  g++-arm-linux-gnueabihf (>= ${version:gcc}),
 -  gccgo-${pv:ggo}-arm-linux-gnueabihf ${reqv:ggo},
 -  ${misc:Depends}
 -Suggests: gccgo-doc
 -Description: Go compiler (based on GCC) for the armhf architecture
 - This is the GNU Go compiler, which compiles Go on platforms supported by
 - the gcc compiler. It uses the gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU Go cross-compiler
 - for the armhf architecture.
 -
 -Package: gdc-arm-linux-gnueabihf
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-arm-linux-gnueabihf (>= ${version:cpp}),
 -  gdc-${pv:gdc}-arm-linux-gnueabihf ${reqv:gdc},
 -  ${misc:Depends}
 -Description: GNU D compiler (based on GCC) for the armhf architecture
 - This is the GNU D compiler, which compiles D on platforms supported by
 - the gcc compiler. It uses the gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU D cross-compiler
 - for the armhf architecture.
--
--Package: gm2-arm-linux-gnueabihf
--Priority: optional
--Architecture: amd64 i386 x32 arm64 ppc64el
--Multi-Arch: foreign
--Depends: cpp-arm-linux-gnueabihf (>= ${version:cpp}),
--  gm2-${pv:gm2}-arm-linux-gnueabihf ${reqv:gm2},
--  ${misc:Depends}
--Description: GNU Modula-2 compiler (based on GCC) for the armhf architecture
-- This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms
-- supported by the gcc compiler. It uses the gcc backend to generate optimized
-- code.
-- .
-- This is a dependency package providing the default GNU Modula-2 cross-compiler
-- for the armhf architecture.
 -
 -Package: cpp-arm-linux-gnueabi
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Multi-Arch: foreign
 -Section: interpreters
 -Depends: cpp-${pv:cpp}-arm-linux-gnueabi ${reqv:cpp}, ${misc:Depends}
 -Suggests: cpp-doc
 -Description: GNU C preprocessor (cpp) for the armel architecture
 - The GNU C preprocessor is a macro processor that is used automatically
 - by the GNU C compiler to transform programs before actual compilation.
 - .
 - This package has been separated from gcc for the benefit of those who
 - require the preprocessor but not the cross-compiler for armel architecture.
 - .
 - This is a dependency package providing the default GNU C preprocessor
 - for the armel architecture.
 -
 -Package: gcc-arm-linux-gnueabi
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-arm-linux-gnueabi (= ${version:cpp}),
 -  gcc-${pv:gcc}-arm-linux-gnueabi ${reqv:gcc},
 -  ${misc:Depends}
 -Recommends: libc6-dev-armel-cross | libc-dev-armel-cross
 -Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-arm-linux-gnueabi, gcc-doc
 -Description: GNU C compiler for the armel architecture
 - This is the GNU C compiler, a fairly portable optimizing compiler for C.
 - .
 - This is a dependency package providing the default GNU C cross-compiler
 - for the armel architecture.
 -
 -Package: g++-arm-linux-gnueabi
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-arm-linux-gnueabi (= ${version:cpp}),
 -  gcc-arm-linux-gnueabi (= ${version:cpp}),
 -  g++-${pv:gpp}-arm-linux-gnueabi ${reqv:gpp},
 -  ${misc:Depends}
 -Description: GNU C++ compiler for the armel architecture
 - This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
 - .
 - This is a dependency package providing the default GNU C++ cross-compiler
 - for the armel architecture.
 -
 -Package: gobjc-arm-linux-gnueabi
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-arm-linux-gnueabi (>= ${version:cpp}),
 -  gcc-arm-linux-gnueabi (>= ${version:cpp}),
 -  gobjc-${pv:gobjc}-arm-linux-gnueabi ${reqv:gobjc},
 -  ${misc:Depends}
 -Description: GNU Objective-C compiler for the armel architecture
 - This is the GNU Objective-C compiler, which compiles Objective-C on platforms
 - supported by the gcc compiler. It uses the gcc backend to generate optimized
 - code.
 - .
 - This is a dependency package providing the default GNU Objective-C
 - cross-compiler for the armel architecture.
 -
 -Package: gobjc++-arm-linux-gnueabi
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-arm-linux-gnueabi (>= ${version:cpp}),
 -  gcc-arm-linux-gnueabi (>= ${version:cpp}),
 -  gobjc++-${pv:gobjcxx}-arm-linux-gnueabi ${reqv:gobjcxx},
 -  ${misc:Depends}
 -Recommends: g++-arm-linux-gnueabi (>= ${version:cpp}), gobjc-arm-linux-gnueabi (>= ${version:cpp})
 -Description: GNU Objective-C++ compiler for the armel architecture
 - This is the GNU Objective-C++ compiler, which compiles
 - Objective-C++ on platforms supported by the gcc compiler. It uses the
 - gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU Objective-C++
 - cross-compiler for the armel architecture.
 -
 -Package: gfortran-arm-linux-gnueabi
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-arm-linux-gnueabi (= ${version:cpp}),
 -  gcc-arm-linux-gnueabi (= ${version:gcc}),
 -  gfortran-${pv:gfort}-arm-linux-gnueabi ${reqv:gfort},
 -  ${misc:Depends}
 -Suggests: gfortran-doc
 -Description: GNU Fortran 95 compiler for the armel architecture
 - This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms
 - supported by the gcc compiler. It uses the gcc backend to generate optimized
 - code.
 - .
 - This is a dependency package providing the default GNU Fortran 95
 - cross-compiler for the armel architecture.
 -
 -Package: gccgo-arm-linux-gnueabi
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-arm-linux-gnueabi (>= ${version:cpp}),
 -  g++-arm-linux-gnueabi (>= ${version:gcc}),
 -  gccgo-${pv:ggo}-arm-linux-gnueabi ${reqv:ggo},
 -  ${misc:Depends}
 -Suggests: gccgo-doc
 -Description: Go compiler (based on GCC) for the armel architecture
 - This is the GNU Go compiler, which compiles Go on platforms supported by
 - the gcc compiler. It uses the gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU Go cross-compiler
 - for the armel architecture.
 -
 -Package: gdc-arm-linux-gnueabi
 -Priority: optional
 -Architecture: amd64 i386 x32 arm64 ppc64el
 -Multi-Arch: foreign
 -Depends: cpp-arm-linux-gnueabi (>= ${version:cpp}),
 -  gdc-${pv:gdc}-arm-linux-gnueabi ${reqv:gdc},
 -  ${misc:Depends}
 -Description: GNU D compiler (based on GCC) for the armel architecture
 - This is the GNU D compiler, which compiles D on platforms supported by
 - the gcc compiler. It uses the gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU D cross-compiler
 - for the armel architecture.
--
--Package: gm2-arm-linux-gnueabi
--Priority: optional
--Architecture: amd64 i386 x32 arm64 ppc64el
--Multi-Arch: foreign
--Depends: cpp-arm-linux-gnueabi (>= ${version:cpp}),
--  gm2-${pv:gm2}-arm-linux-gnueabi ${reqv:gm2},
--  ${misc:Depends}
--Description: GNU Modula-2 compiler (based on GCC) for the armel architecture
-- This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms
-- supported by the gcc compiler. It uses the gcc backend to generate optimized
-- code.
-- .
-- This is a dependency package providing the default GNU Modula-2 cross-compiler
-- for the armel architecture.
--
- Package: gm2-mipsel-linux-gnu
 -Package: cpp-i686-linux-gnu
--Priority: optional
- Architecture: amd64 i386 x32
 -Architecture: amd64 arm64 ppc64el x32
--Multi-Arch: foreign
- Depends: cpp-mipsel-linux-gnu (>= ${version:cpp}),
-   gm2-${pv:gm2}-mipsel-linux-gnu ${reqv:gm2},
 -Section: interpreters
 -Depends: cpp-${pv:cpp}-i686-linux-gnu ${reqv:cpp}, ${misc:Depends}
 -Suggests: cpp-doc
 -Description: GNU C preprocessor (cpp) for the i386 architecture
 - The GNU C preprocessor is a macro processor that is used automatically
 - by the GNU C compiler to transform programs before actual compilation.
 - .
 - This package has been separated from gcc for the benefit of those who
 - require the preprocessor but not the cross-compiler for i386 architecture.
 - .
 - This is a dependency package providing the default GNU C preprocessor
 - for the i386 architecture.
 -
 -Package: gcc-i686-linux-gnu
 -Priority: optional
 -Architecture: amd64 arm64 ppc64el x32
 -Multi-Arch: foreign
 -Depends: cpp-i686-linux-gnu (= ${version:cpp}),
 -  gcc-${pv:gcc}-i686-linux-gnu ${reqv:gcc},
--  ${misc:Depends}
- Description: GNU Modula-2 compiler (based on GCC) for the mipsel architecture
-  This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms
 -Recommends: libc6-dev-i386-cross | libc-dev-i386-cross
 -Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-i686-linux-gnu, gcc-doc
 -Description: GNU C compiler for the i386 architecture
 - This is the GNU C compiler, a fairly portable optimizing compiler for C.
 - .
 - This is a dependency package providing the default GNU C cross-compiler
 - for the i386 architecture.
 -
 -Package: g++-i686-linux-gnu
 -Priority: optional
 -Architecture: amd64 arm64 ppc64el x32
 -Multi-Arch: foreign
 -Depends: cpp-i686-linux-gnu (= ${version:cpp}),
 -  gcc-i686-linux-gnu (= ${version:cpp}),
 -  g++-${pv:gpp}-i686-linux-gnu ${reqv:gpp},
 -  ${misc:Depends}
 -Description: GNU C++ compiler for the i386 architecture
 - This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
 - .
 - This is a dependency package providing the default GNU C++ cross-compiler
 - for the i386 architecture.
 -
 -Package: gobjc-i686-linux-gnu
 -Priority: optional
 -Architecture: amd64 arm64 ppc64el x32
 -Multi-Arch: foreign
 -Depends: cpp-i686-linux-gnu (>= ${version:cpp}),
 -  gcc-i686-linux-gnu (>= ${version:cpp}),
 -  gobjc-${pv:gobjc}-i686-linux-gnu ${reqv:gobjc},
 -  ${misc:Depends}
 -Description: GNU Objective-C compiler for the i386 architecture
 - This is the GNU Objective-C compiler, which compiles Objective-C on platforms
-- supported by the gcc compiler. It uses the gcc backend to generate optimized
-- code.
-- .
-  This is a dependency package providing the default GNU Modula-2 cross-compiler
-  for the mipsel architecture.
 - This is a dependency package providing the default GNU Objective-C
 - cross-compiler for the i386 architecture.
--
- Package: gm2-mips64el-linux-gnuabi64
 -Package: gobjc++-i686-linux-gnu
--Priority: optional
- Architecture: amd64 i386 x32
 -Architecture: amd64 arm64 ppc64el x32
--Multi-Arch: foreign
- Depends: cpp-mips64el-linux-gnuabi64 (>= ${version:cpp}),
-   gm2-${pv:gm2}-mips64el-linux-gnuabi64 ${reqv:gm2},
 -Depends: cpp-i686-linux-gnu (>= ${version:cpp}),
 -  gcc-i686-linux-gnu (>= ${version:cpp}),
 -  gobjc++-${pv:gobjcxx}-i686-linux-gnu ${reqv:gobjcxx},
--  ${misc:Depends}
- Description: GNU Modula-2 compiler (based on GCC) for the mips64el architecture
-  This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms
 -Recommends: g++-i686-linux-gnu (>= ${version:cpp}), gobjc-i686-linux-gnu (>= ${version:cpp})
 -Description: GNU Objective-C++ compiler for the i386 architecture
 - This is the GNU Objective-C++ compiler, which compiles
 - Objective-C++ on platforms supported by the gcc compiler. It uses the
 - gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU Objective-C++
 - cross-compiler for the i386 architecture.
 -
 -Package: gfortran-i686-linux-gnu
 -Priority: optional
 -Architecture: amd64 arm64 ppc64el x32
 -Multi-Arch: foreign
 -Depends: cpp-i686-linux-gnu (= ${version:cpp}),
 -  gcc-i686-linux-gnu (= ${version:gcc}),
 -  gfortran-${pv:gfort}-i686-linux-gnu ${reqv:gfort},
 -  ${misc:Depends}
 -Suggests: gfortran-doc
 -Description: GNU Fortran 95 compiler for the i386 architecture
 - This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms
-- supported by the gcc compiler. It uses the gcc backend to generate optimized
-- code.
-- .
-  This is a dependency package providing the default GNU Modula-2 cross-compiler
-  for the mips64el architecture.
 - This is a dependency package providing the default GNU Fortran 95
 - cross-compiler for the i386 architecture.
 -
 -Package: gccgo-i686-linux-gnu
 -Priority: optional
 -Architecture: amd64 arm64 ppc64el x32
 -Multi-Arch: foreign
 -Depends: cpp-i686-linux-gnu (>= ${version:cpp}),
 -  g++-i686-linux-gnu (>= ${version:gcc}),
 -  gccgo-${pv:ggo}-i686-linux-gnu ${reqv:ggo},
 -  ${misc:Depends}
 -Suggests: gccgo-doc
 -Description: Go compiler (based on GCC) for the i386 architecture
 - This is the GNU Go compiler, which compiles Go on platforms supported by
 - the gcc compiler. It uses the gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU Go cross-compiler
 - for the i386 architecture.
 -
 -Package: gdc-i686-linux-gnu
 -Priority: optional
 -Architecture: amd64 arm64 ppc64el x32
 -Multi-Arch: foreign
 -Depends: cpp-i686-linux-gnu (>= ${version:cpp}),
 -  gdc-${pv:gdc}-i686-linux-gnu ${reqv:gdc},
 -  ${misc:Depends}
 -Description: GNU D compiler (based on GCC) for the i386 architecture
 - This is the GNU D compiler, which compiles D on platforms supported by
 - the gcc compiler. It uses the gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU D cross-compiler
 - for the i386 architecture.
--
--Package: gm2-i686-linux-gnu
--Priority: optional
--Architecture: amd64 arm64 ppc64el x32
--Multi-Arch: foreign
--Depends: cpp-i686-linux-gnu (>= ${version:cpp}),
--  gm2-${pv:gm2}-i686-linux-gnu ${reqv:gm2},
--  ${misc:Depends}
--Description: GNU Modula-2 compiler (based on GCC) for the i386 architecture
-- This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms
-- supported by the gcc compiler. It uses the gcc backend to generate optimized
-- code.
-- .
-- This is a dependency package providing the default GNU Modula-2 cross-compiler
 - for the i386 architecture.
 -
 -Package: gcc-multilib-i686-linux-gnu
 -Priority: optional
 -Architecture: amd64 arm64 ppc64el x32
 -Depends: cpp-i686-linux-gnu (= ${version:cpp}),
 -  gcc-i686-linux-gnu (= ${version:gcc}),
 -  gcc-${pv:gcc}-multilib-i686-linux-gnu ${reqv:gcc},
 -  ${misc:Depends}
 -Recommends: libc6-dev-i386-cross | libc-dev-i386-cross
 -Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-i686-linux-gnu, gcc-doc
 -Description: GNU C compiler for the i386 architecture
 - This is the GNU C compiler, a fairly portable optimizing compiler for C.
 - .
 - This is a dependency package providing the default GNU C cross-compiler
 - for the i386 architecture.
 -
 -Package: g++-multilib-i686-linux-gnu
 -Priority: optional
 -Architecture: amd64 arm64 ppc64el x32
 -Depends: cpp-i686-linux-gnu (= ${version:cpp}),
 -  g++-i686-linux-gnu (= ${version:gpp}),
 -  gcc-multilib-i686-linux-gnu (= ${version:gcc}),
 -  g++-${pv:gpp}-multilib-i686-linux-gnu ${reqv:gpp},
 -  ${misc:Depends}
 -Description: GNU C++ compiler for the i386 architecture
 - This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
 - .
 - This is a dependency package providing the default GNU C++
 - cross-compiler for the i386 architecture.
 -
 -Package: gobjc-multilib-i686-linux-gnu
 -Priority: optional
 -Architecture: amd64 arm64 ppc64el x32
 -Depends: cpp-i686-linux-gnu (>= ${version:cpp}),
 -  gobjc-i686-linux-gnu (>= ${version:gobjc}),
 -  gcc-multilib-i686-linux-gnu (>= ${version:cpp}),
 -  gobjc-${pv:gobjc}-multilib-i686-linux-gnu ${reqv:gobjc},
 -  ${misc:Depends}
 -Description: GNU Objective-C compiler for the i386 architecture
 - This is the GNU Objective-C compiler, which compiles Objective-C on platforms
 - supported by the gcc compiler. It uses the gcc backend to generate optimized
 - code.
 - .
 - This is a dependency package providing the default GNU Objective-C
 - cross-compiler for the i386 architecture.
 -
 -Package: gobjc++-multilib-i686-linux-gnu
 -Priority: optional
 -Architecture: amd64 arm64 ppc64el x32
 -Depends: cpp-i686-linux-gnu (>= ${version:cpp}),
 -  gcc-multilib-i686-linux-gnu (>= ${version:cpp}),
 -  gobjc++-i686-linux-gnu (>= ${version:gobjcxx}),
 -  gobjc++-${pv:gobjcxx}-multilib-i686-linux-gnu ${reqv:gobjcxx},
 -  ${misc:Depends}
 -Recommends: g++-i686-linux-gnu (>= ${version:cpp}),
 -  gobjc-i686-linux-gnu (>= ${version:cpp})
 -Description: GNU Objective-C++ compiler for the i386 architecture
 - This is the GNU Objective-C++ compiler, which compiles
 - Objective-C++ on platforms supported by the gcc compiler. It uses the
 - gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU Objective-C++
 - cross-compiler for the i386 architecture.
 -
 -Package: gfortran-multilib-i686-linux-gnu
 -Priority: optional
 -Architecture: amd64 arm64 ppc64el x32
 -Depends: cpp-i686-linux-gnu (= ${version:cpp}),
 -  gcc-multilib-i686-linux-gnu (= ${version:gcc}),
 -  gfortran-i686-linux-gnu (= ${version:gfort}),
 -  gfortran-${pv:gfort}-multilib-i686-linux-gnu ${reqv:gfort},
 -  ${misc:Depends}
 -Suggests: gfortran-doc
 -Description: GNU Fortran 95 compiler for the i386 architecture
 - This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms
 - supported by the gcc compiler. It uses the gcc backend to generate optimized
 - code.
 - .
 - This is a dependency package providing the default GNU Fortran 95
 - cross-compiler for the i386 architecture.
 -
 -Package: gccgo-multilib-i686-linux-gnu
 -Priority: optional
 -Architecture: amd64 arm64 ppc64el x32
 -Depends: cpp-i686-linux-gnu (>= ${version:cpp}),
 -  g++-multilib-i686-linux-gnu (>= ${version:gcc}),
 -  gccgo-i686-linux-gnu (>= ${version:ggo}),
 -  gccgo-${pv:ggo}-multilib-i686-linux-gnu ${reqv:ggo},
 -  ${misc:Depends}
 -Suggests: gccgo-doc
 -Description: Go compiler (based on GCC) for the i386 architecture
 - This is the GNU Go compiler, which compiles Go on platforms supported by
 - the gcc compiler. It uses the gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU Go cross-compiler
 - for the i386 architecture.
 -
 -Package: gdc-multilib-i686-linux-gnu
 -Priority: optional
 -Architecture: amd64 arm64 ppc64el x32
 -Depends: cpp-i686-linux-gnu (>= ${version:cpp}),
 -  gdc-${pv:gdc}-multilib-i686-linux-gnu ${reqv:gdc},
 -  gdc-i686-linux-gnu (>= ${version:gdc}),
 -  ${misc:Depends}
 -Description: GNU D compiler (based on GCC) for the i386 architecture
 - This is the GNU D compiler, which compiles D on platforms supported by
 - the gcc compiler. It uses the gcc backend to generate optimized code.
 - .
 - This is a dependency package providing the default GNU D cross-compiler
-- for the i386 architecture.
diff --cc debian/rules
Simple merge