diff options
author | Ted Gould <ted@gould.cx> | 2011-04-08 10:50:34 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-04-08 10:50:34 -0500 |
commit | 55a094c1ea4f7e335bf92c81c89b66b50578cc35 (patch) | |
tree | 206ac3b5050a0197dcc1afa4406f63c43e10d419 | |
parent | 71bcd6d310bf7e67a030e222ab3694e5b32d741a (diff) | |
parent | 96083eb11f244c84d699c47762cb705da53c17ec (diff) | |
download | libdbusmenu-55a094c1ea4f7e335bf92c81c89b66b50578cc35.tar.gz libdbusmenu-55a094c1ea4f7e335bf92c81c89b66b50578cc35.tar.bz2 libdbusmenu-55a094c1ea4f7e335bf92c81c89b66b50578cc35.zip |
Sync from U. Desktop
-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 |