diff options
author | Didier Roche <didrocks@ubuntu.com> | 2013-12-09 14:48:13 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-12-09 14:48:13 +0000 |
commit | e0a38f9423885d232c90b2db44eee030139e6ca6 (patch) | |
tree | 8ad2ccdab110dffa857dfbc4e4288c6c783f0684 | |
parent | a226a392b9455ee5ea51285b3ccc152b796a5bf9 (diff) | |
parent | 78c9d6e7795a26c84017fe2e889055761efe04af (diff) | |
download | ayatana-greeter-session-broadcast-e0a38f9423885d232c90b2db44eee030139e6ca6.tar.gz ayatana-greeter-session-broadcast-e0a38f9423885d232c90b2db44eee030139e6ca6.tar.bz2 ayatana-greeter-session-broadcast-e0a38f9423885d232c90b2db44eee030139e6ca6.zip |
Add libupstart-app-launch2-dev build-dep, which isn't needed itself
but it enables to not build on archs unsupported by upstart-app-launch
(which is a binary dep).
Approved by Colin Watson, PS Jenkins bot.
-rw-r--r-- | debian/control | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/control b/debian/control index be2c328..ed12280 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,9 @@ Build-Depends: cmake, libdbustest1-dev, libglib2.0-bin, python3-dbusmock, +# This build-dep isn't needed as per itself, but it enables to not build +# on archs unsupported by upstart-app-launch which is a binary dep + libupstart-app-launch2-dev, 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 |