diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7851811..aef0d63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,9 @@ libdbusmenu (12.10.3-0ubuntu1) UNRELEASED; urgency=low * debian/libdbusmenu-gtk-doc.install: add the glib-server-nomenu.c example. * debian/libdbusmenu-tools.install: install dbusmenu-* binaries from the multiarch triplet rather than usr/lib/libdbusmenu. + * Update main sgml documentation files to remove the xml includes we don't + generate anymore. (LP: #1102468) + * Drop deprecated calls to g_type_init(). (LP: #1102471) [ Didier Roche ] * Automatic snapshot from revision 435 (bootstrap): diff --git a/debian/control b/debian/control index 74461c7..7735456 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Build-Depends: debhelper (>= 9), valgrind, dbus-test-runner, xvfb, + libglib2.0-dev (>= 2.35.4), libgtk2.0-dev (>= 2.24.4-1~), libgtk-3-dev (>= 2.99.2-1ubuntu2), libgdk-pixbuf2.0-dev (>= 2.22.1-0ubuntu4), |