aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-03-21 15:31:03 -0500
committerTed Gould <ted@gould.cx>2012-03-21 15:31:03 -0500
commitac858ff160ec3b22aeec64dfcc280a803aa34455 (patch)
tree4ed291c49da8e6f2c29f43ec2c78a10290bc448d /debian
parentcbcbe4105058016139d3c566ee6177281305abc8 (diff)
downloadayatana-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')
-rw-r--r--debian/changelog3
-rw-r--r--debian/control3
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index b3eaafa..d60d539 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ indicator-messages (0.5.94-0ubuntu1~ppa1) UNRELEASED; urgency=low
* Fix i18n for description (LP: #957525)
* Implementing initial testing
* Fixing blacklists (LP: #939258)
+ * debian/control: Adding dep on libgtest-dev
- -- Ted Gould <ted@ubuntu.com> Wed, 21 Mar 2012 15:28:19 -0500
+ -- Ted Gould <ted@ubuntu.com> Wed, 21 Mar 2012 15:30:53 -0500
indicator-messages (0.5.93-0ubuntu2) precise; urgency=low
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