diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c1b1382..1bdf8ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libdbusmenu (0.2.2-0ubuntu3) lucid; urgency=low + + * debian/control: + - let libdbusmenu-glib1 breaks libdbusmenu-glib0 since they are create + issues at runtime if both got loaded + + -- Sebastien Bacher <seb128@ubuntu.com> Thu, 04 Feb 2010 18:10:56 -0800 + libdbusmenu (0.2.2-0ubuntu2) lucid; urgency=low * debian/control: fix a typo in the tools depends diff --git a/debian/control b/debian/control index c4e4f3e..561429f 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,8 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Breaks: indicator-messages (<< 0.3.0), - indicator-session (<< 0.2.0) + indicator-session (<< 0.2.0), + libdbusmenu-glib0 Description: Menus over DBus shared library for glib This package contains shared libraries to be used by applications. |