diff options
author | Ted Gould <ted@gould.cx> | 2010-02-28 20:30:21 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-28 20:30:21 -0600 |
commit | 0f771fe8f7985930d4935de3208207f06a4aa78f (patch) | |
tree | 50fb15a02fe294adee2e8c72cece7ddcfaaa6aeb | |
parent | ee337328f1addebce24029d8416c4fc8de6ddf83 (diff) | |
download | libdbusmenu-0f771fe8f7985930d4935de3208207f06a4aa78f.tar.gz libdbusmenu-0f771fe8f7985930d4935de3208207f06a4aa78f.tar.bz2 libdbusmenu-0f771fe8f7985930d4935de3208207f06a4aa78f.zip |
debian/control: Adding in gir's as build dependencies.
-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 |