~ubuntu-branches/ubuntu/saucy/boost-defaults/saucy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2013-03-21 00:48:26 UTC
  • Revision ID: package-import@ubuntu.com-20130321004826-h3pkzgbfare7r8x1
Tags: 1.53.0.0ubuntu1
Set default Boost to 1.53.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Homepage: http://www.boost.org/
3
3
Section: libs
4
4
Priority: optional
5
 
Maintainer: Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
6
 
Uploaders: Steve M. Robbins <smr@debian.org>, Domenico Andreoli <cavok@debian.org>
7
 
Build-Depends: debhelper (>= 9), libboost1.49-dev (>= 1.49.0)
 
5
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
6
XSBC-Original-Maintainer: Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
 
7
Uploaders: Steve M. Robbins <smr@debian.org>
 
8
Build-Depends: debhelper (>= 9), libboost1.53-dev (>= 1.53.0)
8
9
Vcs-Browser: http://svn.debian.org/wsvn/pkg-boost/boost-defaults/trunk/
9
10
Vcs-Svn: svn://svn.debian.org/svn/pkg-boost/boost-defaults/trunk
10
 
Standards-Version: 3.9.2
 
11
Standards-Version: 3.9.4
11
12
 
12
13
Package: libboost-dbg
13
14
Architecture: any
14
15
Section: debug
15
16
Priority: extra
16
 
Depends: libboost-dev (= ${binary:Version}), ${misc:Depends}, libboost1.49-dbg
 
17
Depends: libboost-dev (= ${binary:Version}), ${misc:Depends}, libboost1.53-dbg
17
18
Description: Boost C++ Libraries with debug symbols (default version)
18
19
 This package forms part of the Boost C++ Libraries collection.
19
20
 .
21
22
 programs which use Boost. These must be used also at build/link time.
22
23
 .
23
24
 This package is a dependency package, which depends on Debian's default
24
 
 Boost version (currently 1.49).
 
25
 Boost version (currently 1.53).
25
26
 
26
27
Package: libboost-dev
27
28
Architecture: any
28
29
Section: libdevel
29
 
Depends: ${misc:Depends}, libboost1.49-dev
 
30
Depends: ${misc:Depends}, libboost1.53-dev
30
31
Suggests: libboost-doc
31
32
Description: Boost C++ Libraries development files (default version)
32
33
 The Boost web site provides free, peer-reviewed, portable C++ source
40
41
 This package provides headers and the auxiliary tools bjam, Boost.Build,
41
42
 bcp, inspect, boostbook and quickbook.
42
43
 .
43
 
 For the following subprojects separate packages exist: chrono, date-time,
44
 
 filesystem, graph, iostreams, locale, math, mpi, program_options, python,
45
 
 regex, serialization, signals, system, test, thread, timer, and wave.
 
44
 For the following subprojects separate packages exist: chrono,
 
45
 date-time, exception filesystem, graph, iostreams, locale, math, mpi,
 
46
 program_options, python, regex, serialization, signals, system, test,
 
47
 thread, timer, and wave.
46
48
 .
47
49
 This package is a dependency package, which depends on Debian's default
48
 
 Boost version (currently 1.49).
 
50
 Boost version (currently 1.53).
49
51
 
50
52
Package: libboost-all-dev
51
53
Architecture: any
52
54
Section: libdevel
53
55
Depends: ${misc:Depends},
54
56
 libboost-dev,
55
 
 libboost-chrono-dev, 
56
 
 libboost-date-time-dev, 
57
 
 libboost-filesystem-dev, 
58
 
 libboost-graph-dev, 
59
 
 libboost-graph-parallel-dev, 
60
 
 libboost-iostreams-dev, 
 
57
 libboost-atomic-dev,
 
58
 libboost-chrono-dev,
 
59
 libboost-context-dev,
 
60
 libboost-date-time-dev,
 
61
 libboost-exception-dev,
 
62
 libboost-filesystem-dev,
 
63
 libboost-graph-dev,
 
64
 libboost-graph-parallel-dev,
 
65
 libboost-iostreams-dev,
61
66
 libboost-locale-dev,
62
 
 libboost-math-dev, 
63
 
 libboost-mpi-dev, 
64
 
 libboost-mpi-python-dev, 
65
 
 libboost-program-options-dev, 
66
 
 libboost-python-dev, 
67
 
 libboost-random-dev, 
68
 
 libboost-regex-dev, 
69
 
 libboost-serialization-dev, 
70
 
 libboost-signals-dev, 
71
 
 libboost-system-dev, 
72
 
 libboost-test-dev, 
73
 
 libboost-thread-dev, 
74
 
 libboost-timer-dev, 
 
67
 libboost-math-dev,
 
68
 libboost-mpi-dev,
 
69
 libboost-mpi-python-dev,
 
70
 libboost-program-options-dev,
 
71
 libboost-python-dev,
 
72
 libboost-random-dev,
 
73
 libboost-regex-dev,
 
74
 libboost-serialization-dev,
 
75
 libboost-signals-dev,
 
76
 libboost-system-dev,
 
77
 libboost-test-dev,
 
78
 libboost-thread-dev,
 
79
 libboost-timer-dev,
75
80
 libboost-wave-dev
76
81
Description: Boost C++ Libraries development files (ALL) (default version)
77
82
 The Boost web site provides free, peer-reviewed, portable C++ source
82
87
 already been proposed for inclusion in the C++ Standards Committee's
83
88
 upcoming C++ Standard Library Technical Report.
84
89
 .
85
 
 This package provides the complete Boost development environment,
 
90
 This metapackage provides the complete Boost development environment,
86
91
 including all separately-packaged libraries.
87
92
 .
88
93
 This package is a dependency package, which depends on Debian's default
89
 
 Boost version (currently 1.49).
 
94
 Boost version (currently 1.53).
90
95
 
91
96
Package: libboost-doc
92
97
Homepage: http://www.boost.org/libs/
93
98
Architecture: all
94
99
Section: doc
95
 
Depends: ${misc:Depends}, libboost1.49-doc
 
100
Depends: ${misc:Depends}, libboost1.53-doc
96
101
Description: Boost.org libraries documentation (default version)
97
102
 The Boost web site provides free, peer-reviewed, portable C++ source
98
103
 libraries. The emphasis is on libraries which work well with the C++
107
112
 so it is suggested to install the latter as well.
108
113
 .
109
114
 This package is a dependency package, which depends on Debian's default
110
 
 Boost version (currently 1.49).
 
115
 Boost version (currently 1.53).
 
116
 
 
117
Package: libboost-atomic-dev
 
118
Homepage: http://www.boost.org/libs/atomic/
 
119
Architecture: any
 
120
Section: libdevel
 
121
Depends: ${misc:Depends}, libboost-atomic1.53-dev
 
122
Description: atomic data types, operations, and memory ordering constraints (default version)
 
123
 This package forms part of the Boost C++ Libraries collection.
 
124
 .
 
125
 Boost.Atomic is a library that provides atomic data types and
 
126
 operations on these data types, as well as memory ordering
 
127
 constraints required for coordinating multiple threads through atomic
 
128
 variables. It implements the interface as defined by the C++11
 
129
 standard, but makes this feature available for platforms lacking
 
130
 system/compiler support for this particular C++11 feature.
 
131
 .
 
132
 Users of this library should already be familiar with concurrency in
 
133
 general, as well as elementary concepts such as "mutual exclusion".
 
134
 .
 
135
 The implementation makes use of processor-specific instructions where
 
136
 possible (via inline assembler, platform libraries or compiler
 
137
 intrinsics), and falls back to "emulating" atomic operations through
 
138
 locking.
 
139
 .
 
140
 This package is a dependency package, which depends on Debian's default
 
141
 Boost version (currently 1.53).
111
142
 
112
143
Package: libboost-chrono-dev
113
144
Homepage: http://www.boost.org/libs/chrono/
114
145
Architecture: any
115
146
Section: libdevel
116
 
Depends: ${misc:Depends}, libboost-chrono1.49-dev
 
147
Depends: ${misc:Depends}, libboost-chrono1.53-dev
117
148
Description: C++ representation of time duration, time point, and clocks (default version)
118
149
 This package forms part of the Boost C++ Libraries collection.
119
150
 .
153
184
 time_point to permit using emulated auto with C++03 compilers.
154
185
 .
155
186
 This package is a dependency package, which depends on Debian's default
156
 
 Boost version (currently 1.49).
 
187
 Boost version (currently 1.53).
 
188
 
 
189
Package: libboost-context-dev
 
190
Homepage: http://www.boost.org/libs/context/
 
191
Architecture: any
 
192
Section: libdevel
 
193
Depends: ${misc:Depends}, libboost-context1.53-dev
 
194
Description: provides a sort of cooperative multitasking on a single thread (default version)
 
195
 This package forms part of the Boost C++ Libraries collection.
 
196
 .
 
197
 Boost.Context is a foundational library that provides a sort of
 
198
 cooperative multitasking on a single thread. By providing an
 
199
 abstraction of the current execution state in the current thread,
 
200
 including the stack (with local variables) and stack pointer, all
 
201
 registers and CPU flags, and the instruction pointer, a fcontext_t
 
202
 instance represents a specific point in the application's execution
 
203
 path. This is useful for building higher-level abstractions, like
 
204
 coroutines, cooperative threads (userland threads) or an equivalent
 
205
 to C# keyword yield in C++.
 
206
 .
 
207
 This package is a dependency package, which depends on Debian's default
 
208
 Boost version (currently 1.53).
157
209
 
158
210
Package: libboost-date-time-dev
159
211
Homepage: http://www.boost.org/libs/date_time/
160
212
Architecture: any
161
213
Section: libdevel
162
 
Depends: ${misc:Depends}, libboost-date-time1.49-dev
 
214
Depends: ${misc:Depends}, libboost-date-time1.53-dev
163
215
Description: set of date-time libraries based on generic programming concepts (default version)
164
216
 This package forms part of the Boost C++ Libraries collection.
165
217
 .
167
219
 almost as simple and natural as programming with strings and integers.
168
220
 .
169
221
 This package is a dependency package, which depends on Debian's default
170
 
 Boost version (currently 1.49).
 
222
 Boost version (currently 1.53).
 
223
 
 
224
Package: libboost-exception-dev
 
225
Homepage: http://www.boost.org/libs/exception/
 
226
Architecture: any
 
227
Section: libdevel
 
228
Depends: ${misc:Depends}, libboost-exception1.53-dev
 
229
Description: set of date-time libraries based on generic programming concepts (default version)
 
230
 This package forms part of the Boost C++ Libraries collection.
 
231
 .
 
232
 The purpose of Boost Exception is to ease the design of exception
 
233
 class hierarchies and to help write exception handling and error
 
234
 reporting code.
 
235
 .
 
236
 This package is a dependency package, which depends on Debian's default
 
237
 Boost version (currently 1.53).
171
238
 
172
239
Package: libboost-filesystem-dev
173
240
Homepage: http://boost.org/libs/filesystem/
174
241
Architecture: any
175
242
Section: libdevel
176
 
Depends: ${misc:Depends}, libboost-filesystem1.49-dev
 
243
Depends: ${misc:Depends}, libboost-filesystem1.53-dev
177
244
Description: filesystem operations (portable paths, iteration over directories, etc) in C++ (default version)
178
245
 This package forms part of the Boost C++ Libraries collection.
179
246
 .
182
249
 facilitate portable script-like operations from within C++ programs.
183
250
 .
184
251
 This package is a dependency package, which depends on Debian's default
185
 
 Boost version (currently 1.49).
 
252
 Boost version (currently 1.53).
186
253
 
187
254
Package: libboost-graph-dev
188
255
Homepage: http://www.boost.org/libs/graph/
189
256
Architecture: any
190
257
Section: libdevel
191
 
Depends: ${misc:Depends}, libboost-graph1.49-dev
 
258
Depends: ${misc:Depends}, libboost-graph1.53-dev
192
259
Description: generic graph components and algorithms in C++ (default version)
193
260
 This package forms part of the Boost C++ Libraries collection.
194
261
 .
199
266
 importance to encourage reuse of graph algorithms and data structures.
200
267
 .
201
268
 This package is a dependency package, which depends on Debian's default
202
 
 Boost version (currently 1.49).
 
269
 Boost version (currently 1.53).
203
270
 
204
271
Package: libboost-graph-parallel-dev
205
272
Homepage: http://www.boost.org/libs/graph_parallel/
206
273
Architecture: any
207
274
Section: libdevel
208
 
Depends: ${misc:Depends}, libboost-graph-parallel1.49-dev
 
275
Depends: ${misc:Depends}, libboost-graph-parallel1.53-dev
209
276
Description: generic graph components and algorithms in C++ (default version)
210
277
 This package forms part of the Boost C++ Libraries collection.
211
278
 .
217
284
 BGL should be easy to parallelize with the parallel BGL.
218
285
 .
219
286
 This package is a dependency package, which depends on Debian's default
220
 
 Boost version (currently 1.49).
 
287
 Boost version (currently 1.53).
221
288
 
222
289
Package: libboost-iostreams-dev
223
290
Homepage: http://www.boost.org/libs/iostreams/
224
291
Architecture: any
225
292
Section: libdevel
226
 
Depends: ${misc:Depends}, libboost-iostreams1.49-dev
 
293
Depends: ${misc:Depends}, libboost-iostreams1.53-dev
227
294
Description: Boost.Iostreams Library development files (default version)
228
295
 This package forms part of the Boost C++ Libraries collection.
229
296
 .
232
299
 and stream buffers.
233
300
 .
234
301
 This package is a dependency package, which depends on Debian's default
235
 
 Boost version (currently 1.49).
 
302
 Boost version (currently 1.53).
236
303
 
237
304
Package: libboost-locale-dev
238
305
Homepage: http://www.boost.org/libs/math/
239
306
Architecture: any
240
307
Section: libdevel
241
 
Depends: ${misc:Depends}, libboost-locale1.49-dev
 
308
Depends: ${misc:Depends}, libboost-locale1.53-dev
242
309
Description: C++ facilities for localization (default version)
243
310
 This package forms part of the Boost C++ Libraries collection.
244
311
 .
263
330
  * Experimental support for C++0x char16_t and char32_t strings and streams.
264
331
 .
265
332
 This package is a dependency package, which depends on Debian's default
266
 
 Boost version (currently 1.49).
 
333
 Boost version (currently 1.53).
267
334
 
268
335
Package: libboost-math-dev
269
336
Homepage: http://www.boost.org/libs/math/
270
337
Architecture: any
271
338
Section: libdevel
272
 
Depends: ${misc:Depends}, libboost-math1.49-dev
 
339
Depends: ${misc:Depends}, libboost-math1.53-dev
273
340
Description: Boost.Math Library development files (default version)
274
341
 This package forms part of the Boost C++ Libraries collection.
275
342
 .
285
352
    mathematical special functions.
286
353
 .
287
354
 This package is a dependency package, which depends on Debian's default
288
 
 Boost version (currently 1.49).
 
355
 Boost version (currently 1.53).
289
356
 
290
357
Package: libboost-mpi-dev
291
358
Homepage: http://www.boost.org/doc/html/mpi.html
292
359
Architecture: any
293
360
Section: libdevel
294
 
Depends: ${misc:Depends}, libboost-mpi1.49-dev
 
361
Depends: ${misc:Depends}, libboost-mpi1.53-dev
295
362
Description: C++ interface to the Message Passing Interface (MPI) (default version)
296
363
 This package forms part of the Boost C++ Libraries collection.
297
364
 .
302
369
 techniques to maintain maximal efficiency.
303
370
 .
304
371
 This package is a dependency package, which depends on Debian's default
305
 
 Boost version (currently 1.49).
 
372
 Boost version (currently 1.53).
306
373
 
307
374
Package: libboost-mpi-python-dev
308
375
Homepage: http://www.boost.org/doc/html/mpi/python.html
309
376
Architecture: any
310
377
Section: libdevel
311
 
Depends: ${misc:Depends}, libboost-mpi-python1.49-dev
 
378
Depends: ${misc:Depends}, libboost-mpi-python1.53-dev
312
379
Description: C++ interface to the Message Passing Interface (MPI), Python Bindings (default version)
313
380
 This package forms part of the Boost C++ Libraries collection.
314
381
 .
321
388
 This package provides Python Bindings to the C++ interface.
322
389
 .
323
390
 This package is a dependency package, which depends on Debian's default
324
 
 Boost version (currently 1.49).
 
391
 Boost version (currently 1.53).
325
392
 
326
393
Package: libboost-program-options-dev
327
394
Homepage: http://www.boost.org/libs/program_options/
328
395
Architecture: any
329
396
Section: libdevel
330
 
Depends: ${misc:Depends}, libboost-program-options1.49-dev
 
397
Depends: ${misc:Depends}, libboost-program-options1.53-dev
331
398
Description: program options library for C++ (default version)
332
399
 This package forms part of the Boost C++ Libraries collection.
333
400
 .
336
403
 command line and config file.
337
404
 .
338
405
 This package is a dependency package, which depends on Debian's default
339
 
 Boost version (currently 1.49).
 
406
 Boost version (currently 1.53).
340
407
 
341
408
Package: libboost-python-dev
342
409
Homepage: http://www.boost.org/libs/python/
343
410
Architecture: any
344
411
Section: libdevel
345
 
Depends: ${misc:Depends}, libboost-python1.49-dev
 
412
Depends: ${misc:Depends}, libboost-python1.53-dev
346
413
Description: Boost.Python Library development files (default version)
347
414
 This package forms part of the Boost C++ Libraries collection.
348
415
 .
367
434
 one of the Python development packages.
368
435
 .
369
436
 This package is a dependency package, which depends on Debian's default
370
 
 Boost version (currently 1.49).
 
437
 Boost version (currently 1.53).
371
438
 
372
439
Package: libboost-random-dev
373
440
Homepage: http://www.boost.org/libs/random/
374
441
Architecture: any
375
442
Section: libdevel
376
 
Depends: ${misc:Depends}, libboost-random1.49-dev
 
443
Depends: ${misc:Depends}, libboost-random1.53-dev
377
444
Description: Boost Random Number Library (default version)
378
445
 This package forms part of the Boost C++ Libraries collection.
379
446
 .
382
449
 having useful properties, such as uniform distribution.
383
450
 .
384
451
 This package is a dependency package, which depends on Debian's default
385
 
 Boost version (currently 1.49).
 
452
 Boost version (currently 1.53).
386
453
 
387
454
Package: libboost-regex-dev
388
455
Homepage: http://www.boost.org/libs/regex/
389
456
Architecture: any
390
457
Section: libdevel
391
 
Depends: ${misc:Depends}, libboost-regex1.49-dev
 
458
Depends: ${misc:Depends}, libboost-regex1.53-dev
392
459
Description: regular expression library for C++ (default version)
393
460
 This package forms part of the Boost C++ Libraries collection.
394
461
 .
404
471
 libraries can not do.
405
472
 .
406
473
 This package is a dependency package, which depends on Debian's default
407
 
 Boost version (currently 1.49).
 
474
 Boost version (currently 1.53).
408
475
 
409
476
Package: libboost-serialization-dev
410
477
Homepage: http://www.boost.org/libs/serialization/
411
478
Architecture: any
412
479
Section: libdevel
413
 
Depends: ${misc:Depends}, libboost-serialization1.49-dev
 
480
Depends: ${misc:Depends}, libboost-serialization1.53-dev
414
481
Description: serialization library for C++ (default version)
415
482
 This package forms part of the Boost C++ Libraries collection,
416
483
 containing the following functionalities:
427
494
 archive: to refer to a specific rendering of this stream of bytes.
428
495
 .
429
496
 This package is a dependency package, which depends on Debian's default
430
 
 Boost version (currently 1.49).
 
497
 Boost version (currently 1.53).
431
498
 
432
499
Package: libboost-signals-dev
433
500
Homepage: http://www.boost.org/libs/signals/
434
501
Architecture: any
435
502
Section: libdevel
436
 
Depends: ${misc:Depends}, libboost-signals1.49-dev
 
503
Depends: ${misc:Depends}, libboost-signals1.53-dev
437
504
Description: managed signals and slots library for C++ (default version)
438
505
 This package forms part of the Boost C++ Libraries collection.
439
506
 .
444
511
 "emitted."
445
512
 .
446
513
 This package is a dependency package, which depends on Debian's default
447
 
 Boost version (currently 1.49).
 
514
 Boost version (currently 1.53).
448
515
 
449
516
Package: libboost-system-dev
450
517
Homepage: http://www.boost.org/libs/system/
451
518
Architecture: any
452
519
Section: libdevel
453
 
Depends: ${misc:Depends}, libboost-system1.49-dev
 
520
Depends: ${misc:Depends}, libboost-system1.53-dev
454
521
Description: Operating system (e.g. diagnostics support) library (default version)
455
522
 This package forms part of the Boost C++ Libraries collection.
456
523
 .
463
530
 associated error_category.
464
531
 .
465
532
 This package is a dependency package, which depends on Debian's default
466
 
 Boost version (currently 1.49).
 
533
 Boost version (currently 1.53).
467
534
 
468
535
Package: libboost-test-dev
469
536
Homepage: http://www.boost.org/libs/test/
470
537
Architecture: any
471
538
Section: libdevel
472
 
Depends: ${misc:Depends}, libboost-test1.49-dev
 
539
Depends: ${misc:Depends}, libboost-test1.53-dev
473
540
Description: components for writing and executing test suites (default version)
474
541
 This package forms part of the Boost C++ Libraries collection.  The
475
542
 library contains several components.
479
546
  * Unit test framework to simplify writing test cases.
480
547
 .
481
548
 This package is a dependency package, which depends on Debian's default
482
 
 Boost version (currently 1.49).
 
549
 Boost version (currently 1.53).
483
550
 
484
551
Package: libboost-thread-dev
485
552
Homepage: http://www.boost.org/libs/thread/
486
553
Architecture: any
487
554
Section: libdevel
488
 
Depends: ${misc:Depends}, libboost-thread1.49-dev
 
555
Depends: ${misc:Depends}, libboost-thread1.53-dev
489
556
Description: portable C++ multi-threading (default version)
490
557
 This package forms part of the Boost C++ Libraries collection.
491
558
 .
495
562
 registers.
496
563
 .
497
564
 This package is a dependency package, which depends on Debian's default
498
 
 Boost version (currently 1.49).
 
565
 Boost version (currently 1.53).
499
566
 
500
567
Package: libboost-timer-dev
501
568
Homepage: http://www.boost.org/libs/timer/
502
569
Architecture: any
503
570
Section: libdevel
504
 
Depends: ${misc:Depends}, libboost-timer1.49-dev
 
571
Depends: ${misc:Depends}, libboost-timer1.53-dev
505
572
Description: C++ wall clock and CPU process timers (default version)
506
573
 This package forms part of the Boost C++ Libraries collection.
507
574
 .
515
582
 auto_cpu_timer object is destroyed.
516
583
 .
517
584
 This package is a dependency package, which depends on Debian's default
518
 
 Boost version (currently 1.49).
 
585
 Boost version (currently 1.53).
519
586
 
520
587
Package: libboost-wave-dev
521
588
Homepage: http://www.boost.org/libs/wave/
522
589
Architecture: any
523
590
Section: libdevel
524
 
Depends: ${misc:Depends}, libboost-wave1.49-dev
 
591
Depends: ${misc:Depends}, libboost-wave1.53-dev
525
592
Description: C99/C++ preprocessor library (default version)
526
593
 This package forms part of the Boost C++ Libraries collection.
527
594
 .
531
598
 the well known idioms of the Standard Template Library (STL).
532
599
 .
533
600
 This package is a dependency package, which depends on Debian's default
534
 
 Boost version (currently 1.49).
 
601
 Boost version (currently 1.53).