diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 15 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/libindicate1.install (renamed from debian/libindicate0.install) | 0 |
3 files changed, 17 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 656a529..38f10e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +indicator-applet (0.1.5-0ubuntu1) jaunty; urgency=low + + * debian/control: Switching libindicate0 to libindicate1 to express + the fact that the binary compatibility is broken. + * debian/libindicate0.install changed to debian/libindicate1.install + * New upstream version: + * Adds new API for detecting interests of various listeners. Implemented + on both client and server side. (LP: #353112) + * Makes it so that all objects down to the menu now use the gtkstyle + naming from FUSA to ensure that they all pick up the theme hacks that + are set for FUSA. (LP: #334490) + * Explicitly sets the about window's window icon. (LP: #356437) + + -- Ted Gould <ted@ubuntu.com> Fri, 03 Apr 2009 15:09:33 -0500 + indicator-applet (0.1.4-0ubuntu1) jaunty; urgency=low * New upstream version diff --git a/debian/control b/debian/control index 7fb1784..d269a2d 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Description: GNOME panel indicator applet Currently this includes support for messaging applications in the indicator-messages package. -Package: libindicate0 +Package: libindicate1 Section: libs Conflicts: libindicate Replaces: libindicate @@ -46,7 +46,7 @@ Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libindicate0 (= ${binary:Version}), + libindicate1 (= ${binary:Version}), libdbus-glib-1-dev (>= 0.76), libgtk2.0-dev (>= 2.12.0) Description: GNOME panel indicator applet - shared library diff --git a/debian/libindicate0.install b/debian/libindicate1.install index 0618a58..0618a58 100644 --- a/debian/libindicate0.install +++ b/debian/libindicate1.install |