diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 0e75260..c006e6c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libappindicator (0.2.95-0ubuntu3) UNRELEASED; urgency=low + + * debian/control: + - Use new build-depends for libgtk-3-dev + + -- Robert Ancell <robert.ancell@canonical.com> Tue, 22 Feb 2011 16:14:00 +1100 + libappindicator (0.2.95-0ubuntu2) natty; urgency=low * debian/control diff --git a/debian/control b/debian/control index ba9bfa9..4f608a9 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com> Build-Depends: debhelper (>= 7.0), cdbs (>= 0.4.41), libgtk2.0-dev (>= 2.12.0), - libgtk3.0-dev (>= 2.91.3), + libgtk-3-dev (>= 2.91.3), libdbus-glib-1-dev (>= 0.82), gnome-doc-utils, gtk-doc-tools, |