diff options
author | Ted Gould <ted@gould.cx> | 2010-03-11 16:19:37 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-11 16:19:37 -0600 |
commit | 079ae0377eed08ee2e521011b6258c8c7650ed4d (patch) | |
tree | 6a88abcb14059f617ead6cdaaa654dcf57463d47 /debian | |
parent | 837d67948cfa29fc99f5b1336c8ef0ca1eb45e99 (diff) | |
download | libayatana-appindicator-079ae0377eed08ee2e521011b6258c8c7650ed4d.tar.gz libayatana-appindicator-079ae0377eed08ee2e521011b6258c8c7650ed4d.tar.bz2 libayatana-appindicator-079ae0377eed08ee2e521011b6258c8c7650ed4d.zip |
debian/control: Increasing the libindicator-dev dependency to
0.3.5 to match upstream.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 581733c..2a64030 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ indicator-application (0.0.16-0ubuntu1~ppa1) UNRELEASED; urgency=low * Use libindicator icon loading helper * Workaround for label changes on GtkActions * Testing fix for using xvfb + * debian/control: Increasing the libindicator-dev dependency to + 0.3.5 to match upstream. -- Ted Gould <ted@ubuntu.com> Thu, 11 Mar 2010 16:17:51 -0600 diff --git a/debian/control b/debian/control index 68893c8..8b1e17f 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 5.0), python-gtk2-dev, libindicate-dev (>= 0.2.0), libindicate-gtk-dev (>= 0.2.0), - libindicator-dev (>= 0.3.1), + libindicator-dev (>= 0.3.5), libdbusmenu-gtk-dev (>= 0.2.2), libdbusmenu-glib-dev (>= 0.2.2), cli-common-dev (>= 0.5.7), |