~ubuntu-branches/ubuntu/lucid/gtk+2.0/lucid

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-03-25 10:44:46 UTC
  • Revision ID: james.westby@ubuntu.com-20100325104446-jvhke94wqmkyzqg0
Tags: 2.20.0-0ubuntu2
* add introspection:
  - debian/rules:
    - toogle configure option
    - add new package to BINARY_ARCH_PKGS
    - add dh_girepository call
  - debian/control.in:
    - add gobject-introspection, libgirepository1.0-dev, gir1.0-atk-1.0,
      gir1.0-pango-1.0, gir1.0-glib-2.0 and gir1.0-freedesktop build-dep
    - add gir package (gir1.0-gtk-2.0)
  - debian/libgtk2.0-dev.install.in: add gir files
  - add debian/gir1.0-gtk-2.0.install
  - add debian/patches/065_build_introspection_file.patch to get proper
    source dir (build dir != src dir for debian/ubuntu)
* debian/patches/070_mandatory-relibtoolize.patch:
  - refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
               x11proto-xext-dev,
36
36
               libdirectfb-dev (>= 1.0.0),
37
37
               libcups2-dev (>= 1.2),
 
38
               gobject-introspection,
 
39
               gir1.0-freedesktop,
 
40
               gir-repository-dev,
 
41
               libgirepository1.0-dev,
 
42
               gir1.0-glib-2.0,
 
43
               gir1.0-atk-1.0,
 
44
               gir1.0-pango-1.0,
38
45
               quilt,
39
46
               gawk
40
47
Build-Depends-Indep: gtk-doc-tools (>= 1.8),
153
160
Recommends: python (>= 2.4),
154
161
            debhelper
155
162
Suggests: @DOC_PKG@
 
163
Replaces: gir-repository-dev
156
164
Description: Development files for the GTK+ library
157
165
 The GTK+ is a multi-platform toolkit for creating graphical user
158
166
 interfaces. Offering a complete set of widgets, the GTK+ is suitable
246
254
 .
247
255
 This package contains the pixbuf theme engine.
248
256
 
 
257
Package: gir1.0-gtk-2.0
 
258
Architecture: any
 
259
Depends: @COMMON_PKG@,
 
260
         ${misc:Depends},
 
261
         ${shlibs:Depends},
 
262
         ${gir:Depends}
 
263
Description: The GTK+ graphical user interface library
 
264
 The GTK+ is a multi-platform toolkit for creating graphical user
 
265
 interfaces. Offering a complete set of widgets, the GTK+ is suitable
 
266
 for projects ranging from small one-off tools to complete application
 
267
 suites.
 
268
 .
 
269
 This package can be used by other packages using the GIRepository format to
 
270
 generate dynamic bindings.
 
271
 
249
272
Package: libgail18
250
273
Architecture: any
251
274
Depends: ${misc:Depends},