diff options
-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 2a4cd6f..90303c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libindicator (0.3.19-0ubuntu3) natty; urgency=low + + * debian/control + - More renaming of Depends to libgtk-3-dev + + -- Ken VanDine <ken.vandine@canonical.com> Wed, 23 Feb 2011 12:08:03 -0500 + libindicator (0.3.19-0ubuntu2) natty; urgency=low * debian/control: diff --git a/debian/control b/debian/control index 7e47913..c408e18 100644 --- a/debian/control +++ b/debian/control @@ -72,7 +72,7 @@ Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libgtk3.0-dev (>= 2.91.3), + libgtk-3-dev (>= 2.91.3), libindicator3-3 (= ${binary:Version}) Description: panel indicator applet - library development files This library contains information to build indicators to go into |