diff options
author | Michael Terry <michael.terry@canonical.com> | 2013-08-30 20:06:04 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-08-30 20:06:04 +0000 |
commit | bba824b6a24b730f5fed6f4a0f70c041b0e58769 (patch) | |
tree | e3342580bb866a03f7cd5bdfdf627248056f8c59 /debian/control | |
parent | 598003c711072f89a86b3021d3b829f6a8b199ae (diff) | |
parent | c70cfef49bbc955db2b28fe2966b34f97a79f9b6 (diff) | |
download | ayatana-greeter-session-broadcast-bba824b6a24b730f5fed6f4a0f70c041b0e58769.tar.gz ayatana-greeter-session-broadcast-bba824b6a24b730f5fed6f4a0f70c041b0e58769.tar.bz2 ayatana-greeter-session-broadcast-bba824b6a24b730f5fed6f4a0f70c041b0e58769.zip |
Don't build or install the library right now. It's not finished and isn't used yet.
Approved by Ted Gould, PS Jenkins bot.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 57 |
1 files changed, 29 insertions, 28 deletions
diff --git a/debian/control b/debian/control index 2fa5f9e..7498613 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,8 @@ Vcs-Browser: https://code.launchpad.net/~indicator-applet-developers/unity-greet Package: unity-greeter-session-broadcast Architecture: any -Depends: upstart-app-launch, +Depends: upstart (>= 1.10), + upstart-app-launch, ${misc:Depends}, ${shlibs:Depends}, Description: Service to allow the greeter to communicate to sessions @@ -31,30 +32,30 @@ Description: Service to allow the greeter to communicate to sessions . 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. +#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. |