diff options
author | Ted Gould <ted@canonical.com> | 2009-11-04 15:31:38 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-04 15:31:38 -0600 |
commit | a598083c76e9b604ab7e94873e990c42578b944c (patch) | |
tree | 36a24193fb87b28fd745215431605846bc6953f0 /debian | |
parent | cc872ffb0c87e4d8c9d7e459e1f3233646cb46b5 (diff) | |
download | ayatana-indicator-messages-a598083c76e9b604ab7e94873e990c42578b944c.tar.gz ayatana-indicator-messages-a598083c76e9b604ab7e94873e990c42578b944c.tar.bz2 ayatana-indicator-messages-a598083c76e9b604ab7e94873e990c42578b944c.zip |
debian/control: Increasing libindicator-dev dependency to
0.3.0~dev
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 98b8c30..1d77345 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ indicator-messages (0.3.0~dev-0ubuntu1~ppa1~update1) UNRELEASED; urgency=low * Porting to libindicator 0.3.0 + * debian/control: Increasing libindicator-dev dependency to + 0.3.0~dev -- Ted Gould <ted@ubuntu.com> Wed, 04 Nov 2009 15:30:10 -0600 diff --git a/debian/control b/debian/control index 08f19e3..ab92d8b 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 5.0), intltool, libindicate-dev (>= 0.2.0), libindicate-gtk-dev (>= 0.2.0), - libindicator-dev (>= 0.2.0~bzr301), + libindicator-dev (>= 0.3.0~dev), libdbusmenu-gtk-dev (>= 0.1.1), libdbusmenu-glib-dev (>= 0.1.1) Standards-Version: 3.8.0 |