diff options
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 11 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index d0d98251..1b7581f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,17 @@ -indicator-keyboard (0.0.0-0ubuntu18) UNRELEASED; urgency=low +indicator-keyboard (0.0.0-0ubuntu19) saucy; urgency=low + + * debian/control: + - Don't build-depend on vala-0.20-vapi + - Build-depend on dbus for tests + + -- Jeremy Bicha <jbicha@ubuntu.com> Mon, 15 Jul 2013 21:00:06 -0400 + +indicator-keyboard (0.0.0-0ubuntu18) saucy; urgency=low * Add indicator schema. * Repair test fixtures. - -- William Hua <william.hua@canonical.com> Mon, 01 Jul 2013 10:21:40 -0400 + -- William Hua <william.hua@canonical.com> Mon, 15 Jul 2013 20:37:40 -0400 indicator-keyboard (0.0.0-0ubuntu17) saucy; urgency=low diff --git a/debian/control b/debian/control index bcfab405..a3a5c1b9 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9.0.0), dh-translations, libgirepository1.0-dev, valac, - valac-0.20-vapi, + dbus-test-runner, libgee-dev, libgtk-3-dev, libgnome-desktop-3-dev, |