diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index bf6e515..519e5da6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libdbusmenu (0.2.6-0ubuntu2~ppa2) UNRELEASED; urgency=low + + * debian/control: + * Adding dependencies for gir-repository-dev and + gobject-introspection to ensure we get all the GI goodies. + + -- Ted Gould <ted@ubuntu.com> Tue, 02 Mar 2010 10:12:52 -0600 + libdbusmenu (0.2.6-0ubuntu2~ppa1) lucid; urgency=low * Upstream Merge diff --git a/debian/control b/debian/control index 869b3e8..cdc808d 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,8 @@ Build-Depends: debhelper (>= 5.0), intltool, libxml2-dev, libjson-glib-dev, + gobject-introspection, + gir-repository-dev, libgirepository1.0-dev, gir1.0-glib-2.0, gir1.0-gtk-2.0, |