diff options
author | Jeremy Bicha <jbicha@ubuntu.com> | 2013-05-30 22:11:33 -0400 |
---|---|---|
committer | Jeremy Bicha <jbicha@ubuntu.com> | 2013-05-30 22:11:33 -0400 |
commit | 4a55b57ef400e85fa81de2d16d462e5fee39c239 (patch) | |
tree | 96f4335f66fe619f540718455bda0214221887dd | |
parent | 9bcd4ec9c43e8c4466d02d1113e516f3d866148d (diff) | |
download | ayatana-indicator-sound-4a55b57ef400e85fa81de2d16d462e5fee39c239.tar.gz ayatana-indicator-sound-4a55b57ef400e85fa81de2d16d462e5fee39c239.tar.bz2 ayatana-indicator-sound-4a55b57ef400e85fa81de2d16d462e5fee39c239.zip |
* debian/control:
- Build with valac (>= 0.18) instead of vala-0.18 for easier transitions
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
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, |