source: pkg/raul/main/libwnck/trunk/debian/control.in @ 7055

Revision 7055, 2.5 KB checked in by alanbach-guest, 2 years ago (diff)
  • Use gir 1.2 instead of 1.0
Line 
1Source: libwnck
2Section: libs
3Priority: optional
4Maintainer: Josselin Mouette <joss@debian.org>
5Uploaders: @GNOME_TEAM@
6Standards-Version: 3.9.0
7Build-Depends: debhelper (>= 5),
8               libgtk2.0-dev (>= 2.19.7),
9               gettext,
10               libstartup-notification0-dev (>= 0.7),
11               cdbs (>= 0.4.41),
12               gnome-pkg-tools (>= 0.10),
13               docbook-xml,
14               libx11-dev,
15               libxres-dev,
16               libxt-dev,
17               libxres-dev,
18               intltool (>= 0.40.0),
19               libglib2.0-dev (>= 2.16.0),
20               gobject-introspection,
21               libgirepository1.0-dev (>= 0.6.7),
22               gir1.2-atk-1.0,
23               gir1.2-freedesktop,
24               gir1.2-glib-2.0,
25               gir1.0-gtk-2.0,
26               gir1.2-pango-1.0,
27               gir-repository-dev,
28               dpkg-dev (>= 1.13.19),
29               gtk-doc-tools (>= 1.9),
30               libglib2.0-doc,
31               libgtk2.0-doc
32
33Package: libwnck22
34Architecture: any
35Depends: ${misc:Depends},
36         ${shlibs:Depends},
37         libwnck-common
38Description: Window Navigator Construction Kit - runtime files
39 A library to use for writing pagers and task lists.
40 .
41 This package contains runtime files.
42
43Package: libwnck-dev
44Architecture: any
45Section: libdevel
46Depends: ${misc:Depends},
47         libwnck22 (= ${binary:Version}),
48         libglib2.0-dev (>= 2.13.0),
49         libpango1.0-dev,
50         libx11-dev,
51         libgtk2.0-dev (>= 2.19.7),
52         libstartup-notification0-dev (>= 0.7-1),
53         libcairo2-dev,
54         libxres-dev,
55         ${shlibs:Depends}
56Replaces: gir-repository-dev (<< 0.6.5-7)
57Description: Window Navigator Construction Kit - development files
58 A library to use for writing pagers and task lists.
59 .
60 This package contains development files (include headers).
61
62Package: libwnck-common
63Architecture: all
64Depends: ${misc:Depends}
65Replaces: libwnck-1 (<= 0.10-1)
66Conflicts: libwnck-1 (<= 0.10-1)
67Description: Window Navigator Construction Kit - common files
68 A library to use for writing pagers and task lists.
69 .
70 This package contains internationalization files.
71 
72Package: gir1.0-wnck-1.0
73Architecture: any
74Depends: ${gir:Depends},
75         ${misc:Depends},
76         ${shlibs:Depends}
77Description: GObject introspection data for the WNCK library
78 This package contains introspection data for Window Navigator
79 Construction Kit, a library to interact with window managers.
80 .
81 It can be used by packages using the GIRepository format to generate
82 dynamic bindings.
Note: See TracBrowser for help on using the repository browser.