diff options
author | Ted Gould <ted@gould.cx> | 2009-12-17 08:34:26 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-17 08:34:26 -0600 |
commit | d293bbf6abc78e6ca988e8bd68485dd641d87f26 (patch) | |
tree | a831c53cfa24d521fc896e1b4ebf3ab6f87e6d03 /debian | |
parent | c4f20d6171efcdb6e87b8f6e2feec76d28bded10 (diff) | |
download | libayatana-appindicator-d293bbf6abc78e6ca988e8bd68485dd641d87f26.tar.gz libayatana-appindicator-d293bbf6abc78e6ca988e8bd68485dd641d87f26.tar.bz2 libayatana-appindicator-d293bbf6abc78e6ca988e8bd68485dd641d87f26.zip |
debian/control: Adding a build-dep on nunit
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1f1b595..b3451a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-application (0.0.4-0ubuntu3~ppa2) UNRELEASED; urgency=low + + * debian/control: Adding a build-dep on nunit + + -- Ted Gould <ted@ubuntu.com> Thu, 17 Dec 2009 08:33:58 -0600 + indicator-application (0.0.4-0ubuntu3~ppa1) karmic; urgency=low * Integrating a ton of work. diff --git a/debian/control b/debian/control index a7853bd..d272738 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,8 @@ Build-Depends-Indep: cli-common-dev (>= 0.5.7), mono-devel (>= 2.0.1), gtk-sharp2-gapi, libmono-dev, - libgtk2.0-cil + libgtk2.0-cil, + nunit Standards-Version: 3.8.3 Homepage: https://launchpad.net/indicator-application Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-application/ubuntu |