diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c9c3854..42e7e30 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ indicator-application (0.0.4-0ubuntu1~ppa2) UNRELEASED; urgency=low * Upstream work * Mono bindings + * debian/control: Adding in mono build depends. -- Ted Gould <ted@ubuntu.com> Mon, 14 Dec 2009 11:15:01 -0600 diff --git a/debian/control b/debian/control index 746e569..291294b 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,11 @@ Build-Depends: debhelper (>= 5.0), libindicate-gtk-dev (>= 0.2.0), libindicator-dev (>= 0.3.0), libdbusmenu-gtk-dev (>= 0.1.8), - libdbusmenu-glib-dev (>= 0.1.8) + libdbusmenu-glib-dev (>= 0.1.8), + mono-devel, + gtk-sharp2-gapi, + libgtk2.0-cil, + nunit Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-application Vcs-Bzr: http://bazaar.launchpa.net/~ubuntu-desktop/indicator-application/ubuntu |