diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 7700b4f..7b90555 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libdbusmenu (0.2.6-0ubuntu1~ppa2~gir2) UNRELEASED; urgency=low + + * debian/control: Adding in gir's as build dependencies. + + -- Ted Gould <ted@ubuntu.com> Sun, 28 Feb 2010 20:29:56 -0600 + libdbusmenu (0.2.6-0ubuntu1~ppa2~gir1) lucid; urgency=low * Upstream Merge diff --git a/debian/control b/debian/control index 10a0d82..ebd3ca9 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,9 @@ Build-Depends: debhelper (>= 5.0), intltool, libxml2-dev, libjson-glib-dev, - libgirepository1.0-dev + libgirepository1.0-dev, + gir1.0-glib-2.0, + gir1.0-gtk-2.0 Standards-Version: 3.8.0 Homepage: https://launchpad.net/libdbusmenu Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/dbusmenu/ubuntu |