source: pkg/kev/main/libgnomekbd/trunk/debian/control @ 5551

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