~ubuntu-branches/debian/sid/gcc-4.8/sid

« back to all changes in this revision

Viewing changes to .svn/pristine/7b/7bd7ed93374f612515de2615b29d05e9c809fe8d.svn-base

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-12-19 19:48:34 UTC
  • Revision ID: package-import@ubuntu.com-20141219194834-4dz1q7rrn5pad823
Tags: 4.8.4-1
* GCC 4.8.4 release.
  - Fix PR target/61407 (darwin), PR middle-end/58624 (ice),
    PR sanitizer/64265 (wrong code).
* Require recent binutils to pass go test failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: gcc-4.8
 
2
Section: devel
 
3
Priority: optional
 
4
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
 
5
Uploaders: Matthias Klose <doko@debian.org>
 
6
Standards-Version: 3.9.4
 
7
Build-Depends: debhelper (>= 5.0.62), g++-multilib [amd64 i386 kfreebsd-amd64 mips mipsel powerpc ppc64 s390 s390x sparc x32], 
 
8
  libc6.1-dev (>= 2.13-5) [alpha ia64] | libc0.3-dev (>= 2.13-5) [hurd-i386] | libc0.1-dev (>= 2.13-5) [kfreebsd-i386 kfreebsd-amd64] | libc6-dev (>= 2.13-5), libc6-dev (>= 2.13-31) [armel armhf], 
 
9
  libc6-dev-amd64 [i386 x32], libc6-dev-sparc64 [sparc], libc6-dev-s390 [s390x], libc6-dev-s390x [s390], libc6-dev-i386 [amd64 x32], libc6-dev-powerpc [ppc64], libc6-dev-ppc64 [powerpc], libc0.1-dev-i386 [kfreebsd-amd64], lib32gcc1 [amd64 ppc64 kfreebsd-amd64 s390x x32], libn32gcc1 [mips mipsel], lib64gcc1 [i386 mips mipsel powerpc sparc s390 x32], libc6-dev-mips64 [mips mipsel], libc6-dev-mipsn32 [mips mipsel], libc6-dev-x32 [amd64 i386], libx32gcc1 [amd64 i386], 
 
10
  libc6.1-dbg [alpha ia64] | libc0.3-dbg [hurd-i386] | libc0.1-dbg [kfreebsd-i386 kfreebsd-amd64] | libc6-dbg, 
 
11
  kfreebsd-kernel-headers (>= 0.84) [kfreebsd-any], 
 
12
  m4, libtool, autoconf2.64, 
 
13
  libunwind7-dev (>= 0.98.5-6) [ia64], libatomic-ops-dev [ia64], 
 
14
  zlib1g-dev, gawk, lzma, xz-utils, patchutils, 
 
15
  binutils (>= 2.23.52) | binutils-multiarch (>= 2.23.52), binutils-hppa64 (>= 2.23.52) [hppa], 
 
16
  gperf (>= 3.0.1), bison (>= 1:2.3), flex, gettext, 
 
17
  texinfo (>= 4.3), locales, sharutils, 
 
18
  procps, zlib1g-dev, libantlr-java, python, libffi-dev, fastjar, libmagic-dev, libecj-java (>= 3.3.0-2), zip, libasound2-dev [ !hurd-any !kfreebsd-any], libxtst-dev, libxt-dev, libgtk2.0-dev (>= 2.4.4-2), libart-2.0-dev, libcairo2-dev, g++-4.8 [armel armhf], netbase, 
 
19
  libcloog-isl-dev (>= 0.18), libmpc-dev (>= 1.0), libmpfr-dev (>= 3.0.0-9~), libgmp-dev (>= 2:5.0.1~), 
 
20
  dejagnu [!m68k !hurd-amd64 !hurd-i386 !hurd-alpha], autogen, realpath (>= 1.9.12), chrpath, lsb-release, quilt
 
21
Build-Depends-Indep: doxygen (>= 1.7.2), graphviz (>= 2.2), ghostscript, texlive-latex-base, xsltproc, libxml2-utils, docbook-xsl-ns, 
 
22
Build-Conflicts: binutils-gold
 
23
Homepage: http://gcc.gnu.org/
 
24
XS-Vcs-Browser: http://svn.debian.org/viewsvn/gcccvs/branches/sid/gcc-4.8/
 
25
XS-Vcs-Svn: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.8
 
26
 
 
27
Package: gcc-4.8-base
 
28
Architecture: any
 
29
Multi-Arch: same
 
30
Section: libs
 
31
Priority: required
 
32
Depends: ${misc:Depends}
 
33
Replaces: ${base:Replaces}
 
34
Breaks: gcj-4.4-base (<< 4.4.6-9~), gnat-4.4-base (<< 4.4.6-3~), gcj-4.6-base (<< 4.6.1-4~), gnat-4.6 (<< 4.6.1-5~), dehydra (<= 0.9.hg20110609-2)
 
35
Description: GCC, the GNU Compiler Collection (base package)
 
36
 This package contains files common to all languages and libraries
 
37
 contained in the GNU Compiler Collection (GCC).
 
38
 
 
39
Package: libgcc1
 
40
Architecture: any
 
41
Section: libs
 
42
Priority: required
 
43
Depends: gcc-4.8-base (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
44
Multi-Arch: same
 
45
Pre-Depends: multiarch-support
 
46
Breaks: ${multiarch:breaks}
 
47
Provides: libgcc1-armel [armel], libgcc1-armhf [armhf]
 
48
Description: GCC support library
 
49
 Shared version of the support library, a library of internal subroutines
 
50
 that GCC uses to overcome shortcomings of particular machines, or
 
51
 special needs for some languages.
 
52
 
 
53
Package: libgcc1-dbg
 
54
Architecture: any
 
55
Section: debug
 
56
Priority: extra
 
57
Depends: gcc-4.8-base (= ${gcc:Version}), libgcc1 (= ${gcc:EpochVersion}), ${misc:Depends}
 
58
Multi-Arch: same
 
59
Provides: libgcc1-dbg-armel [armel], libgcc1-dbg-armhf [armhf]
 
60
Description: GCC support library (debug symbols)
 
61
 Debug symbols for the GCC support library.
 
62
 
 
63
Package: libgcc2
 
64
Architecture: m68k
 
65
Section: libs
 
66
Priority: required
 
67
Depends: gcc-4.8-base (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
68
Multi-Arch: same
 
69
Pre-Depends: multiarch-support
 
70
Breaks: ${multiarch:breaks}
 
71
Description: GCC support library
 
72
 Shared version of the support library, a library of internal subroutines
 
73
 that GCC uses to overcome shortcomings of particular machines, or
 
74
 special needs for some languages.
 
75
 
 
76
Package: libgcc2-dbg
 
77
Architecture: m68k
 
78
Section: debug
 
79
Priority: extra
 
80
Depends: gcc-4.8-base (= ${gcc:Version}), libgcc2 (= ${gcc:Version}), ${misc:Depends}
 
81
Multi-Arch: same
 
82
Description: GCC support library (debug symbols)
 
83
 Debug symbols for the GCC support library.
 
84
 
 
85
Package: libgcc-4.8-dev
 
86
Architecture: any
 
87
Section: libdevel
 
88
Priority: optional
 
89
Recommends: ${dep:libcdev}
 
90
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libgcc}, ${dep:libssp}, ${dep:libgomp}, ${dep:libitm}, ${dep:libatomic}, ${dep:libbtrace}, ${dep:libasan}, ${dep:libtsan}, ${dep:libqmath}, ${dep:libunwinddev}, ${shlibs:Depends}, ${misc:Depends}
 
91
Multi-Arch: same
 
92
Description: GCC support library (development files)
 
93
 This package contains the headers and static library files necessary for
 
94
 building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.
 
95
 
 
96
Package: libgcc4
 
97
Architecture: hppa
 
98
Multi-Arch: same
 
99
Pre-Depends: multiarch-support
 
100
Breaks: ${multiarch:breaks}
 
101
Section: libs
 
102
Priority: required
 
103
Depends: gcc-4.8-base (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
104
Description: GCC support library
 
105
 Shared version of the support library, a library of internal subroutines
 
106
 that GCC uses to overcome shortcomings of particular machines, or
 
107
 special needs for some languages.
 
108
 
 
109
Package: libgcc4-dbg
 
110
Architecture: hppa
 
111
Multi-Arch: same
 
112
Section: debug
 
113
Priority: extra
 
114
Depends: gcc-4.8-base (= ${gcc:Version}), libgcc4 (= ${gcc:Version}), ${misc:Depends}
 
115
Description: GCC support library (debug symbols)
 
116
 Debug symbols for the GCC support library.
 
117
 
 
118
Package: lib64gcc1
 
119
Architecture: i386 powerpc sparc s390 mips mipsel x32
 
120
Section: libs
 
121
Priority: optional
 
122
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${misc:Depends}
 
123
Conflicts: libgcc1 (<= 1:3.3-0pre9)
 
124
Description: GCC support library (64bit)
 
125
 Shared version of the support library, a library of internal subroutines
 
126
 that GCC uses to overcome shortcomings of particular machines, or
 
127
 special needs for some languages.
 
128
 
 
129
Package: lib64gcc1-dbg
 
130
Architecture: i386 powerpc sparc s390 mips mipsel x32
 
131
Section: debug
 
132
Priority: extra
 
133
Depends: gcc-4.8-base (= ${gcc:Version}), lib64gcc1 (= ${gcc:EpochVersion}), ${misc:Depends}
 
134
Description: GCC support library (debug symbols)
 
135
 Debug symbols for the GCC support library.
 
136
 
 
137
Package: lib64gcc-4.8-dev
 
138
Architecture: i386 powerpc sparc s390 mips mipsel x32
 
139
Section: libdevel
 
140
Priority: optional
 
141
Recommends: ${dep:libcdev}
 
142
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libgccbiarch}, ${dep:libsspbiarch}, ${dep:libgompbiarch}, ${dep:libitmbiarch}, ${dep:libatomicbiarch}, ${dep:libbtracebiarch}, ${dep:libasanbiarch}, ${dep:libtsanbiarch}, ${dep:libqmathbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
143
Description: GCC support library (64bit development files)
 
144
 This package contains the headers and static library files necessary for
 
145
 building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.
 
146
 
 
147
Package: lib32gcc1
 
148
Architecture: amd64 ppc64 kfreebsd-amd64 s390x x32
 
149
Section: libs
 
150
Priority: extra
 
151
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${misc:Depends}
 
152
Conflicts: ${confl:lib32}
 
153
Description: GCC support library (32 bit Version)
 
154
 Shared version of the support library, a library of internal subroutines
 
155
 that GCC uses to overcome shortcomings of particular machines, or
 
156
 special needs for some languages.
 
157
 
 
158
Package: lib32gcc1-dbg
 
159
Architecture: amd64 ppc64 kfreebsd-amd64 s390x x32
 
160
Section: debug
 
161
Priority: extra
 
162
Depends: gcc-4.8-base (= ${gcc:Version}), lib32gcc1 (= ${gcc:EpochVersion}), ${misc:Depends}
 
163
Description: GCC support library (debug symbols)
 
164
 Debug symbols for the GCC support library.
 
165
 
 
166
Package: lib32gcc-4.8-dev
 
167
Architecture: amd64 ppc64 kfreebsd-amd64 s390x x32
 
168
Section: libdevel
 
169
Priority: optional
 
170
Recommends: ${dep:libcdev}
 
171
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libgccbiarch}, ${dep:libsspbiarch}, ${dep:libgompbiarch}, ${dep:libitmbiarch}, ${dep:libatomicbiarch}, ${dep:libbtracebiarch}, ${dep:libasanbiarch}, ${dep:libtsanbiarch}, ${dep:libqmathbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
172
Description: GCC support library (32 bit development files)
 
173
 This package contains the headers and static library files necessary for
 
174
 building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.
 
175
 
 
176
Package: libn32gcc1
 
177
Architecture: mips mipsel
 
178
Section: libs
 
179
Priority: optional
 
180
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${misc:Depends}
 
181
Conflicts: libgcc1 (<= 1:3.3-0pre9)
 
182
Description: GCC support library (n32)
 
183
 Shared version of the support library, a library of internal subroutines
 
184
 that GCC uses to overcome shortcomings of particular machines, or
 
185
 special needs for some languages.
 
186
 
 
187
Package: libn32gcc1-dbg
 
188
Architecture: mips mipsel
 
189
Section: debug
 
190
Priority: extra
 
191
Depends: gcc-4.8-base (= ${gcc:Version}), libn32gcc1 (= ${gcc:EpochVersion}), ${misc:Depends}
 
192
Description: GCC support library (debug symbols)
 
193
 Debug symbols for the GCC support library.
 
194
 
 
195
Package: libn32gcc-4.8-dev
 
196
Architecture: mips mipsel
 
197
Section: libdevel
 
198
Priority: optional
 
199
Recommends: ${dep:libcdev}
 
200
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libgccbiarch}, ${dep:libsspbiarch}, ${dep:libgompbiarch}, ${dep:libitmbiarch}, ${dep:libatomicbiarch}, ${dep:libbtracebiarch}, ${dep:libasanbiarch}, ${dep:libtsanbiarch}, ${dep:libqmathbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
201
Description: GCC support library (n32 development files)
 
202
 This package contains the headers and static library files necessary for
 
203
 building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.
 
204
 
 
205
Package: libx32gcc1
 
206
Architecture: amd64 i386
 
207
Section: libs
 
208
Priority: optional
 
209
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${misc:Depends}
 
210
Description: GCC support library (x32)
 
211
 Shared version of the support library, a library of internal subroutines
 
212
 that GCC uses to overcome shortcomings of particular machines, or
 
213
 special needs for some languages.
 
214
 
 
215
Package: libx32gcc1-dbg
 
216
Architecture: amd64 i386
 
217
Section: debug
 
218
Priority: extra
 
219
Depends: gcc-4.8-base (= ${gcc:Version}), libx32gcc1 (= ${gcc:EpochVersion}), ${misc:Depends}
 
220
Description: GCC support library (debug symbols)
 
221
 Debug symbols for the GCC support library.
 
222
 
 
223
Package: libx32gcc-4.8-dev
 
224
Architecture: amd64 i386
 
225
Section: libdevel
 
226
Priority: optional
 
227
Recommends: ${dep:libcdev}
 
228
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libgccbiarch}, ${dep:libsspbiarch}, ${dep:libgompbiarch}, ${dep:libitmbiarch}, ${dep:libatomicbiarch}, ${dep:libbtracebiarch}, ${dep:libasanbiarch}, ${dep:libtsanbiarch}, ${dep:libqmathbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
229
Description: GCC support library (x32 development files)
 
230
 This package contains the headers and static library files necessary for
 
231
 building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.
 
232
 
 
233
Package: gcc-4.8
 
234
Architecture: any
 
235
Section: devel
 
236
Priority: optional
 
237
Depends: gcc-4.8-base (= ${gcc:Version}), cpp-4.8 (= ${gcc:Version}), binutils (>= ${binutils:Version}), libgcc-4.8-dev (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
238
Recommends: ${dep:libcdev}
 
239
Suggests: ${gcc:multilib}, libmudflap0-4.8-dev (= ${gcc:Version}), gcc-4.8-doc (>= ${gcc:SoftVersion}), gcc-4.8-locales (>= ${gcc:SoftVersion}), libgcc1-dbg (>= ${libgcc:Version}), libgomp1-dbg (>= ${gcc:Version}), libitm1-dbg (>= ${gcc:Version}), libatomic1-dbg (>= ${gcc:Version}), libasan0-dbg (>= ${gcc:Version}), libtsan0-dbg (>= ${gcc:Version}), libbacktrace1-dbg (>= ${gcc:Version}), libquadmath0-dbg (>= ${gcc:Version}), libmudflap0-dbg (>= ${gcc:Version}), ${dep:libcloog}, ${dep:gold}
 
240
Provides: c-compiler
 
241
Description: GNU C compiler
 
242
 This is the GNU C compiler, a fairly portable optimizing compiler for C.
 
243
 
 
244
Package: gcc-4.8-multilib
 
245
Architecture: amd64 i386 kfreebsd-amd64 mips mipsel powerpc ppc64 s390 s390x sparc x32
 
246
Section: devel
 
247
Priority: optional
 
248
Depends: gcc-4.8-base (= ${gcc:Version}), gcc-4.8 (= ${gcc:Version}), ${dep:libcbiarchdev}, ${dep:libgccbiarchdev}, ${shlibs:Depends}, ${misc:Depends}
 
249
Suggests: ${dep:libmudflapbiarch}
 
250
Description: GNU C compiler (multilib files)
 
251
 This is the GNU C compiler, a fairly portable optimizing compiler for C.
 
252
 .
 
253
 On architectures with multilib support, the package contains files
 
254
 and dependencies for the non-default multilib architecture(s).
 
255
 
 
256
Package: gcc-4.8-plugin-dev
 
257
Architecture: any
 
258
Section: devel
 
259
Priority: optional
 
260
Depends: gcc-4.8-base (= ${gcc:Version}), gcc-4.8 (= ${gcc:Version}), libgmp-dev (>= 2:5.0.1~), ${shlibs:Depends}, ${misc:Depends}
 
261
Description: Files for GNU GCC plugin development.
 
262
 This package contains (header) files for GNU GCC plugin development. It
 
263
 is only used for the development of GCC plugins, but not needed to run
 
264
 plugins.
 
265
 
 
266
Package: gcc-4.8-hppa64
 
267
Architecture: hppa
 
268
Section: devel
 
269
Priority: optional
 
270
Depends: gcc-4.8-base (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
271
Conflicts: gcc-3.3-hppa64 (<= 1:3.3.4-5), gcc-3.4-hppa64 (<= 3.4.1-3)
 
272
Description: GNU C compiler (cross compiler for hppa64)
 
273
 This is the GNU C compiler, a fairly portable optimizing compiler for C.
 
274
 
 
275
Package: cpp-4.8
 
276
Architecture: any
 
277
Section: interpreters
 
278
Priority: optional
 
279
Depends: gcc-4.8-base (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
280
Suggests: gcc-4.8-locales (>= ${gcc:SoftVersion})
 
281
Replaces: gcc-4.6 (<< 4.6.1-9)
 
282
Description: GNU C preprocessor
 
283
 A macro processor that is used automatically by the GNU C compiler
 
284
 to transform programs before actual compilation.
 
285
 .
 
286
 This package has been separated from gcc for the benefit of those who
 
287
 require the preprocessor but not the compiler.
 
288
 
 
289
Package: gcc-4.8-locales
 
290
Architecture: all
 
291
Section: devel
 
292
Priority: optional
 
293
Depends: gcc-4.8-base (>= ${gcc:SoftVersion}), cpp-4.8 (>= ${gcc:SoftVersion}), ${misc:Depends}
 
294
Recommends: gcc-4.8 (>= ${gcc:SoftVersion})
 
295
Description: GCC, the GNU compiler collection (native language support files)
 
296
 Native language support for GCC. Lets GCC speak your language,
 
297
 if translations are available.
 
298
 .
 
299
 Please do NOT submit bug reports in other languages than "C".
 
300
 Always reset your language settings to use the "C" locales.
 
301
 
 
302
Package: g++-4.8
 
303
Architecture: any
 
304
Section: devel
 
305
Priority: optional
 
306
Depends: gcc-4.8-base (= ${gcc:Version}), gcc-4.8 (= ${gcc:Version}), libstdc++-4.8-dev (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
307
Provides: c++-compiler, c++abi2-dev
 
308
Suggests: ${gxx:multilib}, gcc-4.8-doc (>= ${gcc:SoftVersion}), libstdc++6-4.8-dbg (>= ${gcc:Version})
 
309
Description: GNU C++ compiler
 
310
 This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
 
311
 
 
312
Package: g++-4.8-multilib
 
313
Architecture: amd64 i386 kfreebsd-amd64 mips mipsel powerpc ppc64 s390 s390x sparc x32
 
314
Section: devel
 
315
Priority: optional
 
316
Depends: gcc-4.8-base (= ${gcc:Version}), g++-4.8 (= ${gcc:Version}), gcc-4.8-multilib (= ${gcc:Version}), ${dep:libcxxbiarchdev}, ${shlibs:Depends}, ${misc:Depends}
 
317
Suggests: ${dep:libcxxbiarchdbg}
 
318
Description: GNU C++ compiler (multilib files)
 
319
 This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
 
320
 .
 
321
 On architectures with multilib support, the package contains files
 
322
 and dependencies for the non-default multilib architecture(s).
 
323
 
 
324
Package: libmudflap0
 
325
Architecture: any
 
326
Multi-Arch: same
 
327
Pre-Depends: multiarch-support
 
328
Breaks: ${multiarch:breaks}
 
329
Provides: libmudflap0-armel [armel], libmudflap0-armhf [armhf]
 
330
Section: libs
 
331
Priority: optional
 
332
Depends: gcc-4.8-base (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
333
Description: GCC mudflap shared support libraries
 
334
 The libmudflap libraries are used by GCC for instrumenting pointer and array
 
335
 dereferencing operations.
 
336
 
 
337
Package: libmudflap0-dbg
 
338
Architecture: any
 
339
Multi-Arch: same
 
340
Provides: libmudflap0-dbg-armel [armel], libmudflap0-dbg-armhf [armhf]
 
341
Section: debug
 
342
Priority: extra
 
343
Depends: gcc-4.8-base (= ${gcc:Version}), libmudflap0 (= ${gcc:Version}), ${misc:Depends}
 
344
Description: GCC mudflap shared support libraries (debug symbols)
 
345
 The libmudflap libraries are used by GCC for instrumenting pointer and array
 
346
 dereferencing operations.
 
347
 
 
348
Package: lib32mudflap0
 
349
Architecture: amd64 ppc64 kfreebsd-amd64 s390x x32
 
350
Section: libs
 
351
Priority: optional
 
352
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
353
Replaces: libmudflap0 (<< 4.1)
 
354
Conflicts: ${confl:lib32}
 
355
Description: GCC mudflap shared support libraries (32bit)
 
356
 The libmudflap libraries are used by GCC for instrumenting pointer and array
 
357
 dereferencing operations.
 
358
 
 
359
Package: lib32mudflap0-dbg
 
360
Architecture: amd64 ppc64 kfreebsd-amd64 s390x x32
 
361
Section: debug
 
362
Priority: extra
 
363
Depends: gcc-4.8-base (= ${gcc:Version}), lib32mudflap0 (= ${gcc:Version}), ${misc:Depends}
 
364
Description: GCC mudflap shared support libraries (32 bit debug symbols)
 
365
 The libmudflap libraries are used by GCC for instrumenting pointer and array
 
366
 dereferencing operations.
 
367
 
 
368
Package: lib64mudflap0
 
369
Architecture: i386 powerpc sparc s390 mips mipsel x32
 
370
Section: libs
 
371
Priority: optional
 
372
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
373
Replaces: libmudflap0 (<< 4.1)
 
374
Description: GCC mudflap shared support libraries (64bit)
 
375
 The libmudflap libraries are used by GCC for instrumenting pointer and array
 
376
 dereferencing operations.
 
377
 
 
378
Package: lib64mudflap0-dbg
 
379
Architecture: i386 powerpc sparc s390 mips mipsel x32
 
380
Section: debug
 
381
Priority: extra
 
382
Depends: gcc-4.8-base (= ${gcc:Version}), lib64mudflap0 (= ${gcc:Version}), ${misc:Depends}
 
383
Description: GCC mudflap shared support libraries (64 bit debug symbols)
 
384
 The libmudflap libraries are used by GCC for instrumenting pointer and array
 
385
 dereferencing operations.
 
386
 
 
387
Package: libn32mudflap0
 
388
Architecture: mips mipsel
 
389
Section: libs
 
390
Priority: optional
 
391
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
392
Replaces: libmudflap0 (<< 4.1)
 
393
Description: GCC mudflap shared support libraries (n32)
 
394
 The libmudflap libraries are used by GCC for instrumenting pointer and array
 
395
 dereferencing operations.
 
396
 
 
397
Package: libn32mudflap0-dbg
 
398
Architecture: mips mipsel
 
399
Section: debug
 
400
Priority: extra
 
401
Depends: gcc-4.8-base (= ${gcc:Version}), libn32mudflap0 (= ${gcc:Version}), ${misc:Depends}
 
402
Description: GCC mudflap shared support libraries (n32 debug symbols)
 
403
 The libmudflap libraries are used by GCC for instrumenting pointer and array
 
404
 dereferencing operations.
 
405
 
 
406
Package: libx32mudflap0
 
407
Architecture: amd64 i386
 
408
Section: libs
 
409
Priority: optional
 
410
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
411
Replaces: libmudflap0 (<< 4.1)
 
412
Description: GCC mudflap shared support libraries (x32)
 
413
 The libmudflap libraries are used by GCC for instrumenting pointer and array
 
414
 dereferencing operations.
 
415
 
 
416
Package: libx32mudflap0-dbg
 
417
Architecture: amd64 i386
 
418
Section: debug
 
419
Priority: extra
 
420
Depends: gcc-4.8-base (= ${gcc:Version}), libx32mudflap0 (= ${gcc:Version}), ${misc:Depends}
 
421
Description: GCC mudflap shared support libraries (x32 debug symbols)
 
422
 The libmudflap libraries are used by GCC for instrumenting pointer and array
 
423
 dereferencing operations.
 
424
 
 
425
Package: libmudflap0-4.8-dev
 
426
Architecture: any
 
427
Section: libdevel
 
428
Priority: optional
 
429
Depends: gcc-4.8-base (= ${gcc:Version}), libmudflap0 (>= ${gcc:Version}), ${dep:libcdev}, ${shlibs:Depends}, ${misc:Depends}
 
430
Suggests: ${sug:libmudflapdev}
 
431
Conflicts: libmudflap0-dev
 
432
Description: GCC mudflap support libraries (development files)
 
433
 The libmudflap libraries are used by GCC for instrumenting pointer and array
 
434
 dereferencing operations.
 
435
 .
 
436
 This package contains the headers and the static libraries.
 
437
 
 
438
Package: libgomp1
 
439
Section: libs
 
440
Architecture: any
 
441
Multi-Arch: same
 
442
Pre-Depends: multiarch-support
 
443
Breaks: ${multiarch:breaks}
 
444
Provides: libgomp1-armel [armel], libgomp1-armhf [armhf]
 
445
Priority: optional
 
446
Depends: gcc-4.8-base (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
447
Description: GCC OpenMP (GOMP) support library
 
448
 GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
 
449
 in the GNU Compiler Collection.
 
450
 
 
451
Package: libgomp1-dbg
 
452
Architecture: any
 
453
Section: debug
 
454
Priority: extra
 
455
Depends: gcc-4.8-base (= ${gcc:Version}), libgomp1 (= ${gcc:Version}), ${misc:Depends}
 
456
Multi-Arch: same
 
457
Provides: libgomp1-dbg-armel [armel], libgomp1-dbg-armhf [armhf]
 
458
Description: GCC OpenMP (GOMP) support library (debug symbols)
 
459
 GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
 
460
 in the GNU Compiler Collection.
 
461
 
 
462
Package: lib32gomp1
 
463
Section: libs
 
464
Architecture: amd64 ppc64 kfreebsd-amd64 s390x x32
 
465
Priority: optional
 
466
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
467
Conflicts: ${confl:lib32}
 
468
Description: GCC OpenMP (GOMP) support library (32bit)
 
469
 GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
 
470
 in the GNU Compiler Collection.
 
471
 
 
472
Package: lib32gomp1-dbg
 
473
Architecture: amd64 ppc64 kfreebsd-amd64 s390x x32
 
474
Section: debug
 
475
Priority: extra
 
476
Depends: gcc-4.8-base (= ${gcc:Version}), lib32gomp1 (= ${gcc:Version}), ${misc:Depends}
 
477
Description: GCC OpenMP (GOMP) support library (32 bit debug symbols)
 
478
 GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
 
479
 in the GNU Compiler Collection.
 
480
 
 
481
Package: lib64gomp1
 
482
Section: libs
 
483
Architecture: i386 powerpc sparc s390 mips mipsel x32
 
484
Priority: optional
 
485
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
486
Description: GCC OpenMP (GOMP) support library (64bit)
 
487
 GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
 
488
 in the GNU Compiler Collection.
 
489
 
 
490
Package: lib64gomp1-dbg
 
491
Architecture: i386 powerpc sparc s390 mips mipsel x32
 
492
Section: debug
 
493
Priority: extra
 
494
Depends: gcc-4.8-base (= ${gcc:Version}), lib64gomp1 (= ${gcc:Version}), ${misc:Depends}
 
495
Description: GCC OpenMP (GOMP) support library (64bit debug symbols)
 
496
 GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
 
497
 in the GNU Compiler Collection.
 
498
 
 
499
Package: libn32gomp1
 
500
Section: libs
 
501
Architecture: mips mipsel
 
502
Priority: optional
 
503
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
504
Description: GCC OpenMP (GOMP) support library (n32)
 
505
 GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
 
506
 in the GNU Compiler Collection.
 
507
 
 
508
Package: libn32gomp1-dbg
 
509
Architecture: mips mipsel
 
510
Section: debug
 
511
Priority: extra
 
512
Depends: gcc-4.8-base (= ${gcc:Version}), libn32gomp1 (= ${gcc:Version}), ${misc:Depends}
 
513
Description: GCC OpenMP (GOMP) support library (n32 debug symbols)
 
514
 GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
 
515
 
 
516
Package: libx32gomp1
 
517
Section: libs
 
518
Architecture: amd64 i386
 
519
Priority: optional
 
520
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
521
Description: GCC OpenMP (GOMP) support library (x32)
 
522
 GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
 
523
 in the GNU Compiler Collection.
 
524
 
 
525
Package: libx32gomp1-dbg
 
526
Architecture: amd64 i386
 
527
Section: debug
 
528
Priority: extra
 
529
Depends: gcc-4.8-base (= ${gcc:Version}), libx32gomp1 (= ${gcc:Version}), ${misc:Depends}
 
530
Description: GCC OpenMP (GOMP) support library (x32 debug symbols)
 
531
 GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
 
532
 
 
533
Package: libitm1
 
534
Section: libs
 
535
Architecture: any
 
536
Multi-Arch: same
 
537
Pre-Depends: multiarch-support
 
538
Provides: libitm1-armel [armel], libitm1-armhf [armhf]
 
539
Priority: optional
 
540
Depends: gcc-4.8-base (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
541
Description: GNU Transactional Memory Library
 
542
 GNU Transactional Memory Library (libitm) provides transaction support for
 
543
 accesses to the memory of a process, enabling easy-to-use synchronization of
 
544
 accesses to shared memory by several threads.
 
545
 
 
546
Package: libitm1-dbg
 
547
Architecture: any
 
548
Section: debug
 
549
Priority: extra
 
550
Depends: gcc-4.8-base (= ${gcc:Version}), libitm1 (= ${gcc:Version}), ${misc:Depends}
 
551
Multi-Arch: same
 
552
Provides: libitm1-dbg-armel [armel], libitm1-dbg-armhf [armhf]
 
553
Description: GNU Transactional Memory Library (debug symbols)
 
554
 GNU Transactional Memory Library (libitm) provides transaction support for
 
555
 accesses to the memory of a process, enabling easy-to-use synchronization of
 
556
 accesses to shared memory by several threads.
 
557
 
 
558
Package: lib32itm1
 
559
Section: libs
 
560
Architecture: amd64 ppc64 kfreebsd-amd64 s390x x32
 
561
Priority: optional
 
562
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
563
Conflicts: ${confl:lib32}
 
564
Description: GNU Transactional Memory Library (32bit)
 
565
 GNU Transactional Memory Library (libitm) provides transaction support for
 
566
 accesses to the memory of a process, enabling easy-to-use synchronization of
 
567
 accesses to shared memory by several threads.
 
568
 
 
569
Package: lib32itm1-dbg
 
570
Architecture: amd64 ppc64 kfreebsd-amd64 s390x x32
 
571
Section: debug
 
572
Priority: extra
 
573
Depends: gcc-4.8-base (= ${gcc:Version}), lib32itm1 (= ${gcc:Version}), ${misc:Depends}
 
574
Description: GNU Transactional Memory Library (32 bit debug symbols)
 
575
 GNU Transactional Memory Library (libitm) provides transaction support for
 
576
 accesses to the memory of a process, enabling easy-to-use synchronization of
 
577
 accesses to shared memory by several threads.
 
578
 
 
579
Package: lib64itm1
 
580
Section: libs
 
581
Architecture: i386 powerpc sparc s390 mips mipsel x32
 
582
Priority: optional
 
583
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
584
Description: GNU Transactional Memory Library (64bit)
 
585
 GNU Transactional Memory Library (libitm) provides transaction support for
 
586
 accesses to the memory of a process, enabling easy-to-use synchronization of
 
587
 accesses to shared memory by several threads.
 
588
 
 
589
Package: lib64itm1-dbg
 
590
Architecture: i386 powerpc sparc s390 mips mipsel x32
 
591
Section: debug
 
592
Priority: extra
 
593
Depends: gcc-4.8-base (= ${gcc:Version}), lib64itm1 (= ${gcc:Version}), ${misc:Depends}
 
594
Description: GNU Transactional Memory Library (64bit debug symbols)
 
595
 GNU Transactional Memory Library (libitm) provides transaction support for
 
596
 accesses to the memory of a process, enabling easy-to-use synchronization of
 
597
 accesses to shared memory by several threads.
 
598
 
 
599
Package: libn32itm1
 
600
Section: libs
 
601
Architecture: mips mipsel
 
602
Priority: optional
 
603
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
604
Description: GNU Transactional Memory Library (n32)
 
605
 GNU Transactional Memory Library (libitm) provides transaction support for
 
606
 accesses to the memory of a process, enabling easy-to-use synchronization of
 
607
 accesses to shared memory by several threads.
 
608
 
 
609
Package: libn32itm1-dbg
 
610
Architecture: mips mipsel
 
611
Section: debug
 
612
Priority: extra
 
613
Depends: gcc-4.8-base (= ${gcc:Version}), libn32itm1 (= ${gcc:Version}), ${misc:Depends}
 
614
Description: GNU Transactional Memory Library (n32 debug symbols)
 
615
 GNU Transactional Memory Library (libitm) provides transaction support for
 
616
 accesses to the memory of a process, enabling easy-to-use synchronization of
 
617
 accesses to shared memory by several threads.
 
618
 
 
619
Package: libx32itm1
 
620
Section: libs
 
621
Architecture: amd64 i386
 
622
Priority: optional
 
623
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
624
Description: GNU Transactional Memory Library (x32)
 
625
 This manual documents the usage and internals of libitm. It provides
 
626
 transaction support for accesses to the memory of a process, enabling
 
627
 easy-to-use synchronization of accesses to shared memory by several threads.
 
628
 
 
629
Package: libx32itm1-dbg
 
630
Architecture: amd64 i386
 
631
Section: debug
 
632
Priority: extra
 
633
Depends: gcc-4.8-base (= ${gcc:Version}), libx32itm1 (= ${gcc:Version}), ${misc:Depends}
 
634
Description: GNU Transactional Memory Library (x32 debug symbols)
 
635
 This manual documents the usage and internals of libitm. It provides
 
636
 transaction support for accesses to the memory of a process, enabling
 
637
 easy-to-use synchronization of accesses to shared memory by several threads.
 
638
 
 
639
Package: libatomic1
 
640
Section: libs
 
641
Architecture: any
 
642
Multi-Arch: same
 
643
Pre-Depends: multiarch-support
 
644
Provides: libatomic1-armel [armel], libatomic1-armhf [armhf]
 
645
Priority: optional
 
646
Depends: gcc-4.8-base (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
647
Description: support library providing __atomic built-in functions
 
648
 library providing __atomic built-in functions. When an atomic call cannot
 
649
 be turned into lock-free instructions, GCC will make calls into this library.
 
650
 
 
651
Package: libatomic1-dbg
 
652
Architecture: any
 
653
Section: debug
 
654
Priority: extra
 
655
Depends: gcc-4.8-base (= ${gcc:Version}), libatomic1 (= ${gcc:Version}), ${misc:Depends}
 
656
Multi-Arch: same
 
657
Provides: libatomic1-dbg-armel [armel], libatomic1-dbg-armhf [armhf]
 
658
Description: support library providing __atomic built-in functions (debug symbols)
 
659
 library providing __atomic built-in functions. When an atomic call cannot
 
660
 be turned into lock-free instructions, GCC will make calls into this library.
 
661
 
 
662
Package: lib32atomic1
 
663
Section: libs
 
664
Architecture: amd64 ppc64 kfreebsd-amd64 s390x x32
 
665
Priority: optional
 
666
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
667
Conflicts: ${confl:lib32}
 
668
Description: support library providing __atomic built-in functions (32bit)
 
669
 library providing __atomic built-in functions. When an atomic call cannot
 
670
 be turned into lock-free instructions, GCC will make calls into this library.
 
671
 
 
672
Package: lib32atomic1-dbg
 
673
Architecture: amd64 ppc64 kfreebsd-amd64 s390x x32
 
674
Section: debug
 
675
Priority: extra
 
676
Depends: gcc-4.8-base (= ${gcc:Version}), lib32atomic1 (= ${gcc:Version}), ${misc:Depends}
 
677
Description: support library providing __atomic built-in functions (32 bit debug symbols)
 
678
 library providing __atomic built-in functions. When an atomic call cannot
 
679
 be turned into lock-free instructions, GCC will make calls into this library.
 
680
 
 
681
Package: lib64atomic1
 
682
Section: libs
 
683
Architecture: i386 powerpc sparc s390 mips mipsel x32
 
684
Priority: optional
 
685
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
686
Description: support library providing __atomic built-in functions (64bit)
 
687
 library providing __atomic built-in functions. When an atomic call cannot
 
688
 be turned into lock-free instructions, GCC will make calls into this library.
 
689
 
 
690
Package: lib64atomic1-dbg
 
691
Architecture: i386 powerpc sparc s390 mips mipsel x32
 
692
Section: debug
 
693
Priority: extra
 
694
Depends: gcc-4.8-base (= ${gcc:Version}), lib64atomic1 (= ${gcc:Version}), ${misc:Depends}
 
695
Description: support library providing __atomic built-in functions (64bit debug symbols)
 
696
 library providing __atomic built-in functions. When an atomic call cannot
 
697
 be turned into lock-free instructions, GCC will make calls into this library.
 
698
 
 
699
Package: libn32atomic1
 
700
Section: libs
 
701
Architecture: mips mipsel
 
702
Priority: optional
 
703
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
704
Description: support library providing __atomic built-in functions (n32)
 
705
 library providing __atomic built-in functions. When an atomic call cannot
 
706
 be turned into lock-free instructions, GCC will make calls into this library.
 
707
 
 
708
Package: libn32atomic1-dbg
 
709
Architecture: mips mipsel
 
710
Section: debug
 
711
Priority: extra
 
712
Depends: gcc-4.8-base (= ${gcc:Version}), libn32atomic1 (= ${gcc:Version}), ${misc:Depends}
 
713
Description: support library providing __atomic built-in functions (n32 debug symbols)
 
714
 library providing __atomic built-in functions. When an atomic call cannot
 
715
 be turned into lock-free instructions, GCC will make calls into this library.
 
716
 
 
717
Package: libx32atomic1
 
718
Section: libs
 
719
Architecture: amd64 i386
 
720
Priority: optional
 
721
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
722
Description: support library providing __atomic built-in functions (x32)
 
723
 library providing __atomic built-in functions. When an atomic call cannot
 
724
 be turned into lock-free instructions, GCC will make calls into this library.
 
725
 
 
726
Package: libx32atomic1-dbg
 
727
Architecture: amd64 i386
 
728
Section: debug
 
729
Priority: extra
 
730
Depends: gcc-4.8-base (= ${gcc:Version}), libx32atomic1 (= ${gcc:Version}), ${misc:Depends}
 
731
Description: support library providing __atomic built-in functions (x32 debug symbols)
 
732
 library providing __atomic built-in functions. When an atomic call cannot
 
733
 be turned into lock-free instructions, GCC will make calls into this library.
 
734
 
 
735
Package: libasan0
 
736
Section: libs
 
737
Architecture: any
 
738
Multi-Arch: same
 
739
Pre-Depends: multiarch-support
 
740
Provides: libasan0-armel [armel], libasan0-armhf [armhf]
 
741
Priority: optional
 
742
Depends: gcc-4.8-base (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
743
Description: AddressSanitizer -- a fast memory error detector
 
744
 AddressSanitizer (ASan) is a fast memory error detector.  It finds
 
745
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.
 
746
 
 
747
Package: libasan0-dbg
 
748
Architecture: any
 
749
Section: debug
 
750
Priority: extra
 
751
Depends: gcc-4.8-base (= ${gcc:Version}), libasan0 (= ${gcc:Version}), ${misc:Depends}
 
752
Multi-Arch: same
 
753
Provides: libasan0-dbg-armel [armel], libasan0-dbg-armhf [armhf]
 
754
Description: AddressSanitizer -- a fast memory error detector (debug symbols)
 
755
 AddressSanitizer (ASan) is a fast memory error detector.  It finds
 
756
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.
 
757
 
 
758
Package: lib32asan0
 
759
Section: libs
 
760
Architecture: amd64 ppc64 kfreebsd-amd64 s390x x32
 
761
Priority: extra
 
762
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
763
Conflicts: ${confl:lib32}
 
764
Description: AddressSanitizer -- a fast memory error detector (32bit)
 
765
 AddressSanitizer (ASan) is a fast memory error detector.  It finds
 
766
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.
 
767
 
 
768
Package: lib32asan0-dbg
 
769
Architecture: amd64 ppc64 kfreebsd-amd64 s390x x32
 
770
Section: debug
 
771
Priority: extra
 
772
Depends: gcc-4.8-base (= ${gcc:Version}), lib32asan0 (= ${gcc:Version}), ${misc:Depends}
 
773
Description: AddressSanitizer -- a fast memory error detector (32 bit debug symbols)
 
774
 AddressSanitizer (ASan) is a fast memory error detector.  It finds
 
775
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.
 
776
 
 
777
Package: lib64asan0
 
778
Section: libs
 
779
Architecture: i386 powerpc sparc s390 mips mipsel x32
 
780
Priority: extra
 
781
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
782
Description: AddressSanitizer -- a fast memory error detector (64bit)
 
783
 AddressSanitizer (ASan) is a fast memory error detector.  It finds
 
784
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.
 
785
 
 
786
Package: lib64asan0-dbg
 
787
Architecture: i386 powerpc sparc s390 mips mipsel x32
 
788
Section: debug
 
789
Priority: extra
 
790
Depends: gcc-4.8-base (= ${gcc:Version}), lib64asan0 (= ${gcc:Version}), ${misc:Depends}
 
791
Description: AddressSanitizer -- a fast memory error detector (64bit debug symbols)
 
792
 AddressSanitizer (ASan) is a fast memory error detector.  It finds
 
793
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.
 
794
 
 
795
Package: libn32asan0
 
796
Section: libs
 
797
Architecture: mips mipsel
 
798
Priority: extra
 
799
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
800
Description: AddressSanitizer -- a fast memory error detector (n32)
 
801
 AddressSanitizer (ASan) is a fast memory error detector.  It finds
 
802
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.
 
803
 
 
804
Package: libn32asan0-dbg
 
805
Architecture: mips mipsel
 
806
Section: debug
 
807
Priority: extra
 
808
Depends: gcc-4.8-base (= ${gcc:Version}), libn32asan0 (= ${gcc:Version}), ${misc:Depends}
 
809
Description: AddressSanitizer -- a fast memory error detector (n32 debug symbols)
 
810
 AddressSanitizer (ASan) is a fast memory error detector.  It finds
 
811
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.
 
812
 
 
813
Package: libx32asan0
 
814
Section: libs
 
815
Architecture: amd64 i386
 
816
Priority: extra
 
817
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
818
Description: AddressSanitizer -- a fast memory error detector (x32)
 
819
 AddressSanitizer (ASan) is a fast memory error detector.  It finds
 
820
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.
 
821
 
 
822
Package: libx32asan0-dbg
 
823
Architecture: amd64 i386
 
824
Section: debug
 
825
Priority: extra
 
826
Depends: gcc-4.8-base (= ${gcc:Version}), libx32asan0 (= ${gcc:Version}), ${misc:Depends}
 
827
Description: AddressSanitizer -- a fast memory error detector (x32 debug symbols)
 
828
 AddressSanitizer (ASan) is a fast memory error detector.  It finds
 
829
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.
 
830
 
 
831
Package: libtsan0
 
832
Section: libs
 
833
Architecture: any
 
834
Multi-Arch: same
 
835
Pre-Depends: multiarch-support
 
836
Provides: libtsan0-armel [armel], libtsan0-armhf [armhf]
 
837
Priority: optional
 
838
Depends: gcc-4.8-base (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
839
Description: ThreadSanitizer -- a Valgrind-based detector of data races (runtime)
 
840
 ThreadSanitizer (Tsan) is a data race detector for C/C++ programs. 
 
841
 The Linux and Mac versions are based on Valgrind. 
 
842
 
 
843
Package: libtsan0-dbg
 
844
Architecture: any
 
845
Section: debug
 
846
Priority: extra
 
847
Depends: gcc-4.8-base (= ${gcc:Version}), libtsan0 (= ${gcc:Version}), ${misc:Depends}
 
848
Multi-Arch: same
 
849
Provides: libtsan0-dbg-armel [armel], libtsan0-dbg-armhf [armhf]
 
850
Description: ThreadSanitizer -- a Valgrind-based detector of data races (debug symbols)
 
851
 ThreadSanitizer (Tsan) is a data race detector for C/C++ programs. 
 
852
 The Linux and Mac versions are based on Valgrind. 
 
853
 
 
854
Package: libquadmath0
 
855
Section: libs
 
856
Architecture: any
 
857
Multi-Arch: same
 
858
Pre-Depends: multiarch-support
 
859
Priority: optional
 
860
Depends: gcc-4.8-base (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
861
Description: GCC Quad-Precision Math Library
 
862
 A library, which provides quad-precision mathematical functions on targets
 
863
 supporting the __float128 datatype. The library is used to provide on such
 
864
 targets the REAL(16) type in the GNU Fortran compiler.
 
865
 
 
866
Package: libquadmath0-dbg
 
867
Architecture: any
 
868
Section: debug
 
869
Priority: extra
 
870
Depends: gcc-4.8-base (= ${gcc:Version}), libquadmath0 (= ${gcc:Version}), ${misc:Depends}
 
871
Multi-Arch: same
 
872
Description: GCC Quad-Precision Math Library (debug symbols)
 
873
 A library, which provides quad-precision mathematical functions on targets
 
874
 supporting the __float128 datatype.
 
875
 
 
876
Package: lib32quadmath0
 
877
Section: libs
 
878
Architecture: amd64 ppc64 kfreebsd-amd64 s390x x32
 
879
Priority: optional
 
880
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
881
Conflicts: ${confl:lib32}
 
882
Description: GCC Quad-Precision Math Library (32bit)
 
883
 A library, which provides quad-precision mathematical functions on targets
 
884
 supporting the __float128 datatype. The library is used to provide on such
 
885
 targets the REAL(16) type in the GNU Fortran compiler.
 
886
 
 
887
Package: lib32quadmath0-dbg
 
888
Architecture: amd64 ppc64 kfreebsd-amd64 s390x x32
 
889
Section: debug
 
890
Priority: extra
 
891
Depends: gcc-4.8-base (= ${gcc:Version}), lib32quadmath0 (= ${gcc:Version}), ${misc:Depends}
 
892
Description: GCC Quad-Precision Math Library (32 bit debug symbols)
 
893
 A library, which provides quad-precision mathematical functions on targets
 
894
 supporting the __float128 datatype.
 
895
 
 
896
Package: lib64quadmath0
 
897
Section: libs
 
898
Architecture: i386 powerpc sparc s390 mips mipsel x32
 
899
Priority: optional
 
900
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
901
Description: GCC Quad-Precision Math Library  (64bit)
 
902
 A library, which provides quad-precision mathematical functions on targets
 
903
 supporting the __float128 datatype. The library is used to provide on such
 
904
 targets the REAL(16) type in the GNU Fortran compiler.
 
905
 
 
906
Package: lib64quadmath0-dbg
 
907
Architecture: i386 powerpc sparc s390 mips mipsel x32
 
908
Section: debug
 
909
Priority: extra
 
910
Depends: gcc-4.8-base (= ${gcc:Version}), lib64quadmath0 (= ${gcc:Version}), ${misc:Depends}
 
911
Description: GCC Quad-Precision Math Library  (64bit debug symbols)
 
912
 A library, which provides quad-precision mathematical functions on targets
 
913
 supporting the __float128 datatype.
 
914
 
 
915
Package: libn32quadmath0
 
916
Section: libs
 
917
Architecture: mips mipsel
 
918
Priority: optional
 
919
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
920
Description: GCC Quad-Precision Math Library (n32)
 
921
 A library, which provides quad-precision mathematical functions on targets
 
922
 supporting the __float128 datatype. The library is used to provide on such
 
923
 targets the REAL(16) type in the GNU Fortran compiler.
 
924
 
 
925
Package: libn32quadmath0-dbg
 
926
Architecture: mips mipsel
 
927
Section: debug
 
928
Priority: extra
 
929
Depends: gcc-4.8-base (= ${gcc:Version}), libn32quadmath0 (= ${gcc:Version}), ${misc:Depends}
 
930
Description: GCC Quad-Precision Math Library (n32 debug symbols)
 
931
 A library, which provides quad-precision mathematical functions on targets
 
932
 supporting the __float128 datatype.
 
933
 
 
934
Package: libx32quadmath0
 
935
Section: libs
 
936
Architecture: amd64 i386
 
937
Priority: optional
 
938
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
939
Description: GCC Quad-Precision Math Library (x32)
 
940
 A library, which provides quad-precision mathematical functions on targets
 
941
 supporting the __float128 datatype. The library is used to provide on such
 
942
 targets the REAL(16) type in the GNU Fortran compiler.
 
943
 
 
944
Package: libx32quadmath0-dbg
 
945
Architecture: amd64 i386
 
946
Section: debug
 
947
Priority: extra
 
948
Depends: gcc-4.8-base (= ${gcc:Version}), libx32quadmath0 (= ${gcc:Version}), ${misc:Depends}
 
949
Description: GCC Quad-Precision Math Library (x32 debug symbols)
 
950
 A library, which provides quad-precision mathematical functions on targets
 
951
 supporting the __float128 datatype.
 
952
 
 
953
Package: gobjc++-4.8
 
954
Architecture: any
 
955
Priority: optional
 
956
Depends: gcc-4.8-base (= ${gcc:Version}), gobjc-4.8 (= ${gcc:Version}), g++-4.8 (= ${gcc:Version}), ${shlibs:Depends}, libobjc-4.8-dev (= ${gcc:Version}), ${misc:Depends}
 
957
Suggests: ${gobjcxx:multilib}, gcc-4.8-doc (>= ${gcc:SoftVersion})
 
958
Provides: objc++-compiler
 
959
Description: GNU Objective-C++ compiler
 
960
 This is the GNU Objective-C++ compiler, which compiles
 
961
 Objective-C++ on platforms supported by the gcc compiler. It uses the
 
962
 gcc backend to generate optimized code.
 
963
 
 
964
Package: gobjc++-4.8-multilib
 
965
Architecture: amd64 i386 kfreebsd-amd64 mips mipsel powerpc ppc64 s390 s390x sparc x32
 
966
Section: devel
 
967
Priority: optional
 
968
Depends: gcc-4.8-base (= ${gcc:Version}), gobjc++-4.8 (= ${gcc:Version}), g++-4.8-multilib (= ${gcc:Version}), gobjc-4.8-multilib (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
969
Description: GNU Objective-C++ compiler (multilib files)
 
970
 This is the GNU Objective-C++ compiler, which compiles Objective-C++ on
 
971
 platforms supported by the gcc compiler.
 
972
 .
 
973
 On architectures with multilib support, the package contains files
 
974
 and dependencies for the non-default multilib architecture(s).
 
975
 
 
976
Package: gobjc-4.8
 
977
Architecture: any
 
978
Priority: optional
 
979
Depends: gcc-4.8-base (= ${gcc:Version}), gcc-4.8 (= ${gcc:Version}), ${dep:libcdev}, ${shlibs:Depends}, libobjc-4.8-dev (= ${gcc:Version}), ${misc:Depends}
 
980
Suggests: ${gobjc:multilib}, gcc-4.8-doc (>= ${gcc:SoftVersion}), libobjc4-dbg (>= ${gcc:Version})
 
981
Provides: objc-compiler
 
982
Description: GNU Objective-C compiler
 
983
 This is the GNU Objective-C compiler, which compiles
 
984
 Objective-C on platforms supported by the gcc compiler. It uses the
 
985
 gcc backend to generate optimized code.
 
986
 
 
987
Package: gobjc-4.8-multilib
 
988
Architecture: amd64 i386 kfreebsd-amd64 mips mipsel powerpc ppc64 s390 s390x sparc x32
 
989
Section: devel
 
990
Priority: optional
 
991
Depends: gcc-4.8-base (= ${gcc:Version}), gobjc-4.8 (= ${gcc:Version}), gcc-4.8-multilib (= ${gcc:Version}), ${dep:libobjcbiarchdev}, ${shlibs:Depends}, ${misc:Depends}
 
992
Description: GNU Objective-C compiler (multilib files)
 
993
 This is the GNU Objective-C compiler, which compiles Objective-C on platforms
 
994
 supported by the gcc compiler.
 
995
 .
 
996
 On architectures with multilib support, the package contains files
 
997
 and dependencies for the non-default multilib architecture(s).
 
998
 
 
999
Package: libobjc-4.8-dev
 
1000
Architecture: any
 
1001
Section: libdevel
 
1002
Priority: optional
 
1003
Depends: gcc-4.8-base (= ${gcc:Version}), libgcc-4.8-dev (= ${gcc:Version}), libobjc4 (>= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
1004
Multi-Arch: same
 
1005
Description: Runtime library for GNU Objective-C applications (development files)
 
1006
 This package contains the headers and static library files needed to build
 
1007
 GNU ObjC applications.
 
1008
 
 
1009
Package: lib64objc-4.8-dev
 
1010
Architecture: i386 powerpc sparc s390 mips mipsel x32
 
1011
Section: libdevel
 
1012
Priority: optional
 
1013
Depends: gcc-4.8-base (= ${gcc:Version}), lib64gcc-4.8-dev (= ${gcc:Version}), lib64objc4 (>= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
1014
Description: Runtime library for GNU Objective-C applications (64bit development files)
 
1015
 This package contains the headers and static library files needed to build
 
1016
 GNU ObjC applications.
 
1017
 
 
1018
Package: lib32objc-4.8-dev
 
1019
Architecture: amd64 ppc64 kfreebsd-amd64 s390x x32
 
1020
Section: libdevel
 
1021
Priority: optional
 
1022
Depends: gcc-4.8-base (= ${gcc:Version}), lib32gcc-4.8-dev (= ${gcc:Version}), lib32objc4 (>= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
1023
Description: Runtime library for GNU Objective-C applications (32bit development files)
 
1024
 This package contains the headers and static library files needed to build
 
1025
 GNU ObjC applications.
 
1026
 
 
1027
Package: libn32objc-4.8-dev
 
1028
Architecture: mips mipsel
 
1029
Section: libdevel
 
1030
Priority: optional
 
1031
Depends: gcc-4.8-base (= ${gcc:Version}), libn32gcc-4.8-dev (= ${gcc:Version}), libn32objc4 (>= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
1032
Description: Runtime library for GNU Objective-C applications (n32 development files)
 
1033
 This package contains the headers and static library files needed to build
 
1034
 GNU ObjC applications.
 
1035
 
 
1036
Package: libx32objc-4.8-dev
 
1037
Architecture: amd64 i386
 
1038
Section: libdevel
 
1039
Priority: optional
 
1040
Depends: gcc-4.8-base (= ${gcc:Version}), libx32gcc-4.8-dev (= ${gcc:Version}), libx32objc4 (>= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
1041
Description: Runtime library for GNU Objective-C applications (x32 development files)
 
1042
 This package contains the headers and static library files needed to build
 
1043
 GNU ObjC applications.
 
1044
 
 
1045
Package: libobjc4
 
1046
Section: libs
 
1047
Architecture: any
 
1048
Multi-Arch: same
 
1049
Pre-Depends: multiarch-support
 
1050
Provides: libobjc4-armel [armel], libobjc4-armhf [armhf]
 
1051
Priority: optional
 
1052
Depends: gcc-4.8-base (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
1053
Description: Runtime library for GNU Objective-C applications
 
1054
 Library needed for GNU ObjC applications linked against the shared library.
 
1055
 
 
1056
Package: libobjc4-dbg
 
1057
Section: debug
 
1058
Architecture: any
 
1059
Multi-Arch: same
 
1060
Provides: libobjc4-dbg-armel [armel], libobjc4-dbg-armhf [armhf]
 
1061
Priority: extra
 
1062
Depends: gcc-4.8-base (= ${gcc:Version}), libobjc4 (= ${gcc:Version}), libgcc1-dbg (>= ${libgcc:Version}), ${misc:Depends}
 
1063
Description: Runtime library for GNU Objective-C applications (debug symbols)
 
1064
 Library needed for GNU ObjC applications linked against the shared library.
 
1065
 
 
1066
Package: lib64objc4
 
1067
Section: libs
 
1068
Architecture: i386 powerpc sparc s390 mips mipsel x32
 
1069
Priority: optional
 
1070
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
1071
Description: Runtime library for GNU Objective-C applications (64bit)
 
1072
 Library needed for GNU ObjC applications linked against the shared library.
 
1073
 
 
1074
Package: lib64objc4-dbg
 
1075
Section: debug
 
1076
Architecture: i386 powerpc sparc s390 mips mipsel x32
 
1077
Priority: extra
 
1078
Depends: gcc-4.8-base (= ${gcc:Version}), lib64objc4 (= ${gcc:Version}), lib64gcc1-dbg (>= ${gcc:EpochVersion}), ${misc:Depends}
 
1079
Description: Runtime library for GNU Objective-C applications (64 bit debug symbols)
 
1080
 Library needed for GNU ObjC applications linked against the shared library.
 
1081
 
 
1082
Package: lib32objc4
 
1083
Section: libs
 
1084
Architecture: amd64 ppc64 kfreebsd-amd64 s390x x32
 
1085
Priority: optional
 
1086
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
1087
Conflicts: ${confl:lib32}
 
1088
Description: Runtime library for GNU Objective-C applications (32bit)
 
1089
 Library needed for GNU ObjC applications linked against the shared library.
 
1090
 
 
1091
Package: lib32objc4-dbg
 
1092
Section: debug
 
1093
Architecture: amd64 ppc64 kfreebsd-amd64 s390x x32
 
1094
Priority: extra
 
1095
Depends: gcc-4.8-base (= ${gcc:Version}), lib32objc4 (= ${gcc:Version}), lib32gcc1-dbg (>= ${gcc:EpochVersion}), ${misc:Depends}
 
1096
Description: Runtime library for GNU Objective-C applications (32 bit debug symbols)
 
1097
 Library needed for GNU ObjC applications linked against the shared library.
 
1098
 
 
1099
Package: libn32objc4
 
1100
Section: libs
 
1101
Architecture: mips mipsel
 
1102
Priority: optional
 
1103
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
1104
Description: Runtime library for GNU Objective-C applications (n32)
 
1105
 Library needed for GNU ObjC applications linked against the shared library.
 
1106
 
 
1107
Package: libn32objc4-dbg
 
1108
Section: debug
 
1109
Architecture: mips mipsel
 
1110
Priority: extra
 
1111
Depends: gcc-4.8-base (= ${gcc:Version}), libn32objc4 (= ${gcc:Version}), libn32gcc1-dbg (>= ${gcc:EpochVersion}), ${misc:Depends}
 
1112
Description: Runtime library for GNU Objective-C applications (n32 debug symbols)
 
1113
 Library needed for GNU ObjC applications linked against the shared library.
 
1114
 
 
1115
Package: libx32objc4
 
1116
Section: libs
 
1117
Architecture: amd64 i386
 
1118
Priority: optional
 
1119
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
1120
Description: Runtime library for GNU Objective-C applications (x32)
 
1121
 Library needed for GNU ObjC applications linked against the shared library.
 
1122
 
 
1123
Package: libx32objc4-dbg
 
1124
Section: debug
 
1125
Architecture: amd64 i386
 
1126
Priority: extra
 
1127
Depends: gcc-4.8-base (= ${gcc:Version}), libx32objc4 (= ${gcc:Version}), libx32gcc1-dbg (>= ${gcc:EpochVersion}), ${misc:Depends}
 
1128
Description: Runtime library for GNU Objective-C applications (x32 debug symbols)
 
1129
 Library needed for GNU ObjC applications linked against the shared library.
 
1130
 
 
1131
Package: gfortran-4.8
 
1132
Architecture: any
 
1133
Priority: optional
 
1134
Depends: gcc-4.8-base (= ${gcc:Version}), gcc-4.8 (= ${gcc:Version}), libgfortran-4.8-dev (= ${gcc:Version}), ${dep:libcdev}, ${shlibs:Depends}, ${misc:Depends}
 
1135
Provides: fortran95-compiler
 
1136
Suggests: ${gfortran:multilib}, gfortran-4.8-doc, libgfortran3-dbg (>= ${gcc:Version})
 
1137
Description: GNU Fortran compiler
 
1138
 This is the GNU Fortran compiler, which compiles
 
1139
 Fortran on platforms supported by the gcc compiler. It uses the
 
1140
 gcc backend to generate optimized code.
 
1141
 
 
1142
Package: gfortran-4.8-multilib
 
1143
Architecture: amd64 i386 kfreebsd-amd64 mips mipsel powerpc ppc64 s390 s390x sparc x32
 
1144
Section: devel
 
1145
Priority: optional
 
1146
Depends: gcc-4.8-base (= ${gcc:Version}), gfortran-4.8 (= ${gcc:Version}), gcc-4.8-multilib (= ${gcc:Version}), ${dep:libgfortranbiarchdev}, ${shlibs:Depends}, ${misc:Depends}
 
1147
Description: GNU Fortran compiler (multilib files)
 
1148
 This is the GNU Fortran compiler, which compiles Fortran on platforms
 
1149
 supported by the gcc compiler.
 
1150
 .
 
1151
 On architectures with multilib support, the package contains files
 
1152
 and dependencies for the non-default multilib architecture(s).
 
1153
 
 
1154
Package: libgfortran-4.8-dev
 
1155
Architecture: any
 
1156
Section: libdevel
 
1157
Priority: optional
 
1158
Depends: gcc-4.8-base (= ${gcc:Version}), libgcc-4.8-dev (= ${gcc:Version}), libgfortran3 (>= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
1159
Multi-Arch: same
 
1160
Description: Runtime library for GNU Fortran applications (development files)
 
1161
 This package contains the headers and static library files needed to build
 
1162
 GNU Fortran applications.
 
1163
 
 
1164
Package: lib64gfortran-4.8-dev
 
1165
Architecture: i386 powerpc sparc s390 mips mipsel x32
 
1166
Section: libdevel
 
1167
Priority: optional
 
1168
Depends: gcc-4.8-base (= ${gcc:Version}), lib64gcc-4.8-dev (= ${gcc:Version}), lib64gfortran3 (>= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
1169
Description: Runtime library for GNU Fortran applications (64bit development files)
 
1170
 This package contains the headers and static library files needed to build
 
1171
 GNU Fortran applications.
 
1172
 
 
1173
Package: lib32gfortran-4.8-dev
 
1174
Architecture: amd64 ppc64 kfreebsd-amd64 s390x x32
 
1175
Section: libdevel
 
1176
Priority: optional
 
1177
Depends: gcc-4.8-base (= ${gcc:Version}), lib32gcc-4.8-dev (= ${gcc:Version}), lib32gfortran3 (>= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
1178
Description: Runtime library for GNU Fortran applications (32bit development files)
 
1179
 This package contains the headers and static library files needed to build
 
1180
 GNU Fortran applications.
 
1181
 
 
1182
Package: libn32gfortran-4.8-dev
 
1183
Architecture: mips mipsel
 
1184
Section: libdevel
 
1185
Priority: optional
 
1186
Depends: gcc-4.8-base (= ${gcc:Version}), libn32gcc-4.8-dev (= ${gcc:Version}), libn32gfortran3 (>= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
1187
Description: Runtime library for GNU Fortran applications (n32 development files)
 
1188
 This package contains the headers and static library files needed to build
 
1189
 GNU Fortran applications.
 
1190
 
 
1191
Package: libx32gfortran-4.8-dev
 
1192
Architecture: amd64 i386
 
1193
Section: libdevel
 
1194
Priority: optional
 
1195
Depends: gcc-4.8-base (= ${gcc:Version}), libx32gcc-4.8-dev (= ${gcc:Version}), libx32gfortran3 (>= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
1196
Description: Runtime library for GNU Fortran applications (x32 development files)
 
1197
 This package contains the headers and static library files needed to build
 
1198
 GNU Fortran applications.
 
1199
 
 
1200
Package: libgfortran3
 
1201
Section: libs
 
1202
Architecture: any
 
1203
Multi-Arch: same
 
1204
Pre-Depends: multiarch-support
 
1205
Breaks: ${multiarch:breaks}
 
1206
Provides: libgfortran3-armel [armel], libgfortran3-armhf [armhf]
 
1207
Priority: optional
 
1208
Depends: gcc-4.8-base (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
1209
Description: Runtime library for GNU Fortran applications
 
1210
 Library needed for GNU Fortran applications linked against the
 
1211
 shared library.
 
1212
 
 
1213
Package: libgfortran3-dbg
 
1214
Section: debug
 
1215
Architecture: any
 
1216
Multi-Arch: same
 
1217
Provides: libgfortran3-dbg-armel [armel], libgfortran3-dbg-armhf [armhf]
 
1218
Priority: extra
 
1219
Depends: gcc-4.8-base (= ${gcc:Version}), libgfortran3 (= ${gcc:Version}), libgcc1-dbg (>= ${libgcc:Version}), ${misc:Depends}
 
1220
Description: Runtime library for GNU Fortran applications (debug symbols)
 
1221
 Library needed for GNU Fortran applications linked against the
 
1222
 shared library.
 
1223
 
 
1224
Package: lib64gfortran3
 
1225
Section: libs
 
1226
Architecture: i386 powerpc sparc s390 mips mipsel x32
 
1227
Priority: optional
 
1228
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
1229
Description: Runtime library for GNU Fortran applications (64bit)
 
1230
 Library needed for GNU Fortran applications linked against the
 
1231
 shared library.
 
1232
 
 
1233
Package: lib64gfortran3-dbg
 
1234
Section: debug
 
1235
Architecture: i386 powerpc sparc s390 mips mipsel x32
 
1236
Priority: extra
 
1237
Depends: gcc-4.8-base (= ${gcc:Version}), lib64gfortran3 (= ${gcc:Version}), ${misc:Depends}
 
1238
Description: Runtime library for GNU Fortran applications (64bit debug symbols)
 
1239
 Library needed for GNU Fortran applications linked against the
 
1240
 shared library.
 
1241
 
 
1242
Package: lib32gfortran3
 
1243
Section: libs
 
1244
Architecture: amd64 ppc64 kfreebsd-amd64 s390x x32
 
1245
Priority: optional
 
1246
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
1247
Conflicts: ${confl:lib32}
 
1248
Description: Runtime library for GNU Fortran applications (32bit)
 
1249
 Library needed for GNU Fortran applications linked against the
 
1250
 shared library.
 
1251
 
 
1252
Package: lib32gfortran3-dbg
 
1253
Section: debug
 
1254
Architecture: amd64 ppc64 kfreebsd-amd64 s390x x32
 
1255
Priority: extra
 
1256
Depends: gcc-4.8-base (= ${gcc:Version}), lib32gfortran3 (= ${gcc:Version}), ${misc:Depends}
 
1257
Description: Runtime library for GNU Fortran applications (32 bit debug symbols)
 
1258
 Library needed for GNU Fortran applications linked against the
 
1259
 shared library.
 
1260
 
 
1261
Package: libn32gfortran3
 
1262
Section: libs
 
1263
Architecture: mips mipsel
 
1264
Priority: optional
 
1265
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
1266
Description: Runtime library for GNU Fortran applications (n32)
 
1267
 Library needed for GNU Fortran applications linked against the
 
1268
 shared library.
 
1269
 
 
1270
Package: libn32gfortran3-dbg
 
1271
Section: debug
 
1272
Architecture: mips mipsel
 
1273
Priority: extra
 
1274
Depends: gcc-4.8-base (= ${gcc:Version}), libn32gfortran3 (= ${gcc:Version}), ${misc:Depends}
 
1275
Description: Runtime library for GNU Fortran applications (n32 debug symbols)
 
1276
 Library needed for GNU Fortran applications linked against the
 
1277
 shared library.
 
1278
 
 
1279
Package: libx32gfortran3
 
1280
Section: libs
 
1281
Architecture: amd64 i386
 
1282
Priority: optional
 
1283
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
1284
Description: Runtime library for GNU Fortran applications (x32)
 
1285
 Library needed for GNU Fortran applications linked against the
 
1286
 shared library.
 
1287
 
 
1288
Package: libx32gfortran3-dbg
 
1289
Section: debug
 
1290
Architecture: amd64 i386
 
1291
Priority: extra
 
1292
Depends: gcc-4.8-base (= ${gcc:Version}), libx32gfortran3 (= ${gcc:Version}), ${misc:Depends}
 
1293
Description: Runtime library for GNU Fortran applications (x32 debug symbols)
 
1294
 Library needed for GNU Fortran applications linked against the
 
1295
 shared library.
 
1296
 
 
1297
Package: gccgo-4.8
 
1298
Architecture: any
 
1299
Priority: optional
 
1300
Depends: gcc-4.8-base (= ${gcc:Version}), gcc-4.8 (= ${gcc:Version}), libgo3 (>= ${gcc:Version}), ${dep:libcdev}, ${shlibs:Depends}, ${misc:Depends}
 
1301
Provides: go-compiler
 
1302
Suggests: ${go:multilib}, gccgo-4.8-doc, libgo3-dbg (>= ${gcc:Version})
 
1303
Description: GNU Go compiler
 
1304
 This is the GNU Go compiler, which compiles Go on platforms supported
 
1305
 by the gcc compiler. It uses the gcc backend to generate optimized code.
 
1306
 
 
1307
Package: gccgo-4.8-multilib
 
1308
Architecture: amd64 i386 kfreebsd-amd64 mips mipsel powerpc ppc64 s390 s390x sparc x32
 
1309
Section: devel
 
1310
Priority: optional
 
1311
Depends: gcc-4.8-base (= ${gcc:Version}), gccgo-4.8 (= ${gcc:Version}), gcc-4.8-multilib (= ${gcc:Version}), ${dep:libgobiarch}, ${shlibs:Depends}, ${misc:Depends}
 
1312
Suggests: ${dep:libgobiarchdbg}
 
1313
Description: GNU Go compiler (multilib files)
 
1314
 This is the GNU Go compiler, which compiles Go on platforms supported
 
1315
 by the gcc compiler.
 
1316
 .
 
1317
 On architectures with multilib support, the package contains files
 
1318
 and dependencies for the non-default multilib architecture(s).
 
1319
 
 
1320
Package: libgo3
 
1321
Section: libs
 
1322
Architecture: any
 
1323
Multi-Arch: same
 
1324
Pre-Depends: multiarch-support
 
1325
Provides: libgo3-armel [armel], libgo3-armhf [armhf]
 
1326
Priority: optional
 
1327
Depends: gcc-4.8-base (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
1328
Description: Runtime library for GNU Go applications
 
1329
 Library needed for GNU Go applications linked against the
 
1330
 shared library.
 
1331
 
 
1332
Package: libgo3-dbg
 
1333
Section: debug
 
1334
Architecture: any
 
1335
Multi-Arch: same
 
1336
Provides: libgo3-dbg-armel [armel], libgo3-dbg-armhf [armhf]
 
1337
Priority: extra
 
1338
Depends: gcc-4.8-base (= ${gcc:Version}), libgo3 (= ${gcc:Version}), ${misc:Depends}
 
1339
Description: Runtime library for GNU Go applications (debug symbols)
 
1340
 Library needed for GNU Go applications linked against the
 
1341
 shared library.
 
1342
 
 
1343
Package: lib64go3
 
1344
Section: libs
 
1345
Architecture: i386 powerpc sparc s390 mips mipsel x32
 
1346
Priority: optional
 
1347
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
1348
Description: Runtime library for GNU Go applications (64bit)
 
1349
 Library needed for GNU Go applications linked against the
 
1350
 shared library.
 
1351
 
 
1352
Package: lib64go3-dbg
 
1353
Section: debug
 
1354
Architecture: i386 powerpc sparc s390 mips mipsel x32
 
1355
Priority: extra
 
1356
Depends: gcc-4.8-base (= ${gcc:Version}), lib64go3 (= ${gcc:Version}), ${misc:Depends}
 
1357
Description: Runtime library for GNU Go applications (64bit debug symbols)
 
1358
 Library needed for GNU Go applications linked against the
 
1359
 shared library.
 
1360
 
 
1361
Package: lib32go3
 
1362
Section: libs
 
1363
Architecture: amd64 ppc64 kfreebsd-amd64 s390x x32
 
1364
Priority: optional
 
1365
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
1366
Conflicts: ${confl:lib32}
 
1367
Description: Runtime library for GNU Go applications (32bit)
 
1368
 Library needed for GNU Go applications linked against the
 
1369
 shared library.
 
1370
 
 
1371
Package: lib32go3-dbg
 
1372
Section: debug
 
1373
Architecture: amd64 ppc64 kfreebsd-amd64 s390x x32
 
1374
Priority: extra
 
1375
Depends: gcc-4.8-base (= ${gcc:Version}), lib32go3 (= ${gcc:Version}), ${misc:Depends}
 
1376
Description: Runtime library for GNU Go applications (32 bit debug symbols)
 
1377
 Library needed for GNU Go applications linked against the
 
1378
 shared library.
 
1379
 
 
1380
Package: libn32go3
 
1381
Section: libs
 
1382
Architecture: mips mipsel
 
1383
Priority: optional
 
1384
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
1385
Description: Runtime library for GNU Go applications (n32)
 
1386
 Library needed for GNU Go applications linked against the
 
1387
 shared library.
 
1388
 
 
1389
Package: libn32go3-dbg
 
1390
Section: debug
 
1391
Architecture: mips mipsel
 
1392
Priority: extra
 
1393
Depends: gcc-4.8-base (= ${gcc:Version}), libn32go3 (= ${gcc:Version}), ${misc:Depends}
 
1394
Description: Runtime library for GNU Go applications (n32 debug symbols)
 
1395
 Library needed for GNU Go applications linked against the
 
1396
 shared library.
 
1397
 
 
1398
Package: libx32go3
 
1399
Section: libs
 
1400
Architecture: amd64 i386
 
1401
Priority: optional
 
1402
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
 
1403
Description: Runtime library for GNU Go applications (x32)
 
1404
 Library needed for GNU Go applications linked against the
 
1405
 shared library.
 
1406
 
 
1407
Package: libx32go3-dbg
 
1408
Section: debug
 
1409
Architecture: amd64 i386
 
1410
Priority: extra
 
1411
Depends: gcc-4.8-base (= ${gcc:Version}), libx32go3 (= ${gcc:Version}), ${misc:Depends}
 
1412
Description: Runtime library for GNU Go applications (x32 debug symbols)
 
1413
 Library needed for GNU Go applications linked against the
 
1414
 shared library.
 
1415
 
 
1416
Package: gcj-4.8-jdk
 
1417
Section: java
 
1418
Architecture: any
 
1419
Priority: optional
 
1420
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:gcj}, ${dep:libcdev}, gcj-4.8-jre (= ${gcj:Version}), libgcj14-dev (= ${gcj:Version}), ${dep:ecj}, fastjar, libgcj-bc, java-common, libantlr-java, ${shlibs:Depends}, dpkg (>= 1.15.4) | install-info, ${misc:Depends}
 
1421
Recommends: libecj-java-gcj
 
1422
Suggests: gcj-4.8-source (>= ${gcj:SoftVersion}), libgcj14-dbg (>= ${gcc:Version})
 
1423
Provides: java-compiler, java-sdk, java2-sdk, java5-sdk
 
1424
Conflicts: gcj-4.4, cpp-4.1 (<< 4.1.1), gcc-4.1 (<< 4.1.1)
 
1425
Replaces: libgcj11 (<< 4.5-20100101-1)
 
1426
Description: gcj and classpath development tools for Java(TM)
 
1427
 GCJ is a front end to the GCC compiler which can natively compile both
 
1428
 Java(tm) source and bytecode files. The compiler can also generate class
 
1429
 files. Other java development tools from classpath are included in this
 
1430
 package.
 
1431
 .
 
1432
 The package contains as well a collection of wrapper scripts and symlinks.
 
1433
 It is meant to provide a Java-SDK-like interface to the GCJ tool set.
 
1434
 
 
1435
Package: gcj-4.8-jre-headless
 
1436
Priority: optional
 
1437
Section: java
 
1438
Architecture: any
 
1439
Depends: gcc-4.8-base (= ${gcc:Version}), gcj-4.8-jre-lib (>= ${gcj:SoftVersion}), libgcj14 (= ${gcj:Version}), ${dep:prctl}, ${shlibs:Depends}, ${misc:Depends}
 
1440
Suggests: fastjar, gcj-4.8-jdk (= ${gcj:Version}), libgcj14-awt (= ${gcj:Version})
 
1441
Conflicts: gij-4.4, java-gcj-compat (<< 1.0.76-4)
 
1442
Replaces: gcj-4.8-jre-lib (<< 4.8-20121219-0)
 
1443
Provides: java5-runtime-headless, java2-runtime-headless, java1-runtime-headless, java-runtime-headless
 
1444
Description: Java runtime environment using GIJ/classpath (headless version)
 
1445
 GIJ is a Java bytecode interpreter, not limited to interpreting bytecode.
 
1446
 It includes a class loader which can dynamically load shared objects, so
 
1447
 it is possible to give it the name of a class which has been compiled and
 
1448
 put into a shared library on the class path.
 
1449
 .
 
1450
 The package contains as well a collection of wrapper scripts and symlinks.
 
1451
 It is meant to provide a Java-RTE-like interface to the GIJ/GCJ tool set,
 
1452
 limited to the headless tools and libraries.
 
1453
 
 
1454
Package: gcj-4.8-jre
 
1455
Section: java
 
1456
Architecture: any
 
1457
Priority: optional
 
1458
Depends: gcc-4.8-base (= ${gcc:Version}), gcj-4.8-jre-headless (= ${gcj:Version}), libgcj14-awt (= ${gcj:Version}), ${shlibs:Depends}, ${misc:Depends}
 
1459
Provides: java5-runtime, java2-runtime, java1-runtime, java-runtime
 
1460
Description: Java runtime environment using GIJ/classpath
 
1461
 GIJ is a Java bytecode interpreter, not limited to interpreting bytecode.
 
1462
 It includes a class loader which can dynamically load shared objects, so
 
1463
 it is possible to give it the name of a class which has been compiled and
 
1464
 put into a shared library on the class path.
 
1465
 .
 
1466
 The package contains as well a collection of wrapper scripts and symlinks.
 
1467
 It is meant to provide a Java-RTE-like interface to the GIJ/GCJ tool set.
 
1468
 
 
1469
Package: libgcj14
 
1470
Section: libs
 
1471
Architecture: any
 
1472
Priority: optional
 
1473
Pre-Depends: multiarch-support
 
1474
Multi-Arch: same
 
1475
Depends: gcc-4.8-base (>= ${gcc:SoftVersion}), libgcj-common (>= 1:4.1.1-21), ${shlibs:Depends}, ${misc:Depends}
 
1476
Recommends: gcj-4.8-jre-lib (>= ${gcj:SoftVersion})
 
1477
Suggests: libgcj14-dbg (>= ${gcc:Version}), libgcj14-awt (= ${gcj:Version})
 
1478
Replaces: gij-4.4 (<< 4.4.0-1)
 
1479
Description: Java runtime library for use with gcj
 
1480
 This is the runtime that goes along with the gcj front end to
 
1481
 gcc. libgcj includes parts of the Java Class Libraries, plus glue to
 
1482
 connect the libraries to the compiler and the underlying OS.
 
1483
 .
 
1484
 To show file names and line numbers in stack traces, the packages
 
1485
 libgcj14-dbg and binutils are required.
 
1486
 
 
1487
Package: gcj-4.8-jre-lib
 
1488
Section: java
 
1489
Architecture: all
 
1490
Priority: optional
 
1491
Depends: gcc-4.8-base (>= ${gcc:SoftVersion}), libgcj14 (>= ${gcj:SoftVersion}), ${misc:Depends}
 
1492
Description: Java runtime library for use with gcj (jar files)
 
1493
 This is the jar file that goes along with the gcj front end to gcc.
 
1494
 
 
1495
Package: libgcj14-awt
 
1496
Section: libs
 
1497
Architecture: any
 
1498
Priority: optional
 
1499
Pre-Depends: multiarch-support
 
1500
Multi-Arch: same
 
1501
Depends: gcc-4.8-base (>= ${gcc:SoftVersion}), libgcj14 (= ${gcj:Version}), ${shlibs:Depends}, ${misc:Depends}
 
1502
Suggests: ${pkg:gcjqt}
 
1503
Description: AWT peer runtime libraries for use with gcj
 
1504
 These are runtime libraries holding the AWT peer implementations
 
1505
 for libgcj (currently the GTK+ based peer library is required, the
 
1506
 QT bases library is not built).
 
1507
 
 
1508
Package: libgcj14-dev
 
1509
Section: libdevel
 
1510
Architecture: any
 
1511
Multi-Arch: same
 
1512
Priority: optional
 
1513
Depends: gcc-4.8-base (= ${gcc:Version}), gcj-4.8-jdk (= ${gcj:Version}), gcj-4.8-jre-lib (>= ${gcj:SoftVersion}), libgcj14-awt (= ${gcj:Version}), libgcj-bc, ${pkg:gcjgtk}, ${pkg:gcjqt}, zlib1g-dev, ${shlibs:Depends}, ${misc:Depends}
 
1514
Suggests: libgcj-doc
 
1515
Description: Java development headers for use with gcj
 
1516
 These are the development headers that go along with the gcj front end
 
1517
 to gcc. libgcj includes parts of the Java Class Libraries, plus glue
 
1518
 to connect the libraries to the compiler and the underlying OS.
 
1519
 
 
1520
Package: libgcj14-dbg
 
1521
Section: debug
 
1522
Architecture: any
 
1523
Priority: extra
 
1524
Pre-Depends: multiarch-support
 
1525
Multi-Arch: same
 
1526
Depends: gcc-4.8-base (= ${gcc:Version}), libgcj14 (= ${gcj:Version}), ${misc:Depends}
 
1527
Recommends: binutils, libc6-dbg | libc-dbg
 
1528
Description: Debugging symbols for libraries provided in libgcj14-dev
 
1529
 The package provides debugging symbols for the libraries provided
 
1530
 in libgcj14-dev.
 
1531
 .
 
1532
 binutils is required to show file names and line numbers in stack traces.
 
1533
 
 
1534
Package: gcj-4.8-source
 
1535
Section: java
 
1536
Architecture: all
 
1537
Priority: optional
 
1538
Depends: gcc-4.8-base (>= ${gcc:SoftVersion}), gcj-4.8-jdk (>= ${gcj:SoftVersion}), ${misc:Depends}
 
1539
Description: GCJ java sources for use in IDEs like eclipse and netbeans
 
1540
 These are the java source files packaged as a zip file for use in development
 
1541
 environments like eclipse and netbeans.
 
1542
 
 
1543
Package: libgcj-doc
 
1544
Section: doc
 
1545
Architecture: all
 
1546
Priority: optional
 
1547
Depends: gcc-4.8-base (>= ${gcc:SoftVersion}), ${misc:Depends}
 
1548
Enhances: libgcj14-dev
 
1549
Provides: classpath-doc
 
1550
Description: libgcj API documentation and example programs
 
1551
 Autogenerated documentation describing the API of the libgcj library.
 
1552
 Sources and precompiled example programs from the classpath library.
 
1553
 
 
1554
Package: libstdc++6
 
1555
Architecture: any
 
1556
Section: libs
 
1557
Priority: important
 
1558
Depends: gcc-4.8-base (= ${gcc:Version}), ${dep:libc}, ${shlibs:Depends}, ${misc:Depends}
 
1559
Multi-Arch: same
 
1560
Pre-Depends: multiarch-support
 
1561
Breaks: ${multiarch:breaks}
 
1562
Provides: libstdc++6-armel [armel], libstdc++6-armhf [armhf]
 
1563
Conflicts: scim (<< 1.4.2-1)
 
1564
Description: GNU Standard C++ Library v3
 
1565
 This package contains an additional runtime library for C++ programs
 
1566
 built with the GNU compiler.
 
1567
 .
 
1568
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 
1569
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 
1570
 in g++-3.0.
 
1571
 
 
1572
Package: lib32stdc++6
 
1573
Architecture: amd64 ppc64 kfreebsd-amd64 s390x x32
 
1574
Section: libs
 
1575
Priority: extra
 
1576
Depends: gcc-4.8-base (= ${gcc:Version}), lib32gcc1 (>= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
1577
Conflicts: ${confl:lib32}
 
1578
Description: GNU Standard C++ Library v3 (32 bit Version)
 
1579
 This package contains an additional runtime library for C++ programs
 
1580
 built with the GNU compiler.
 
1581
 
 
1582
Package: lib64stdc++6
 
1583
Architecture: i386 powerpc sparc s390 mips mipsel x32
 
1584
Section: libs
 
1585
Priority: optional
 
1586
Depends: gcc-4.8-base (= ${gcc:Version}), lib64gcc1 (>= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
1587
Description: GNU Standard C++ Library v3 (64bit)
 
1588
 This package contains an additional runtime library for C++ programs
 
1589
 built with the GNU compiler.
 
1590
 .
 
1591
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 
1592
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 
1593
 in g++-3.0.
 
1594
 
 
1595
Package: libn32stdc++6
 
1596
Architecture: mips mipsel
 
1597
Section: libs
 
1598
Priority: optional
 
1599
Depends: gcc-4.8-base (= ${gcc:Version}), libn32gcc1 (>= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
1600
Description: GNU Standard C++ Library v3 (n32)
 
1601
 This package contains an additional runtime library for C++ programs
 
1602
 built with the GNU compiler.
 
1603
 .
 
1604
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 
1605
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 
1606
 in g++-3.0.
 
1607
 
 
1608
Package: libx32stdc++6
 
1609
Architecture: amd64 i386
 
1610
Section: libs
 
1611
Priority: optional
 
1612
Depends: gcc-4.8-base (= ${gcc:Version}), libx32gcc1 (>= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
1613
Description: GNU Standard C++ Library v3 (x32)
 
1614
 This package contains an additional runtime library for C++ programs
 
1615
 built with the GNU compiler.
 
1616
 .
 
1617
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 
1618
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 
1619
 in g++-3.0.
 
1620
 
 
1621
Package: libstdc++-4.8-dev
 
1622
Architecture: any
 
1623
Multi-Arch: same
 
1624
Section: libdevel
 
1625
Priority: optional
 
1626
Depends: gcc-4.8-base (= ${gcc:Version}), libgcc-4.8-dev (= ${gcc:Version}), libstdc++6 (>= ${gcc:Version}), ${dep:libcdev}, ${misc:Depends}
 
1627
Conflicts: libg++27-dev, libg++272-dev (<< 2.7.2.8-1), libstdc++2.8-dev, libg++2.8-dev, libstdc++2.9-dev, libstdc++2.9-glibc2.1-dev, libstdc++2.10-dev (<< 1:2.95.3-2), libstdc++3.0-dev
 
1628
Suggests: libstdc++-4.8-doc
 
1629
Provides: libstdc++-dev
 
1630
Description: GNU Standard C++ Library v3 (development files)
 
1631
 This package contains the headers and static library files necessary for
 
1632
 building C++ programs which use libstdc++.
 
1633
 .
 
1634
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 
1635
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 
1636
 in g++-3.0.
 
1637
 
 
1638
Package: libstdc++-4.8-pic
 
1639
Architecture: any
 
1640
Multi-Arch: same
 
1641
Section: libdevel
 
1642
Priority: extra
 
1643
Depends: gcc-4.8-base (= ${gcc:Version}), libstdc++6 (>= ${gcc:Version}), libstdc++-4.8-dev (= ${gcc:Version}), ${misc:Depends}
 
1644
Description: GNU Standard C++ Library v3 (shared library subset kit)
 
1645
 This is used to develop subsets of the libstdc++ shared libraries for
 
1646
 use on custom installation floppies and in embedded systems.
 
1647
 .
 
1648
 Unless you are making one of those, you will not need this package.
 
1649
 
 
1650
Package: libstdc++6-4.8-dbg
 
1651
Architecture: any
 
1652
Section: debug
 
1653
Priority: extra
 
1654
Depends: gcc-4.8-base (= ${gcc:Version}), libstdc++6 (>= ${gcc:Version}), libgcc1-dbg (>= ${libgcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
1655
Multi-Arch: same
 
1656
Provides: libstdc++6-4.8-dbg-armel [armel], libstdc++6-4.8-dbg-armhf [armhf]
 
1657
Recommends: libstdc++-4.8-dev (= ${gcc:Version})
 
1658
Conflicts: libstdc++5-dbg, libstdc++5-3.3-dbg, libstdc++6-dbg, libstdc++6-4.0-dbg, libstdc++6-4.1-dbg, libstdc++6-4.2-dbg, libstdc++6-4.3-dbg, libstdc++6-4.4-dbg, libstdc++6-4.5-dbg, libstdc++6-4.6-dbg, libstdc++6-4.7-dbg
 
1659
Description: GNU Standard C++ Library v3 (debugging files)
 
1660
 This package contains the shared library of libstdc++ compiled with
 
1661
 debugging symbols.
 
1662
 
 
1663
Package: lib32stdc++-4.8-dev
 
1664
Architecture: amd64 ppc64 kfreebsd-amd64 s390x x32
 
1665
Section: libdevel
 
1666
Priority: optional
 
1667
Depends: gcc-4.8-base (= ${gcc:Version}), lib32gcc-4.8-dev (= ${gcc:Version}), lib32stdc++6 (>= ${gcc:Version}), libstdc++-4.8-dev (= ${gcc:Version}), ${misc:Depends}
 
1668
Description: GNU Standard C++ Library v3 (development files)
 
1669
 This package contains the headers and static library files necessary for
 
1670
 building C++ programs which use libstdc++.
 
1671
 .
 
1672
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 
1673
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 
1674
 in g++-3.0.
 
1675
 
 
1676
Package: lib32stdc++6-4.8-dbg
 
1677
Architecture: amd64 ppc64 kfreebsd-amd64 s390x x32
 
1678
Section: debug
 
1679
Priority: extra
 
1680
Depends: gcc-4.8-base (= ${gcc:Version}), lib32stdc++6 (>= ${gcc:Version}), libstdc++-4.8-dev (= ${gcc:Version}), lib32gcc1-dbg (>= ${gcc:EpochVersion}), ${shlibs:Depends}, ${misc:Depends}
 
1681
Conflicts: lib32stdc++6-dbg, lib32stdc++6-4.0-dbg, lib32stdc++6-4.1-dbg, lib32stdc++6-4.2-dbg, lib32stdc++6-4.3-dbg, lib32stdc++6-4.4-dbg, lib32stdc++6-4.5-dbg, lib32stdc++6-4.6-dbg, lib32stdc++6-4.7-dbg,
 
1682
Description: GNU Standard C++ Library v3 (debugging files)
 
1683
 This package contains the shared library of libstdc++ compiled with
 
1684
 debugging symbols.
 
1685
 
 
1686
Package: lib64stdc++-4.8-dev
 
1687
Architecture: i386 powerpc sparc s390 mips mipsel x32
 
1688
Section: libdevel
 
1689
Priority: optional
 
1690
Depends: gcc-4.8-base (= ${gcc:Version}), lib64gcc-4.8-dev (= ${gcc:Version}), lib64stdc++6 (>= ${gcc:Version}), libstdc++-4.8-dev (= ${gcc:Version}), ${misc:Depends}
 
1691
Description: GNU Standard C++ Library v3 (development files)
 
1692
 This package contains the headers and static library files necessary for
 
1693
 building C++ programs which use libstdc++.
 
1694
 .
 
1695
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 
1696
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 
1697
 in g++-3.0.
 
1698
 
 
1699
Package: lib64stdc++6-4.8-dbg
 
1700
Architecture: i386 powerpc sparc s390 mips mipsel x32
 
1701
Section: debug
 
1702
Priority: extra
 
1703
Depends: gcc-4.8-base (= ${gcc:Version}), lib64stdc++6 (>= ${gcc:Version}), libstdc++-4.8-dev (= ${gcc:Version}), lib64gcc1-dbg (>= ${gcc:EpochVersion}), ${shlibs:Depends}, ${misc:Depends}
 
1704
Conflicts: lib64stdc++6-dbg, lib64stdc++6-4.0-dbg, lib64stdc++6-4.1-dbg, lib64stdc++6-4.2-dbg, lib64stdc++6-4.3-dbg, lib64stdc++6-4.4-dbg, lib64stdc++6-4.5-dbg, lib64stdc++6-4.6-dbg, lib64stdc++6-4.7-dbg
 
1705
Description: GNU Standard C++ Library v3 (debugging files)
 
1706
 This package contains the shared library of libstdc++ compiled with
 
1707
 debugging symbols.
 
1708
 
 
1709
Package: libn32stdc++-4.8-dev
 
1710
Architecture: mips mipsel
 
1711
Section: libdevel
 
1712
Priority: optional
 
1713
Depends: gcc-4.8-base (= ${gcc:Version}), libn32gcc-4.8-dev (= ${gcc:Version}), libn32stdc++6 (>= ${gcc:Version}), libstdc++-4.8-dev (= ${gcc:Version}), ${misc:Depends}
 
1714
Description: GNU Standard C++ Library v3 (development files)
 
1715
 This package contains the headers and static library files necessary for
 
1716
 building C++ programs which use libstdc++.
 
1717
 .
 
1718
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 
1719
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 
1720
 in g++-3.0.
 
1721
 
 
1722
Package: libn32stdc++6-4.8-dbg
 
1723
Architecture: mips mipsel
 
1724
Section: debug
 
1725
Priority: extra
 
1726
Depends: gcc-4.8-base (= ${gcc:Version}), libn32stdc++6 (>= ${gcc:Version}), libstdc++-4.8-dev (= ${gcc:Version}), libn32gcc1-dbg (>= ${gcc:EpochVersion}), ${shlibs:Depends}, ${misc:Depends}
 
1727
Conflicts: libn32stdc++6-dbg, libn32stdc++6-4.0-dbg, libn32stdc++6-4.1-dbg, libn32stdc++6-4.2-dbg, libn32stdc++6-4.3-dbg, libn32stdc++6-4.4-dbg, libn32stdc++6-4.5-dbg, libn32stdc++6-4.6-dbg, libn32stdc++6-4.7-dbg
 
1728
Description: GNU Standard C++ Library v3 (debugging files)
 
1729
 This package contains the shared library of libstdc++ compiled with
 
1730
 debugging symbols.
 
1731
 
 
1732
Package: libx32stdc++-4.8-dev
 
1733
Architecture: amd64 i386
 
1734
Section: libdevel
 
1735
Priority: optional
 
1736
Depends: gcc-4.8-base (= ${gcc:Version}), libx32gcc-4.8-dev (= ${gcc:Version}), libx32stdc++6 (>= ${gcc:Version}), libstdc++-4.8-dev (= ${gcc:Version}), ${misc:Depends}
 
1737
Description: GNU Standard C++ Library v3 (development files)
 
1738
 This package contains the headers and static library files necessary for
 
1739
 building C++ programs which use libstdc++.
 
1740
 .
 
1741
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 
1742
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 
1743
 in g++-3.0.
 
1744
 
 
1745
Package: libx32stdc++6-4.8-dbg
 
1746
Architecture: amd64 i386
 
1747
Section: debug
 
1748
Priority: extra
 
1749
Depends: gcc-4.8-base (= ${gcc:Version}), libx32stdc++6 (>= ${gcc:Version}), libstdc++-4.8-dev (= ${gcc:Version}), libx32gcc1-dbg (>= ${gcc:EpochVersion}), ${shlibs:Depends}, ${misc:Depends}
 
1750
Conflicts: libx32stdc++6-dbg, libx32stdc++6-4.6-dbg, libx32stdc++6-4.7-dbg
 
1751
Description: GNU Standard C++ Library v3 (debugging files)
 
1752
 This package contains the shared library of libstdc++ compiled with
 
1753
 debugging symbols.
 
1754
 
 
1755
Package: libstdc++-4.8-doc
 
1756
Architecture: all
 
1757
Section: doc
 
1758
Priority: optional
 
1759
Depends: gcc-4.8-base (>= ${gcc:SoftVersion}), ${misc:Depends}, libjs-jquery
 
1760
Conflicts: libstdc++5-doc, libstdc++5-3.3-doc, libstdc++6-doc, libstdc++6-4.0-doc, libstdc++6-4.1-doc, libstdc++6-4.2-doc, libstdc++6-4.3-doc, libstdc++6-4.4-doc, libstdc++6-4.5-doc, libstdc++6-4.6-doc, libstdc++6-4.7-doc
 
1761
Description: GNU Standard C++ Library v3 (documentation files)
 
1762
 This package contains documentation files for the GNU stdc++ library.
 
1763
 .
 
1764
 One set is the distribution documentation, the other set is the
 
1765
 source documentation including a namespace list, class hierarchy,
 
1766
 alphabetical list, compound list, file list, namespace members,
 
1767
 compound members and file members.
 
1768
 
 
1769
Package: gdc-4.8
 
1770
Architecture: any
 
1771
Priority: optional
 
1772
Depends: gcc-4.8-base (>= ${gcc:SoftVersion}), g++-4.8 (>= ${gcc:SoftVersion}), libphobos-4.8-dev (= ${gcc:Version}) [!avr !arm64 !hppa !ia64 !m68k !mips !mipsel !powerpc !powerpcspe !ppc64 !s390 !s390x !sh4 !sparc !sparc64 !alpha !hurd-alpha !arm !armel !armhf !hurd-amd64 !hurd-i386 !hurd-alpha !kfreebsd-amd64 !kfreebsd-i386 !kfreebsd-alpha], ${shlibs:Depends}, ${misc:Depends}
 
1773
Provides: gdc, d-compiler, d-v2-compiler
 
1774
Replaces: gdc (<< 4.4.6-5)
 
1775
Description: GNU D compiler (version 2), based on the GCC backend
 
1776
 This is the GNU D compiler, which compiles D on platforms supported by gcc.
 
1777
 It uses the gcc backend to generate optimised code.
 
1778
 .
 
1779
 This compiler supports D language version 2.
 
1780
 
 
1781
Package: libphobos-4.8-dev
 
1782
Architecture: amd64 i386 x32 kfreebsd-amd64 kfreebsd-i386
 
1783
Section: libdevel
 
1784
Priority: optional
 
1785
Depends: zlib1g-dev, ${shlibs:Depends}, ${misc:Depends}
 
1786
Description: Phobos D standard library
 
1787
 This is the Phobos standard library that comes with the D2 compiler.
 
1788
 .
 
1789
 For more information check http://www.dlang.org/phobos/
 
1790
 
 
1791
Package: libphobos-4.8-dbg
 
1792
Section: debug
 
1793
Architecture: amd64 i386 x32 kfreebsd-amd64 kfreebsd-i386
 
1794
Priority: extra
 
1795
Depends: gdc-4.8 (= ${gdc:Version}), libphobos-4.8-dev (= ${gdc:Version}), ${misc:Depends}
 
1796
Provides: libphobos-dbg
 
1797
Description: The Phobos D standard library (debug symbols)
 
1798
 This is the Phobos standard library that comes with the D2 compiler.
 
1799
 .
 
1800
 For more information check http://www.dlang.org/phobos/
 
1801
 
 
1802
Package: gcc-4.8-soft-float
 
1803
Architecture: arm armel armhf
 
1804
Priority: optional
 
1805
Depends: gcc-4.8-base (= ${gcc:Version}), gcc-4.8 (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
1806
Conflicts: gcc-4.4-soft-float, gcc-4.5-soft-float, gcc-4.6-soft-float
 
1807
Description: GCC soft-floating-point gcc libraries (ARM)
 
1808
 These are versions of basic static libraries such as libgcc.a compiled
 
1809
 with the -msoft-float option, for CPUs without a floating-point unit.
 
1810
 
 
1811
Package: fixincludes
 
1812
Architecture: any
 
1813
Priority: optional
 
1814
Depends: gcc-4.8-base (= ${gcc:Version}), gcc-4.8 (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
 
1815
Description: Fix non-ANSI header files
 
1816
 FixIncludes was created to fix non-ANSI system header files. Many
 
1817
 system manufacturers supply proprietary headers that are not ANSI compliant.
 
1818
 The GNU compilers cannot compile non-ANSI headers. Consequently, the
 
1819
 FixIncludes shell script was written to fix the header files.
 
1820
 .
 
1821
 Not all packages with header files are installed on the system, when the
 
1822
 package is built, so we make fixincludes available at build time of other
 
1823
 packages, such that checking tools like lintian can make use of it.
 
1824
 
 
1825
Package: gcc-4.8-source
 
1826
Architecture: all
 
1827
Priority: optional
 
1828
Depends: make (>= 3.81), autoconf2.64, quilt, patchutils, gawk, ${misc:Depends}
 
1829
Description: Source of the GNU Compiler Collection
 
1830
 This package contains the sources and patches which are needed to
 
1831
 build the GNU Compiler Collection (GCC).