diff options
author | Ted Gould <ted@canonical.com> | 2009-06-15 16:27:19 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-06-15 16:27:19 -0500 |
commit | 08834aa37ddbd4ab733da5b7d2293de55267a11c (patch) | |
tree | 5cd993005824cc4663002524255ffc231f291219 | |
parent | 0e7a077711211836fcc37968e0db234791c153af (diff) | |
download | ayatana-indicator-session-08834aa37ddbd4ab733da5b7d2293de55267a11c.tar.gz ayatana-indicator-session-08834aa37ddbd4ab733da5b7d2293de55267a11c.tar.bz2 ayatana-indicator-session-08834aa37ddbd4ab733da5b7d2293de55267a11c.zip |
debian/control: Adding build depends on libindicator-dev,
libdbusmenu-glib-dev and libdbusmenu-gtk-dev
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 48cb071..c75f3f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ indicator-fusa (0.1~ppa2~indicator1) UNRELEASED; urgency=low * Upstream from the indicator branch. + * debian/control: Adding build depends on libindicator-dev, + libdbusmenu-glib-dev and libdbusmenu-gtk-dev -- Ted Gould <ted@ubuntu.com> Mon, 15 Jun 2009 16:19:59 -0500 diff --git a/debian/control b/debian/control index 251112d..c7f322b 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,9 @@ Build-Depends: debhelper (>= 5.0), libdbus-glib-1-dev, gnome-doc-utils, scrollkeeper, + libindicator-dev, + libdbusmenu-glib-dev, + libdbusmenu-gtk-dev, intltool Standards-Version: 3.8.0 |