diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f69ee88..c1b1382 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libdbusmenu (0.2.2-0ubuntu2) lucid; urgency=low + + * debian/control: fix a typo in the tools depends + + -- Sebastien Bacher <seb128@ubuntu.com> Thu, 04 Feb 2010 14:18:47 -0800 + libdbusmenu (0.2.2-0ubuntu1) lucid; urgency=low * Updated for the soname changes diff --git a/debian/control b/debian/control index c27756a..c4e4f3e 100644 --- a/debian/control +++ b/debian/control @@ -66,7 +66,7 @@ Section: devel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libdbusmenu-glib0 (= ${binary:Version}) + libdbusmenu-glib1 (= ${binary:Version}) Description: Tools useful during development with libdbusmenu . This package contains tools that are useful when building applications. |