1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Package: gcc-mingw-w64-@@TARGET@@-posix-runtime
Architecture: any
Depends: gcc-mingw-w64-base (= ${binary:Version}),
${misc:Depends}
Built-Using: gcc-@@VERSION@@ (= ${gcc:Version})
Breaks: gcc-mingw-w64-@@TARGET@@ (<< ${runtimesplit:Version}),
g++-mingw-w64-@@TARGET@@ (<< ${runtimesplit:Version}),
gfortran-mingw-w64-@@TARGET@@ (<< ${runtimesplit:Version}),
gnat-mingw-w64-@@TARGET@@ (<< ${runtimesplit:Version}),
gobjc-mingw-w64-@@TARGET@@ (<< ${runtimesplit:Version})
Replaces: gcc-mingw-w64-@@TARGET@@ (<< ${runtimesplit:Version}),
g++-mingw-w64-@@TARGET@@ (<< ${runtimesplit:Version}),
gfortran-mingw-w64-@@TARGET@@ (<< ${runtimesplit:Version}),
gnat-mingw-w64-@@TARGET@@ (<< ${runtimesplit:Version}),
gobjc-mingw-w64-@@TARGET@@ (<< ${runtimesplit:Version})
Description: GNU Compiler Collection for MinGW-w64, @@TARGET@@/POSIX
MinGW-w64 provides a development and runtime environment for 32- and
64-bit (x86 and x64) Windows applications using the Windows API and
the GNU Compiler Collection (gcc).
.
This package contains the runtime DLLs used by GCC and applications
built with it, for @@TARGET@@, using the POSIX thread model.
Its purpose is both to provide the DLLs used during builds, and to
allow packages shipping Windows programs to depend on those DLLs
without pulling in the complete toolchain.
Package: gcc-mingw-w64-@@TARGET@@-win32-runtime
Architecture: any
Depends: gcc-mingw-w64-base (= ${binary:Version}),
${misc:Depends}
Built-Using: gcc-@@VERSION@@ (= ${gcc:Version})
Breaks: gcc-mingw-w64-@@TARGET@@ (<< ${runtimesplit:Version}),
g++-mingw-w64-@@TARGET@@ (<< ${runtimesplit:Version}),
gfortran-mingw-w64-@@TARGET@@ (<< ${runtimesplit:Version}),
gnat-mingw-w64-@@TARGET@@ (<< ${runtimesplit:Version}),
gobjc-mingw-w64-@@TARGET@@ (<< ${runtimesplit:Version})
Replaces: gcc-mingw-w64-@@TARGET@@ (<< ${runtimesplit:Version}),
g++-mingw-w64-@@TARGET@@ (<< ${runtimesplit:Version}),
gfortran-mingw-w64-@@TARGET@@ (<< ${runtimesplit:Version}),
gnat-mingw-w64-@@TARGET@@ (<< ${runtimesplit:Version}),
gobjc-mingw-w64-@@TARGET@@ (<< ${runtimesplit:Version})
Description: GNU Compiler Collection for MinGW-w64, @@TARGET@@/Win32
MinGW-w64 provides a development and runtime environment for 32- and
64-bit (x86 and x64) Windows applications using the Windows API and
the GNU Compiler Collection (gcc).
.
This package contains the runtime DLLs used by GCC and applications
built with it, for @@TARGET@@, using the Win32 thread model.
Its purpose is both to provide the DLLs used during builds, and to
allow packages shipping Windows programs to depend on those DLLs
without pulling in the complete toolchain.
|