source: pkg/boss/main/libgnomekbd/trunk/debian/control @ 4390

Revision 4390, 3.1 KB checked in by alanbach-guest, 5 years ago (diff)
  • Merged updates from 2.24.0-0ubuntu2
Line 
1Source: libgnomekbd
2Priority: optional
3Maintainer: Loic Minier <lool@dooz.org>
4Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Loic Minier <lool@dooz.org>, Sebastian Dröge <slomo@debian.org>
5Build-Depends: debhelper (>= 5),
6        autotools-dev,
7        cdbs,
8        libdbus-1-dev (>= 0.92),
9        libdbus-glib-1-dev (>= 0.34),
10        libglib2.0-dev (>= 2.16),
11        libgconf2-dev (>= 2.14.0),
12        libgtk2.0-dev (>= 2.13),
13        libxklavier12-dev (>= 3.2) | libxklavier-dev,
14        libglade2-dev (>= 2.6.0),
15        libxml-parser-perl,
16        gnome-pkg-tools (>= 0.10),
17        dpkg-dev (>= 1.13.19),
18        intltool (>= 0.35)
19Standards-Version: 3.8.0.1
20Section: libs
21
22Package: libgnomekbd-dev
23Section: libdevel
24Architecture: any
25Depends: libgnomekbd3 (= ${binary:Version}),
26        libglib2.0-dev (>= 2.6),
27        libgconf2-dev,
28        libx11-dev,
29        libgtk2.0-dev,
30        libdbus-1-dev (>= 0.92),
31        libdbus-glib-1-dev (>= 0.34),
32        libxklavier12-dev | libxklavier-dev,
33Description: GNOME library to manage keyboard configuration - development files
34 libgnomekbd offers an API to manage the keyboard in GNOME applications.
35 .
36 This package contains the development files.
37
38Package: libgnomekbd3
39Section: libs
40Architecture: any
41Depends: ${shlibs:Depends},
42        ${misc:Depends},
43        libgnomekbd-common (= ${source:Version})
44Description: GNOME library to manage keyboard configuration - shared library
45 libgnomekbd offers an API to manage the keyboard in GNOME applications.
46 .
47 This package contains the shared library.
48
49Package: libgnomekbdui-dev
50Section: libdevel
51Architecture: any
52Depends: libgnomekbdui3 (= ${binary:Version}),
53        libgnomekbd-dev,
54        libgnomecanvas2-dev,
55        libgnome-keyring-dev
56Description: User interface library for libgnomekbd - development files
57 libgnomekbd offers an API to manage the keyboard in GNOME applications.
58 .
59 libgnomekbdui offers an API to display a graphical user interface for
60 libgnomekbd operations.
61 .
62 This package contains the development files.
63
64Package: libgnomekbdui3
65Section: libs
66Architecture: any
67Depends: ${shlibs:Depends},
68        ${misc:Depends}
69Description: User interface library for libgnomekbd - shared library
70 libgnomekbd offers an API to manage the keyboard in GNOME applications.
71 .
72 libgnomekbdui offers an API to display a graphical user interface for
73 libgnomekbd operations.
74 .
75 This package contains the shared library.
76
77Package: libgnomekbd-common
78Section: libs
79Architecture: all
80Depends: ${shlibs:Depends},
81        ${misc:Depends}
82Replaces: capplets-data (<< 1:2.17.2)
83Description: GNOME library to manage keyboard configuration - common files
84 libgnomekbd offers an API to manage the keyboard in GNOME applications.
85 .
86 This package contains files common to the various libgnomekbd packages.
87
88Package: gkbd-capplet
89Architecture: any
90Depends: ${shlibs:Depends},
91        ${misc:Depends}
92Description: GNOME Panel applet for libgnomekbd
93 libgnomekbd offers an API to manage the keyboard in GNOME applications.
94 .
95 This package contains a configuration applet to select enabled libgnomekbd
96 plugins.
Note: See TracBrowser for help on using the repository browser.