diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..3c274ac --- /dev/null +++ b/debian/control @@ -0,0 +1,34 @@ +Source: indicator-display +Section: misc +Priority: optional +Maintainer: Charles Kerr <charles.kerr@canonical.com> +Build-Depends: cmake, + dbus, +# make g++ version explicit for ABI safety <https://wiki.ubuntu.com/cpp-11> + g++-4.9, + libglib2.0-dev (>= 2.36), + libproperties-cpp-dev, +# for coverage reports + lcov, +# for tests + cppcheck, + libgtest-dev, + google-mock (>= 1.6.0+svn437), + gsettings-ubuntu-schemas (>= 0.0.2+14.10.20140813), +# for packaging + debhelper (>= 9), + dh-translations, +Standards-Version: 3.9.5 +Homepage: http://launchpad.net/indicator-display/ +# 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: https://code.launchpad.net/~indicator-applet-developers/indicator-display/trunk.14.10 + +Package: indicator-display +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + gsettings-ubuntu-schemas (>= 0.0.2+14.10.20140813), +Description: Collection of small indicators + Indicators too small to merit separate codebases, such as Rotation Lock |