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 1ad8a55..2a4cd6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libindicator (0.3.19-0ubuntu2) natty; urgency=low + + * debian/control: + - Use new build-depends for libgtk-3-dev + + -- Ken VanDine <ken.vandine@canonical.com> Wed, 23 Feb 2011 08:49:50 -0500 + libindicator (0.3.19-0ubuntu1) natty; urgency=low * debian/rules diff --git a/debian/control b/debian/control index 03085a2..7e47913 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 5.0), cdbs (>= 0.4.41), libglib2.0-dev (>= 2.22), libgtk2.0-dev (>= 2.18), - libgtk3.0-dev (>= 2.91.3), + libgtk-3-dev (>= 2.91.3), libtool, intltool, gtk-doc-tools, |