diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-17 15:43:16 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-02-17 15:43:16 -0500 |
commit | eef147237bdb67e22b341e6f8cd2af626f7b8a61 (patch) | |
tree | 0917f4544b322a8eadcf2ed57214451d808fd866 | |
parent | a83d65cd02023cdddb6f1455f1a9877c85bd84ea (diff) | |
download | libayatana-appindicator-0.2.95-0ubuntu2.tar.gz libayatana-appindicator-0.2.95-0ubuntu2.tar.bz2 libayatana-appindicator-0.2.95-0ubuntu2.zip |
releasing version 0.2.95-0ubuntu20.2.95-0ubuntu2
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index a7c5fd9..0e75260 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libappindicator (0.2.95-0ubuntu2) natty; urgency=low + + * debian/control + - Bump build depends for libindicator-dev and libindicator3-dev to >= 0.3.19 + + -- Ken VanDine <ken.vandine@canonical.com> Thu, 17 Feb 2011 15:05:29 -0500 + libappindicator (0.2.95-0ubuntu1) natty; urgency=low [ Ted Gould ] diff --git a/debian/control b/debian/control index 73e285e..ba9bfa9 100644 --- a/debian/control +++ b/debian/control @@ -15,8 +15,8 @@ Build-Depends: debhelper (>= 7.0), python-gtk2-dev, libindicate-dev (>= 0.2.0), libindicate-gtk-dev (>= 0.2.0), - libindicator-dev (>= 0.3.14), - libindicator3-dev (>= 0.3.14), + libindicator-dev (>= 0.3.19), + libindicator3-dev (>= 0.3.19), libdbusmenu-glib-dev (>= 0.3.94), libdbusmenu-gtk-dev (>= 0.3.94), libdbusmenu-gtk3-dev (>= 0.3.94), |