diff options
author | Ted Gould <ted@gould.cx> | 2013-06-27 11:36:41 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-06-27 11:36:41 -0500 |
commit | d0fdb2ac2c010f5099f1787fcab43cc3a55b402a (patch) | |
tree | 7fc79491962384028ca905289ccdabc355da34dc /debian/control | |
parent | cb0b3fec50362d28b91a59693eddd01161b00d95 (diff) | |
download | ayatana-greeter-session-broadcast-d0fdb2ac2c010f5099f1787fcab43cc3a55b402a.tar.gz ayatana-greeter-session-broadcast-d0fdb2ac2c010f5099f1787fcab43cc3a55b402a.tar.bz2 ayatana-greeter-session-broadcast-d0fdb2ac2c010f5099f1787fcab43cc3a55b402a.zip |
Basic packaging
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..9062652 --- /dev/null +++ b/debian/control @@ -0,0 +1,59 @@ +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, + 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 +# 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}, + ${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. + . + This package provides a service for Unity's Greeter Session Broadcast + +Package: libunity-greeter-session-broadcast1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc: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: ${shlibs:Depends}, + ${misc:Depends}, + libunity-greeter-session-broadcast1 (= ${binary:Version}), + libglib2.0-dev +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. + |