diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-08-19 22:25:45 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-08-19 22:25:45 -0500 |
commit | ec2c7ec58b192e0b907239ad1ff840fe69b4da56 (patch) | |
tree | b698c312120326f6aeffde64602210955662a56a /debian | |
parent | 41ef58955239d873b1c4db850f781eaff5748169 (diff) | |
download | ayatana-indicator-display-ec2c7ec58b192e0b907239ad1ff840fe69b4da56.tar.gz ayatana-indicator-display-ec2c7ec58b192e0b907239ad1ff840fe69b4da56.tar.bz2 ayatana-indicator-display-ec2c7ec58b192e0b907239ad1ff840fe69b4da56.zip |
get skeletal service and tests building
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/debian/control b/debian/control index e174f31..fe33f52 100644 --- a/debian/control +++ b/debian/control @@ -2,16 +2,21 @@ Source: indicator-display Section: misc Priority: optional Maintainer: Charles Kerr <charles.kerr@canonical.com> -# make g++ version explicit for ABI safety <https://wiki.ubuntu.com/cpp-11> Build-Depends: cmake, dbus, +# make g++ version explicit for ABI safety <https://wiki.ubuntu.com/cpp-11> g++-4.9, - debhelper (>= 9), - dh-translations, - intltool (>= 0.35.0), libglib2.0-dev (>= 2.36), + liburl-dispatcher1-deva +# for coverage reports + lcov, +# for tests + cppcheck, libgtest-dev, - liburl-dispatcher1-dev, + google-mock (>= 1.6.0+svn437), +# for packaging + debhelper (>= 9), + dh-translations, Standards-Version: 3.9.4 Homepage: http://launchpad.net/indicator-display/ # If you aren't a member of ~indicator-applet-developers but need to upload |