diff options
-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 |