~ubuntu-branches/ubuntu/gutsy/icu/gutsy-updates

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Jay Berkenbilt
  • Date: 2005-11-19 11:29:31 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20051119112931-vcizkrp10tli4enw
Tags: 3.4-3
Explicitly build with g++ 3.4.  The current ICU fails its test suite
with 4.0 but not with 3.4.  Future versions should work properly with
4.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: icu
2
2
Section: libs
3
3
Priority: optional
4
 
Maintainer: Ivo Timmermans <ivo@debian.org>
5
 
Uploaders: Daniel Glassey <danglassey@ntlworld.com>
6
 
Standards-Version: 3.5.6
7
 
Build-Depends: debhelper, doxygen
8
 
 
9
 
Package: libicu21-dev
10
 
Section: devel
11
 
Architecture: any
12
 
Depends: libicu${major}c102 (= ${Source-Version}), libc6-dev
 
4
Maintainer: Jay Berkenbilt <qjb@debian.org>
 
5
Standards-Version: 3.6.2
 
6
Build-Depends: cdbs, debhelper (>= 4.1.0), doxygen, g++-3.4
 
7
 
 
8
Package: libicu34
 
9
Section: libs
 
10
Architecture: any
 
11
Depends: ${shlibs:Depends}
 
12
Replaces: icu, icu-locales
 
13
Conflicts: icu, icu-locales
 
14
Description: International Components for Unicode (libraries)
 
15
 ICU is a C++ and C library that provides robust and full-featured
 
16
 Unicode and locale support.  This package contains the runtime
 
17
 libraries for ICU.
 
18
 
 
19
Package: libicu34-dev
 
20
Section: libdevel
 
21
Architecture: any
 
22
Depends: libicu34 (= ${Source-Version}), libc6-dev | libc-dev
13
23
Provides: libicu-dev
14
 
Conflicts: libicu-dev
 
24
Replaces: libicu21-dev, libicu28-dev, icu-data, icu-i18ndata
 
25
Conflicts: libicu21-dev, libicu28-dev, libicu-dev, icu-data, icu-i18ndata
15
26
Suggests: icu-doc
16
27
Description: International Components for Unicode (development files)
17
 
 ICU is a C++ and C library that provides robust and full-featured Unicode
18
 
 and locale support. This package contains the development files for ICU.
 
28
 ICU is a C++ and C library that provides robust and full-featured
 
29
 Unicode and locale support.  This package contains the development
 
30
 files for ICU along with programs used to manipulate data files found
 
31
 in the ICU sources.
19
32
 
20
 
Package: icu21-doc
 
33
Package: icu-doc
21
34
Section: doc
22
35
Architecture: all
23
36
Description: API documentation for ICU classes and functions
24
 
 ICU is a C++ and C library that provides robust and full-featured Unicode
25
 
 and locale support. This package contains HTML files documenting the ICU
26
 
 APIs.
27
 
 
28
 
Package: libicu21c102
29
 
Section: libs
30
 
Architecture: any
31
 
Depends: ${shlibs:Depends}
32
 
Recommends: icu
33
 
Conflicts: libicu21
34
 
Replaces: libicu21
35
 
Description: International Components for Unicode (libraries)
36
 
 ICU is a C++ and C library that provides robust and full-featured Unicode
37
 
 and locale support. This package contains the runtime libraries for
38
 
 ICU. It does not contain any of the data files needed at runtime and
39
 
 present in the `icu' and `icu-locales` packages.
40
 
 
41
 
Package: icu
42
 
Section: libs
43
 
Architecture: any
44
 
Depends: libicu${major}c102 (>= ${Source-Version}), make
45
 
Recommends: icu-locales
46
 
Description: International Components for Unicode (non locale data)
47
 
 ICU is a C++ and C library that provides robust and full-featured Unicode
48
 
 and locale support. The library provides calendar support, conversions
49
 
 for more than 230 character sets, language-sensitive collation, date
50
 
 and time formatting, support for more than 140 locales, message catalogs
51
 
 and resources, message formatting, normalization, number and currency
52
 
 formatting, time zones support, transliteration, word, line and
53
 
 sentence breaking, etc. 
54
 
 .
55
 
 This package contains the Unicode character database and derived
56
 
 properties, along with converters and time zones data.
57
 
 It also contains the tools needed to manipulate these data.
58
 
 
59
 
Package: icu-locales
60
 
Section: libs
61
 
Architecture: any
62
 
Depends: libicu${major}c102 (>= ${Source-Version})
63
 
Description: Locale data for ICU
64
 
 The locale data are used by ICU to provide localization (l10n) and
65
 
 internationalization (i18n) support to applications using the ICU library.
66
 
 This package also contains break data for various languages, and
67
 
 transliteration data. 
68
 
 
69
 
Package: icu-data
70
 
Priority: extra
71
 
Section: libs
72
 
Architecture: all
73
 
Depends: icu
74
 
Description: Data for ICU (source files)
75
 
 These data describe the Unicode data (normative and informative), and
76
 
 also all the table-based converters provided in the ICU distribution.
77
 
 .
78
 
 This package contains uncompiled source data. Precompiled data are in the
79
 
 `libicu${major}' package.
80
 
 
81
 
Package: icu-i18ndata
82
 
Priority: extra
83
 
Section: libs
84
 
Architecture: all
85
 
Depends: icu
86
 
Description: Locale data for ICU (source files)
87
 
 The locale data are used by ICU to provide localization (l10n) and
88
 
 internationalization (i18n) support to ICU applications. This package
89
 
 also contains break data for various languages, and transliteration data.
90
 
 .
91
 
 This package contains uncompiled source data. Precompiled data are in the
92
 
 `icu-locales' package.
 
37
 ICU is a C++ and C library that provides robust and full-featured
 
38
 Unicode and locale support.  This package contains HTML files
 
39
 documenting the ICU APIs.