blob: 6edb1242f3594e688146beebcf8f3053e81b9a26 (
plain)
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
42
43
44
45
46
47
48
49
50
51
|
Source: libindicator
Section: libs
Priority: optional
Maintainer: Evgeni Golov <evgeni@debian.org>
Uploaders: Kartik Mistry <kartik@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
libglib2.0-dev (>= 2.22),
libgtk2.0-dev (>= 2.12.0),
libdbus-glib-1-dev,
libtool,
intltool,
gtk-doc-tools
Standards-Version: 3.8.4
Homepage: https://launchpad.net/libindicator
Vcs-Git: git://git.debian.org/collab-maint/libindicator.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/libindicator.git
Package: libindicator0
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: panel indicator applet - shared library
This library contains information to build indicators to go into
the indicator applet.
.
This package contains the library itself.
Package: libindicator-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libgtk2.0-dev (>= 2.12.0),
libindicator0 (= ${binary:Version})
Description: panel indicator applet - library development files
This library contains information to build indicators to go into
the indicator applet.
.
This package contains files that are needed to build applications.
Package: libindicator-tools
Section: devel
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libindicator0 (= ${binary:Version})
Description: Tools for libindicator
Tools useful for developers of applications using indicators.
.
This package contains files that are needed to build applications.
|