aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2013-05-31 13:02:58 +0000
committerTarmac <Unknown>2013-05-31 13:02:58 +0000
commitcd8d6a6524d00bf8738bd6b23ca29a9de23d584c (patch)
tree96f4335f66fe619f540718455bda0214221887dd /debian
parent9bcd4ec9c43e8c4466d02d1113e516f3d866148d (diff)
parent4a55b57ef400e85fa81de2d16d462e5fee39c239 (diff)
downloadayatana-indicator-sound-cd8d6a6524d00bf8738bd6b23ca29a9de23d584c.tar.gz
ayatana-indicator-sound-cd8d6a6524d00bf8738bd6b23ca29a9de23d584c.tar.bz2
ayatana-indicator-sound-cd8d6a6524d00bf8738bd6b23ca29a9de23d584c.zip
Change debian/control to depend on valac (>= 0.18) instead of vala-0.18.
Approved by PS Jenkins bot, Ted Gould.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 6f4e5eb..85726a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+indicator-sound (12.10.2daily13.05.02-0ubuntu2) UNRELEASED; urgency=low
+
+ * debian/control:
+ - Build with valac (>= 0.18) instead of vala-0.18 for easier transitions
+
+ -- Jeremy Bicha <jbicha@ubuntu.com> Thu, 30 May 2013 22:10:44 -0400
+
indicator-sound (12.10.2daily13.05.02-0ubuntu1) saucy; urgency=low
* Automatic snapshot from revision 349
diff --git a/debian/control b/debian/control
index abd1f75..4ef0c56 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9.0),
quilt,
gnome-common,
autotools-dev,
- valac-0.18,
+ valac (>= 0.18),
libbamf3-dev,
libglib2.0-dev (>= 2.22.3),
libgtk-3-dev,