aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 2fa5f9e4a75145815c73c37a943457d54718acef (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
52
53
54
55
56
57
58
59
60
Source: unity-greeter-session-broadcast
Section: gnome
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Build-Depends: cmake,
               dbus-test-runner,
               debhelper (>= 9),
               dh-autoreconf,
               gtester2xunit,
               intltool,
               libdbus-1-dev,
               libdbustest1-dev,
               libglib2.0-bin,
               python3-dbusmock,
Standards-Version: 3.9.4
Homepage: http://launchpad.net/unity-greeter-session-broadcast
# If you aren't a member of ~indicator-applet-developers but need to upload 
# packaging changes, just go ahead. ~indicator-applet-developers will notice 
# and sync up the code again.
Vcs-Bzr: http://bazaar.launchpad.net/~indicator-applet-developers/unity-greeter-session-broadcast/
Vcs-Browser: https://code.launchpad.net/~indicator-applet-developers/unity-greeter-session-broadcast/

Package: unity-greeter-session-broadcast
Architecture: any
Depends: upstart-app-launch,
         ${misc:Depends},
         ${shlibs:Depends},
Description: Service to allow the greeter to communicate to sessions
 Allows for the greeter to send events that can be picked up by the user's
 session and acted on if allowed by the user.
 .
 This package provides a service for Unity's Greeter Session Broadcast

Package: libunity-greeter-session-broadcast1
Section: libs
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Pre-Depends: ${misc:Pre-Depends},
Multi-Arch: same
Recommends: unity-greeter-session-broadcast (= ${binary:Version}),
Description: library for sending requests to the user session
 Sends requests to the broadcast service so that they can be seen
 by the user session.
 .
 This package contains shared libraries to be used by the greeter.

Package: libunity-greeter-session-broadcast1-dev
Section: libdevel
Architecture: any
Depends: libglib2.0-dev,
         libunity-greeter-session-broadcast1 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends},
Multi-Arch: same
Description: library for sending requests to the user session
 Sends requests to the broadcast service so that they can be seen
 by the user session.
 .
 This package contains files that are needed to build the greeter.