diff options
author | Ted Gould <ted@gould.cx> | 2010-02-18 10:43:35 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-18 10:43:35 -0600 |
commit | 286d9727bda2d0ca4a8184c7868c55bc6aba4752 (patch) | |
tree | 96ce302d5df59b1f93e23d025ccc94d7755475da | |
parent | 481f29d74b9d8e4a16c1826fcd3ac6bc1df3f5c8 (diff) | |
download | ayatana-indicator-datetime-286d9727bda2d0ca4a8184c7868c55bc6aba4752.tar.gz ayatana-indicator-datetime-286d9727bda2d0ca4a8184c7868c55bc6aba4752.tar.bz2 ayatana-indicator-datetime-286d9727bda2d0ca4a8184c7868c55bc6aba4752.zip |
debian/control: Adding libdbusmenu-gtk as a build dep
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8bb1a90..1d0b831 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-datetime (0.0.1~r2-0ubuntu3) UNRELEASED; urgency=low + + * debian/control: Adding libdbusmenu-gtk as a build dep + + -- Ted Gould <ted@ubuntu.com> Thu, 18 Feb 2010 10:43:12 -0600 + indicator-datetime (0.0.1~r2-0ubuntu2) lucid; urgency=low * debian/control: diff --git a/debian/control b/debian/control index 5347b7d..da100b2 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,8 @@ Build-Depends: cdbs, pkg-config, intltool (>= 0.35.0), libindicator-dev (>= 0.3.0), - libdbusmenu-glib-dev (>= 0.1.1) + libdbusmenu-glib-dev (>= 0.1.1), + libdbusmenu-gtk-dev (>= 0.1.1) Standards-Version: 3.8.3 Homepage: https://launchpad.net/indicator-applet-developers |