1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
Source: indicator-applet
Section: gnome
Priority: optional
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Build-Depends: debhelper (>= 5.0),
cdbs (>= 0.4.41),
libgtk2.0-dev (>= 2.12.0),
libpanel-applet2-dev (>= 2.0.0),
libdbus-glib-1-dev,
gnome-doc-utils,
libtool,
intltool,
gobject-introspection (>= 0.6),
gobject-introspection-glib-2.0 (>= 0.6),
libgirepository-dev (>= 0.6)
Standards-Version: 3.8.0
Package: indicator-applet
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
gnome-panel
Description: Applet for the GNOME panel providing various indicators for
display to users.
Package: libindicate0
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: A library used to indicate.
Package: libindicate-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libindicate0 (= ${binary:Version}),
libdbus-glib-1-dev (>= 0.76),
libgtk2.0-dev (>= 2.12.0)
Description: Development files.
|