File: control.template

package info (click to toggle)
gcc-mingw-w64 28.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 760 kB
  • sloc: sh: 364; makefile: 358; sed: 108; cpp: 1
file content (150 lines) | stat: -rw-r--r-- 5,486 bytes parent folder | download | duplicates (4)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
Package: @@PACKAGE@@-mingw-w64
Architecture: all
Multi-Arch: foreign
Depends: @@PACKAGE@@-mingw-w64-i686,
         @@PACKAGE@@-mingw-w64-x86-64,
         ${misc:Depends}
Recommends: @@RECOMMENDS@@
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.
Build-Profiles: <!stage1>

Package: @@PACKAGE@@-mingw-w64-i686
Architecture: all
Multi-Arch: foreign
Depends: @@PACKAGE@@-mingw-w64-i686-posix,
         @@PACKAGE@@-mingw-w64-i686-win32,
         ${misc:Depends}
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 metapackage provides the @@LANGUAGE@@ compiler, supporting
 cross-compiling to 32-bit MinGW-w64 targets.
Build-Profiles: <!stage1>

Package: @@PACKAGE@@-mingw-w64-i686-posix
Architecture: @@ARCH@@
Multi-Arch: foreign
Depends: @@DEPENDS32P@@,
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: gcc-@@VERSION@@-locales (>= ${local:Version})
Breaks: @@BREAKS32@@
Conflicts: @@CONFLICTS32@@
Replaces: @@REPLACES32@@
Built-Using: gcc-@@VERSION@@ (= ${gcc:Version})
Description: GNU @@LANGUAGE@@ compiler for MinGW-w64, Win32/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 @@LANGUAGE@@ compiler, supporting
 cross-compiling to 32-bit MinGW-w64 targets, using the POSIX
 threading model.
Build-Profiles: <!stage1>

Package: @@PACKAGE@@-mingw-w64-i686-win32
Architecture: @@ARCH@@
Multi-Arch: foreign
Depends: @@DEPENDS32W@@,
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: gcc-@@VERSION@@-locales (>= ${local:Version})
Breaks: @@BREAKS32@@
Conflicts: @@CONFLICTS32@@
Replaces: @@REPLACES32@@
Built-Using: gcc-@@VERSION@@ (= ${gcc:Version})
Description: GNU @@LANGUAGE@@ compiler for MinGW-w64, Win32/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, using the Win32
 threading model.
Build-Profiles: <!stage1>

Package: @@PACKAGE@@-mingw-w64-x86-64
Architecture: all
Multi-Arch: foreign
Depends: @@PACKAGE@@-mingw-w64-x86-64-posix,
         @@PACKAGE@@-mingw-w64-x86-64-win32,
         ${misc:Depends}
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 metapackage provides the @@LANGUAGE@@ compiler, supporting
 cross-compiling to 64-bit MinGW-w64 targets.
Build-Profiles: <!stage1>

Package: @@PACKAGE@@-mingw-w64-x86-64-posix
Architecture: @@ARCH@@
Multi-Arch: foreign
Depends: @@DEPENDS64P@@,
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: gcc-@@VERSION@@-locales (>= ${local:Version})
Breaks: @@BREAKS64@@
Conflicts: @@CONFLICTS64@@
Replaces: @@REPLACES64@@
Built-Using: gcc-@@VERSION@@ (= ${gcc:Version})
Description: GNU @@LANGUAGE@@ compiler for MinGW-w64, Win64/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 @@LANGUAGE@@ compiler, supporting
 cross-compiling to 64-bit MinGW-w64 targets, using the POSIX
 threading model.
Build-Profiles: <!stage1>

Package: @@PACKAGE@@-mingw-w64-x86-64-win32
Architecture: @@ARCH@@
Multi-Arch: foreign
Depends: @@DEPENDS64W@@,
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: gcc-@@VERSION@@-locales (>= ${local:Version})
Breaks: @@BREAKS64@@
Conflicts: @@CONFLICTS64@@
Replaces: @@REPLACES64@@
Built-Using: gcc-@@VERSION@@ (= ${gcc:Version})
Description: GNU @@LANGUAGE@@ compiler for MinGW-w64, Win64/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 64-bit MinGW-w64 targets, using the Win32
 threading model.
Build-Profiles: <!stage1>

Package: @@PACKAGE@@-mingw-w64-ucrt64
Architecture: @@ARCH@@
Multi-Arch: foreign
Depends: @@DEPENDSU64@@,
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: gcc-@@VERSION@@-locales (>= ${local:Version})
Breaks: @@BREAKSU64@@
Conflicts: @@CONFLICTSU64@@
Replaces: @@REPLACESU64@@
Built-Using: gcc-@@VERSION@@ (= ${gcc:Version})
Description: GNU @@LANGUAGE@@ compiler for MinGW-w64 targeting UCRT 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 with the Universal C
 runtime.
Build-Profiles: <!stage1>