aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2013-07-18 11:19:09 -0400
committerWilliam Hua <william.hua@canonical.com>2013-07-18 11:19:09 -0400
commitc87bcc6119a4dc06277ab868078441d1ab38f1a1 (patch)
tree5f43ffd8b059f1efb22b384bcd1188ed71b049db
parent5377714002d666ded4e24d910da230e42fd8b5be (diff)
parent5f3664cc862b222f306cd3ee333ecd2eee539079 (diff)
downloadayatana-indicator-keyboard-c87bcc6119a4dc06277ab868078441d1ab38f1a1.tar.gz
ayatana-indicator-keyboard-c87bcc6119a4dc06277ab868078441d1ab38f1a1.tar.bz2
ayatana-indicator-keyboard-c87bcc6119a4dc06277ab868078441d1ab38f1a1.zip
* debian/control:
- Don't build-depend on vala-0.20-vapi - Build-depend on dbus for tests
-rw-r--r--debian/changelog12
-rw-r--r--debian/control2
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,