diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 18 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5baf923..6ec2653 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +libdbusmenu (0.2.8-0ubuntu2) lucid; urgency=low + + * debian/control: + - restore vcs location, we move back to the non import version, the other + one don't allow merging trunk changes + + [ Ted Gould ] + * Upstream Merge + * Changing the parse function to get_children instead of + taking them. (LP: #471044) + * Supporting AboutToShow in event callbacks to catch up + with QT implementation. + * Unrefing on layout updates (LP: #545026) + * Resetting sync versions on disconnection + * Removing useless warning + + -- Sebastien Bacher <seb128@ubuntu.com> Thu, 01 Apr 2010 12:36:06 +0200 + libdbusmenu (0.2.8-0ubuntu1) lucid; urgency=low * debian/control diff --git a/debian/control b/debian/control index 9c6f3a2..cbec057 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,8 @@ Build-Depends: debhelper (>= 5.0), valac Standards-Version: 3.8.0 Homepage: https://launchpad.net/libdbusmenu +Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/dbusmenu/ubuntu +Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/dbusmenu/ubuntu Package: libdbusmenu-glib1 Section: libs |