diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-02-04 14:19:05 -0800 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-02-04 14:19:05 -0800 |
commit | 391b595afecea47fb36295c33cddaa6f5fbb0d4a (patch) | |
tree | fa2a5ff1353ea66dcacd78ab06e4ca1a64410339 | |
parent | c6637f3dbfffaead059486b86c1d3332fc600cbf (diff) | |
download | libdbusmenu-391b595afecea47fb36295c33cddaa6f5fbb0d4a.tar.gz libdbusmenu-391b595afecea47fb36295c33cddaa6f5fbb0d4a.tar.bz2 libdbusmenu-391b595afecea47fb36295c33cddaa6f5fbb0d4a.zip |
releasing version 0.2.2-0ubuntu2
-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. |