diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 30 | ||||
-rw-r--r-- | debian/control | 10 |
2 files changed, 36 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 265144f..85d1cbf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +libdbusmenu (12.10.3daily13.06.07-0ubuntu1) saucy; urgency=low + + [ Mathieu Trudel-Lapierre ] + * Fix gtkdoc-check tests, and move them to tests subdirectory. + + [ Chris Coulson ] + * Fix the long-standing "nm-applet stops working after a few days / + hours" issue; properly handle "unique" IDs for indicator menuitems. + (LP: #1011073) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 446 + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 07 Jun 2013 02:02:59 +0000 + +libdbusmenu (12.10.3daily13.05.15-0ubuntu1) saucy; urgency=low + + [ Charles Kerr ] + * In gtkclient's destructor, balance client's earlier + gtk_widget_add_accelerator() calls with + gtk_widget_remove_accelerator() calls. (LP: #1173262) + + [ Mathieu Trudel-Lapierre ] + * Remove stray g_message(). + + [ Ubuntu daily release ] + * Automatic snapshot from revision 443 + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 15 May 2013 12:44:56 +0000 + libdbusmenu (12.10.3daily13.02.01-0ubuntu1) raring; urgency=low [ Mathieu Trudel-Lapierre ] diff --git a/debian/control b/debian/control index 7735456..cc7be0c 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,6 @@ Build-Depends: debhelper (>= 9), libatk1.0-dev, libjson-glib-dev (>= 0.13.4), gobject-introspection, - gir1.2-gtk-2.0, libgirepository1.0-dev (>= 0.9.3), libx11-dev (>= 1.3), valac-0.16, @@ -53,6 +52,7 @@ Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, + gir1.2-dbusmenu-glib-0.4 (= ${binary:Version}), libdbusmenu-glib4 (= ${binary:Version}), libdbus-glib-1-dev (>= 0.76), libgtk2.0-dev (>= 2.12.0), @@ -83,6 +83,7 @@ Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, + gir1.2-dbusmenu-gtk-0.4 (= ${binary:Version}), libdbusmenu-gtk4 (= ${binary:Version}), libdbus-glib-1-dev (>= 0.76), libgtk2.0-dev (>= 2.12.0), @@ -112,7 +113,7 @@ Description: tools useful during development with libdbusmenu applications with libdbusmenu. Package: gir1.2-dbusmenu-glib-0.4 -Section: libs +Section: introspection Architecture: any Depends: ${misc:Depends}, libdbusmenu-glib4 (= ${binary:Version}), @@ -126,7 +127,7 @@ Description: typelib file for libdbusmenu-glib4 generate dynamic bindings for libdbusmenu-glib4. Package: gir1.2-dbusmenu-gtk-0.4 -Section: libs +Section: introspection Architecture: any Depends: ${misc:Depends}, libdbusmenu-gtk4 (= ${binary:Version}), @@ -213,6 +214,7 @@ Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, + gir1.2-dbusmenu-gtk3-0.4 (= ${binary:Version}), libdbusmenu-gtk3-4 (= ${binary:Version}), libdbus-glib-1-dev (>= 0.76), libgtk-3-dev (>= 2.91.4-0ubuntu1), @@ -226,7 +228,7 @@ Description: library for passing menus over DBus - GTK+ version developement fil This package contains files that are needed to build GTK+ applications. Package: gir1.2-dbusmenu-gtk3-0.4 -Section: libs +Section: introspection Architecture: any Depends: ${misc:Depends}, libdbusmenu-gtk3-4 (= ${binary:Version}), |