diff options
author | Ted Gould <ted@gould.cx> | 2010-03-02 10:13:36 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-02 10:13:36 -0600 |
commit | a7e96d73d61223b26ec64186d33584a73428e763 (patch) | |
tree | bbcacb8d341ce4d5fc85ebebf69b37c81e8ab3b1 | |
parent | e35966edb1360bbfaca88e8b1d12a9d56e3248d4 (diff) | |
download | libdbusmenu-a7e96d73d61223b26ec64186d33584a73428e763.tar.gz libdbusmenu-a7e96d73d61223b26ec64186d33584a73428e763.tar.bz2 libdbusmenu-a7e96d73d61223b26ec64186d33584a73428e763.zip |
* debian/control:
* Adding dependencies for gir-repository-dev and
gobject-introspection to ensure we get all the GI goodies.
-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, |