aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorŁukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com>2013-07-09 21:31:17 +0200
committerŁukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com>2013-07-09 21:31:17 +0200
commit85f96995c88e83d1ba342a22ba92d57f4f8a4715 (patch)
tree4cbc1f585b9ff83942bfe1ff56f3cd93c2623f34 /debian/control
parent456ab0510cd18dea7a9ca731866ceeaf093ee7f9 (diff)
downloadayatana-greeter-session-broadcast-85f96995c88e83d1ba342a22ba92d57f4f8a4715.tar.gz
ayatana-greeter-session-broadcast-85f96995c88e83d1ba342a22ba92d57f4f8a4715.tar.bz2
ayatana-greeter-session-broadcast-85f96995c88e83d1ba342a22ba92d57f4f8a4715.zip
Modifications related to compliance with our packaging standards
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control25
1 files changed, 12 insertions, 13 deletions
diff --git a/debian/control b/debian/control
index 55a0346..f24aefd 100644
--- a/debian/control
+++ b/debian/control
@@ -8,22 +8,22 @@ Build-Depends: cmake,
dh-autoreconf,
gtester2xunit,
intltool,
- libdbustest1-dev,
libdbus-1-dev,
+ libdbustest1-dev,
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
+# 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: ${misc:Depends},
+Depends: upstart-app-launch,
+ ${misc:Depends},
${shlibs:Depends},
- upstart-app-launch,
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.
@@ -33,11 +33,11 @@ Description: Service to allow the greeter to communicate to sessions
Package: libunity-greeter-session-broadcast1
Section: libs
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
-Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+Pre-Depends: ${misc:Pre-Depends},
Multi-Arch: same
-Recommends: unity-greeter-session-broadcast (= ${binary:Version})
+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.
@@ -47,14 +47,13 @@ Description: library for sending requests to the user session
Package: libunity-greeter-session-broadcast1-dev
Section: libdevel
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
+Depends: libglib2.0-dev,
libunity-greeter-session-broadcast1 (= ${binary:Version}),
- libglib2.0-dev
+ ${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.
-