Initial commit
[platform/upstream/glib2.0.git] / debian / control.in
1 Source: glib@APIVER@
2 Section: libs
3 Priority: optional
4 Maintainer: Sanghyun Park <sh.ad.park@samsung.com>, Wonsik Jung <sidein@samsung.com>, Boram Park <boram1288.park@samsung.com>, Eunok Kim <eunok26.kim@samsung.com>
5 Build-Depends: debhelper (>> 5.0.22),
6                pkg-config (>= 0.14.0),
7                gettext,
8                autotools-dev,
9                gnome-pkg-tools (>= 0.11),
10                quilt,
11                zlib1g-dev,
12                gtk-doc-tools
13 Standards-Version: 3.8.3
14
15 Package: @SHARED_PKG@
16 Section: libs
17 Architecture: any
18 Depends: ${misc:Depends},
19          ${shlibs:Depends},
20          zlib1g
21 Recommends: @DATA_PKG@,
22             shared-mime-info
23 Conflicts: libpango1.0-0 (<< 1.11)
24 Description: The GLib library of C routines
25  GLib is a library containing many useful C routines for things such
26  as trees, hashes, lists, and strings.  It is a useful general-purpose
27  C library used by projects such as GTK+, GIMP, and GNOME.
28  .
29  This package contains the shared libraries.
30
31 Package: @DEV_PKG@
32 Section: libdevel
33 Architecture: any
34 Depends: ${misc:Depends},
35          ${shlibs:Depends},
36          @SHARED_PKG@ (= ${binary:Version}),
37          zlib1g-dev,
38          pkg-config (>= 0.14.0)
39 Recommends: python
40 Suggests: @DOC_PKG@
41 Replaces: libglib1.3-dev
42 Conflicts: libglib1.3-dev
43 Description: Development files for the GLib library
44  GLib is a library containing many useful C routines for things such
45  as trees, hashes, lists, and strings.  It is a useful general-purpose
46  C library used by projects such as GTK+, GIMP, and GNOME.
47  .
48  This package is needed to compile programs against @SHARED_PKG@,
49  as only it includes the header files and static libraries (optionally)
50  needed for compiling.
51
52 Package: @DEBUG_PKG@
53 Section: debug
54 Priority: extra
55 Architecture: any
56 Depends: ${misc:Depends},
57          @SHARED_PKG@ (= ${binary:Version})
58 Conflicts: libglib2.0-dbg
59 Replaces: libglib2.0-dbg
60 Description: The GLib libraries and debugging symbols
61  GLib is a library containing many useful C routines for things such
62  as trees, hashes, lists, and strings.  It is a useful general-purpose
63  C library used by projects such as GTK+, GIMP, and GNOME.
64  .
65  This package contains detached debugging symbols.
66  .
67  Most people will not need this package.
68
69 Package: @DATA_PKG@
70 Architecture: all
71 Depends: ${misc:Depends},
72          @SHARED_PKG@ (>= ${source:Version})
73 Replaces: libglib1.3,
74           libglib1.3-data
75 Conflicts: libglib1.3-data
76 Description: Common files for GLib library
77  GLib is a library containing many useful C routines for things such
78  as trees, hashes, lists, and strings.  It is a useful general-purpose
79  C library used by projects such as GTK+, GIMP, and GNOME.
80  .
81  This package is needed for the runtime libraries to display messages in
82  languages other than English.
83
84 Package: @DOC_PKG@
85 Section: doc
86 Architecture: all
87 Depends: ${misc:Depends}
88 Replaces: libglib1.3-doc
89 Conflicts: libglib1.3-doc
90 Suggests: libgtk2.0-doc
91 Description: Documentation files for the GLib library
92  GLib is a library containing many useful C routines for things such
93  as trees, hashes, lists, and strings.  It is a useful general-purpose
94  C library used by projects such as GTK+, GIMP, and GNOME.
95  .
96  This package contains the HTML documentation for the GLib library
97  in /usr/share/doc/@DOC_PKG@/ .
98
99 Package: libgio-fam
100 Architecture: hurd-i386 kfreebsd-i386 kfreebsd-amd64
101 Depends: ${shlibs:Depends}
102 Recommends: gamin
103 Description: GLib Input, Output and Streaming Library (fam module)
104  GIO is the input, output and streaming API of GLib. This package
105  provides a fam file and directory monitoring backend for it.
106
107 Package: @REFDBG_PKG@
108 Section: debug
109 Priority: extra
110 Architecture: any
111 Depends: ${misc:Depends},
112          ${shlibs:Depends},
113          @SHARED_PKG@ (= ${binary:Version})
114 Description: The GLib library of C routines - refdbg library
115  GLib is a library containing many useful C routines for things such
116  as trees, hashes, lists, and strings.  It is a useful general-purpose
117  C library used by projects such as GTK+, GIMP, and GNOME.
118  .
119  This package contains the shared library built with
120  --disable-visibility so that it can be used with refdbg, a GObject
121  refcount debugger.