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
|
Package: @@PACKAGE@@-mingw-w64
Architecture: all
Depends: @@PACKAGE@@-mingw-w64-i686, @@PACKAGE@@-mingw-w64-x86-64, ${misc:Depends}
Recommends: @@RECOMMENDS@@
Built-Using: gcc-4.6 (= ${gcc:Version})
Description: GNU @@LANGUAGE@@ compiler for MinGW-w64
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 metapackage provides the @@LANGUAGE@@ compiler, supporting
cross-compiling to 32- and 64-bit MinGW-w64 targets.
Package: @@PACKAGE@@-mingw-w64-i686
Architecture: any
Depends: @@DEPENDS32@@,
${misc:Depends},
${shlibs:Depends}
Built-Using: gcc-4.6 (= ${gcc:Version})
Conflicts: @@CONFLICTS32@@
Breaks: @@BREAKS32@@
Replaces: @@REPLACES32@@
Suggests: gcc-4.6-locales (>= ${local:Version})
Description: GNU @@LANGUAGE@@ compiler for MinGW-w64 targeting 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 @@LANGUAGE@@ compiler, supporting
cross-compiling to 32-bit MinGW-w64 targets.
Package: @@PACKAGE@@-mingw-w64-x86-64
Architecture: any
Depends: @@DEPENDS64@@,
${misc:Depends},
${shlibs:Depends}
Built-Using: gcc-4.6 (= ${gcc:Version})
Conflicts: @@CONFLICTS64@@
Breaks: @@BREAKS64@@
Replaces: @@REPLACES64@@
Suggests: gcc-4.6-locales (>= ${local:Version})
Description: GNU @@LANGUAGE@@ compiler for MinGW-w64 targeting Win64
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 @@LANGUAGE@@ compiler, supporting
cross-compiling to 64-bit MinGW-w64 targets.
|