~ubuntu-branches/ubuntu/precise/libgnomekbd/precise

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2011-03-21 13:22:31 UTC
  • mfrom: (1.3.6 upstream) (3.2.13 experimental)
  • Revision ID: james.westby@ubuntu.com-20110321132231-zoay06noilk1thky
Tags: 2.91.91-2
* debian/libgnomekbd-common.install:
  - Install /usr/share/GConf/gsettings and /usr/share/libgnomekbd/icons
  - Add libatk1.0-dev (>= 1.32.0-2~) build-dep to be sure we have .gir file

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
Source: libgnomekbd
7
7
Section: gnome
8
8
Priority: optional
9
 
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
10
 
XSBC-Original-Maintainer: Loic Minier <lool@dooz.org>
11
 
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>, Sebastian Dröge <slomo@debian.org>
 
9
Maintainer: Loic Minier <lool@dooz.org>
 
10
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Frederic Peters <fpeters@debian.org>, Laurent Bigonville <bigon@debian.org>, Sjoerd Simons <sjoerd@debian.org>
12
11
Build-Depends: debhelper (>= 5),
 
12
        dh-autoreconf,
13
13
        autotools-dev,
14
 
        cdbs,
 
14
        cdbs (>= 0.4.90),
15
15
        gnome-pkg-tools (>= 0.10),
16
 
        dpkg-dev (>= 1.13.19),
17
 
        quilt,
18
 
        libglib2.0-dev (>= 2.16),
19
 
        libgconf2-dev (>= 2.14.0),
20
 
        libgtk2.0-dev (>= 2.13),
21
 
        libxklavier-dev (>= 5.0),
 
16
        libglib2.0-dev (>= 2.26),
 
17
        libgtk-3-dev (>= 3.0.0),
 
18
        libxklavier-dev (>= 5.1),
 
19
        libgirepository1.0-dev (>= 0.9.12),
 
20
        gobject-introspection (>= 0.9.12-4~),
 
21
        gir1.2-glib-2.0,
 
22
        gir1.2-freedesktop,
 
23
        libatk1.0-dev (>= 1.32.0-2~),
 
24
        gir1.2-atk-1.0 (>= 1.32.0),
 
25
        gir1.2-gdkpixbuf-2.0,
 
26
        gir1.2-gtk-3.0,
 
27
        gir1.2-pango-1.0,
22
28
        intltool (>= 0.35)
23
 
Standards-Version: 3.8.3
24
 
Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/libgnomekbd/ubuntu
 
29
Standards-Version: 3.9.1
 
30
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/libgnomekbd
 
31
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/libgnomekbd
25
32
 
26
33
Package: libgnomekbd-dev
27
34
Section: libdevel
29
36
Conflicts: libgnomekbdui-dev
30
37
Replaces: libgnomekbdui-dev
31
38
Provides: libgnomekbdui-dev
32
 
Depends: libgnomekbd4 (= ${binary:Version}),
 
39
Depends: libgnomekbd7 (= ${binary:Version}),
33
40
        ${misc:Depends},
34
 
        libglib2.0-dev (>= 2.16),
35
 
        libgtk2.0-dev (>= 2.13),
36
 
        libgconf2-dev (>= 2.14.0),
37
 
        libxklavier-dev (>= 5.0),
 
41
        libglib2.0-dev (>= 2.26),
 
42
        libgtk-3-dev (>= 3.0.0),
 
43
        libxklavier-dev (>= 5.1),
38
44
        libx11-dev
39
45
Description: GNOME library to manage keyboard configuration - development files
40
46
 libgnomekbd offers an API to manage the keyboard in GNOME applications.
44
50
 .
45
51
 This package contains the development files.
46
52
 
47
 
Package: libgnomekbd4
 
53
Package: libgnomekbd7
48
54
Section: libs
49
55
Architecture: any
50
56
Depends: ${shlibs:Depends},
51
57
        ${misc:Depends},
52
58
        libgnomekbd-common (>= ${source:Version}),
53
59
        iso-codes
54
 
Conflicts: libgnomekbd5
55
60
Description: GNOME library to manage keyboard configuration - shared library
56
61
 libgnomekbd offers an API to manage the keyboard in GNOME applications.
57
62
 .
66
71
Depends: ${shlibs:Depends},
67
72
        ${misc:Depends}
68
73
Replaces: capplets-data (<< 1:2.17.2),
69
 
        gkbd-capplet (<= 2.31.5-0ubuntu2)
70
 
Breaks: gkbd-capplet (<= 2.31.5-0ubuntu2)
 
74
          gkbd-capplet (<= 2.91.2-1)
 
75
Breaks: gkbd-capplet (<= 2.91.2-1)
71
76
Description: GNOME library to manage keyboard configuration - common files
72
77
 libgnomekbd offers an API to manage the keyboard in GNOME applications.
73
78
 .
85
90
 .
86
91
 This package contains a configuration applet to select enabled libgnomekbd
87
92
 plugins.
 
93
 
 
94
Package: gir1.2-gkbd-3.0
 
95
Section: libs
 
96
Architecture: any
 
97
Depends: ${gir:Depends},
 
98
         ${shlibs:Depends},
 
99
         ${misc:Depends}
 
100
Conflicts: gir1.2-gnomekbd-3.0
 
101
Replaces: gir1.2-gnomekbd-3.0
 
102
Provides: gir1.2-gnomekbd-3.0
 
103
Description: GObject introspection data for the GnomeKbd library
 
104
 libgnomekbd offers an API to manage the keyboard in GNOME applications.
 
105
 .
 
106
 libgnomekbdui offers an API to display a graphical user interface for
 
107
 libgnomekbd operations.
 
108
 .
 
109
 This package contains introspection data for the GnomeKbd library.
 
110
 .
 
111
 It can be used by packages using the GIRepository format to generate
 
112
 dynamic bindings.