diff options
author | Ted Gould <ted@gould.cx> | 2009-12-14 11:23:14 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-14 11:23:14 -0600 |
commit | 1ae9e02d2c0ed536c204ae097ab8bcff1f7fc5fe (patch) | |
tree | 8cf07c4225865e342b8169adb951c411ca30913c | |
parent | 0d59bd4f60ff7d545eee407dba34f744ab6b6831 (diff) | |
download | ayatana-indicator-application-1ae9e02d2c0ed536c204ae097ab8bcff1f7fc5fe.tar.gz ayatana-indicator-application-1ae9e02d2c0ed536c204ae097ab8bcff1f7fc5fe.tar.bz2 ayatana-indicator-application-1ae9e02d2c0ed536c204ae097ab8bcff1f7fc5fe.zip |
debian/control: Adding in mono build depends.
-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 |