diff options
author | Ted Gould <ted@gould.cx> | 2012-03-21 15:31:03 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-03-21 15:31:03 -0500 |
commit | ac858ff160ec3b22aeec64dfcc280a803aa34455 (patch) | |
tree | 4ed291c49da8e6f2c29f43ec2c78a10290bc448d /debian/control | |
parent | cbcbe4105058016139d3c566ee6177281305abc8 (diff) | |
download | ayatana-indicator-messages-ac858ff160ec3b22aeec64dfcc280a803aa34455.tar.gz ayatana-indicator-messages-ac858ff160ec3b22aeec64dfcc280a803aa34455.tar.bz2 ayatana-indicator-messages-ac858ff160ec3b22aeec64dfcc280a803aa34455.zip |
debian/control: Adding dep on libgtest-dev
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 40b8dd5..3a324ac 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,8 @@ Build-Depends: debhelper (>= 5.0), libdbusmenu-glib-dev (>= 0.5.90), libdbusmenu-gtk-dev (>= 0.5.90), libdbusmenu-gtk3-dev (>= 0.5.90), - libtelepathy-glib-dev (>= 0.9.0) + libtelepathy-glib-dev (>= 0.9.0), + libgtest-dev Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-messages Vcs-Bzr: http://code.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu |