diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-06-28 14:52:08 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-06-28 14:52:08 -0500 |
commit | b95037a00e92e8e997d72b77f4cd7145d3a7d9e7 (patch) | |
tree | 8f7e5233f3247be9c4358df287af47d289d78ec5 | |
parent | c62d5ade70d276f1d50e63cc0cb9c4311d6c9cea (diff) | |
download | ayatana-indicator-session-b95037a00e92e8e997d72b77f4cd7145d3a7d9e7.tar.gz ayatana-indicator-session-b95037a00e92e8e997d72b77f4cd7145d3a7d9e7.tar.bz2 ayatana-indicator-session-b95037a00e92e8e997d72b77f4cd7145d3a7d9e7.zip |
add cmake to the debian control list; alphabetize the entries
-rw-r--r-- | debian/control | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/debian/control b/debian/control index ff581db..373c3ff 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,14 @@ Source: indicator-session Section: gnome Priority: optional Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> -Build-Depends: debhelper (>= 9), +Build-Depends: cmake, + debhelper (>= 9), dh-autoreconf, dh-translations, + gnome-doc-utils, intltool, libgtest-dev, - libdbustest1-dev, - dbus-test-runner, - libglib2.0-dev (>= 2.35.4), - gnome-doc-utils + libglib2.0-dev (>= 2.35.4) Standards-Version: 3.9.3 Homepage: https://launchpad.net/indicator-session # If you aren't a member of ~indicator-applet-developers but need to upload |