diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-02-04 18:12:21 -0800 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-02-04 18:12:21 -0800 |
commit | 730e7609ef6042130f945f8ac43a8220171fee37 (patch) | |
tree | 6de08a70370a29dce3bc04116b0a6dee81b70527 | |
parent | 391b595afecea47fb36295c33cddaa6f5fbb0d4a (diff) | |
download | libdbusmenu-730e7609ef6042130f945f8ac43a8220171fee37.tar.gz libdbusmenu-730e7609ef6042130f945f8ac43a8220171fee37.tar.bz2 libdbusmenu-730e7609ef6042130f945f8ac43a8220171fee37.zip |
releasing version 0.2.2-0ubuntu3
-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. |