source: pkg/frankie/main/glib2.0/trunk/debian/control @ 6146

Revision 6146, 5.1 KB checked in by alanbach-guest, 4 years ago (diff)
  • Sync'd with Debian 2.22.3-1
Line 
1Source: glib2.0
2Section: libs
3Priority: optional
4Maintainer: Loic Minier <lool@dooz.org>
5Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>, Sebastian Dröge <slomo@debian.org>
6Build-Depends: debhelper (>> 5.0.22),
7               pkg-config (>= 0.14.0),
8               gettext,
9               autotools-dev,
10               gnome-pkg-tools (>= 0.11),
11               quilt,
12               dpkg-dev (>= 1.14.13),
13               libpcre3-dev (>= 7.4-1~),
14               gtk-doc-tools,
15               type-handling,
16               libselinux1-dev | not+linux-gnu,
17               linux-libc-dev | not+linux-gnu,
18               libgamin-dev | libfam-dev | linux-gnu
19Standards-Version: 3.8.3
20Homepage: http://www.gtk.org/
21Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/
22Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/glib2.0/
23
24Package: libglib2.0-0
25Section: libs
26Architecture: any
27Depends: ${misc:Depends},
28         ${shlibs:Depends}
29Recommends: libglib2.0-data,
30            shared-mime-info
31Conflicts: libpango1.0-0 (<< 1.11)
32Description: The GLib library of C routines
33 GLib is a library containing many useful C routines for things such
34 as trees, hashes, lists, and strings.  It is a useful general-purpose
35 C library used by projects such as GTK+, GIMP, and GNOME.
36 .
37 This package contains the shared libraries.
38
39Package: libglib2.0-udeb
40Section: debian-installer
41XC-Package-Type: udeb
42Priority: optional
43Architecture: any
44Depends: ${misc:Depends},
45         ${shlibs:Depends}
46Description: The GLib library of C routines - minimal runtime
47 This is a udeb, or a microdeb, for the debian-installer.
48 .
49 GLib is a library containing many useful C routines for things such
50 as trees, hashes, lists, and strings.  It is a useful general-purpose
51 C library used by projects such as GTK+, GIMP, and GNOME.
52 .
53 This package contains the minimal runtime library needed by the Debian
54 installer.
55
56Package: libglib2.0-dev
57Section: libdevel
58Architecture: any
59Depends: ${misc:Depends},
60         ${shlibs:Depends},
61         libglib2.0-0 (= ${binary:Version}),
62         pkg-config (>= 0.14.0)
63Recommends: python
64Suggests: libglib2.0-doc
65Replaces: libglib1.3-dev
66Conflicts: libglib1.3-dev
67Description: Development files for the GLib library
68 GLib is a library containing many useful C routines for things such
69 as trees, hashes, lists, and strings.  It is a useful general-purpose
70 C library used by projects such as GTK+, GIMP, and GNOME.
71 .
72 This package is needed to compile programs against libglib2.0-0,
73 as only it includes the header files and static libraries (optionally)
74 needed for compiling.
75
76Package: libglib2.0-0-dbg
77Section: debug
78Priority: extra
79Architecture: any
80Depends: ${misc:Depends},
81         libglib2.0-0 (= ${binary:Version})
82Conflicts: libglib2.0-dbg
83Replaces: libglib2.0-dbg
84Description: The GLib libraries and debugging symbols
85 GLib is a library containing many useful C routines for things such
86 as trees, hashes, lists, and strings.  It is a useful general-purpose
87 C library used by projects such as GTK+, GIMP, and GNOME.
88 .
89 This package contains detached debugging symbols.
90 .
91 Most people will not need this package.
92
93Package: libglib2.0-data
94Architecture: all
95Depends: ${misc:Depends},
96         libglib2.0-0 (>= ${source:Version})
97Replaces: libglib1.3,
98          libglib1.3-data
99Conflicts: libglib1.3-data
100Description: Common files for GLib library
101 GLib is a library containing many useful C routines for things such
102 as trees, hashes, lists, and strings.  It is a useful general-purpose
103 C library used by projects such as GTK+, GIMP, and GNOME.
104 .
105 This package is needed for the runtime libraries to display messages in
106 languages other than English.
107
108Package: libglib2.0-doc
109Section: doc
110Architecture: all
111Depends: ${misc:Depends},
112         lynx | www-browser
113Replaces: libglib1.3-doc
114Conflicts: libglib1.3-doc
115Suggests: libgtk2.0-doc
116Description: Documentation files for the GLib library
117 GLib is a library containing many useful C routines for things such
118 as trees, hashes, lists, and strings.  It is a useful general-purpose
119 C library used by projects such as GTK+, GIMP, and GNOME.
120 .
121 This package contains the HTML documentation for the GLib library
122 in /usr/share/doc/libglib2.0-doc/ .
123
124Package: libgio-fam
125Architecture: hurd-i386 kfreebsd-i386 kfreebsd-amd64
126Depends: ${shlibs:Depends}
127Recommends: gamin
128Description: GLib Input, Output and Streaming Library (fam module)
129 GIO is the input, output and streaming API of GLib. This package
130 provides a fam file and directory monitoring backend for it.
131
132Package: libglib2.0-0-refdbg
133Section: debug
134Priority: extra
135Architecture: any
136Depends: ${misc:Depends},
137         ${shlibs:Depends},
138         libglib2.0-0 (= ${binary:Version})
139Description: The GLib library of C routines - refdbg library
140 GLib is a library containing many useful C routines for things such
141 as trees, hashes, lists, and strings.  It is a useful general-purpose
142 C library used by projects such as GTK+, GIMP, and GNOME.
143 .
144 This package contains the shared library built with
145 --disable-visibility so that it can be used with refdbg, a GObject
146 refcount debugger.
Note: See TracBrowser for help on using the repository browser.