diff options
-rw-r--r-- | debian/changelog | 17 | ||||
-rw-r--r-- | debian/libdbusmenu-gtk3-dev.install | 1 |
2 files changed, 13 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 71d2c85..8b00097 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,19 @@ -libdbusmenu (0.4.2-0ubuntu1~ppa1) natty; urgency=low +libdbusmenu (0.4.2-0ubuntu2) natty; urgency=low + + * debian/libdbusmenu-gtk3-dev.install: + - Add missing header files to gtk3 dev package + + -- Michael Terry <mterry@ubuntu.com> Thu, 07 Apr 2011 20:20:25 -0400 + +libdbusmenu (0.4.2-0ubuntu1) natty; urgency=low * New upstream release. - ∘ Fix GIR scan to not include duplicate namespaces (LP: #750575) - ∘ Keep refs to the client and makes sure to disconnect all handlers. + * Fix GIR scan to not include duplicate namespaces (LP: #750575) + * Keep refs to the client and makes sure to disconnect all handlers. (LP: #749609) - ∘ Add GTK side handlers for the open/close events to ensure GTK apps + * Add GTK side handlers for the open/close events to ensure GTK apps can use those events still (LP: #750588) - ∘ Create submenus for menuitems that don't have children but still + * Create submenus for menuitems that don't have children but still have told us they need them with the child-display property. (LP: #619811) diff --git a/debian/libdbusmenu-gtk3-dev.install b/debian/libdbusmenu-gtk3-dev.install index 2c9d2e3..dcd24a3 100644 --- a/debian/libdbusmenu-gtk3-dev.install +++ b/debian/libdbusmenu-gtk3-dev.install @@ -1,3 +1,4 @@ +debian/tmp/usr/include/libdbusmenu-0.4/libdbusmenu-gtk3/* debian/tmp/usr/lib/pkgconfig/dbusmenu-gtk3-0.4.pc debian/tmp/usr/lib/libdbusmenu-gtk3.a debian/tmp/usr/lib/libdbusmenu-gtk3.so |