diff options
author | Jeremy Bicha <jbicha@ubuntu.com> | 2013-06-06 11:42:59 -0400 |
---|---|---|
committer | Jeremy Bicha <jbicha@ubuntu.com> | 2013-06-06 11:42:59 -0400 |
commit | d80631e88faac5895eecb81ccc2270e8a4e1c9c9 (patch) | |
tree | 258735ce4ad6fae5b8464a176b818f4efe786071 /debian/control | |
parent | ed790f8547daf44e55df4b6eb3a6ec5a7d2d6fb0 (diff) | |
download | ayatana-indicator-bluetooth-d80631e88faac5895eecb81ccc2270e8a4e1c9c9.tar.gz ayatana-indicator-bluetooth-d80631e88faac5895eecb81ccc2270e8a4e1c9c9.tar.bz2 ayatana-indicator-bluetooth-d80631e88faac5895eecb81ccc2270e8a4e1c9c9.zip |
* debian/control:
- Build with valac (>= 0.18) instead of vala-0.18 for easier transitions
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 52f5d88..07bc74d 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9.0), libgtk-3-dev, libido3-0.1-dev, libindicator3-dev, - valac-0.18, + valac (>=0.18), Standards-Version: 3.9.4 Homepage: https://launchpad.net/indicator-bluetooth # If you aren't a member of ~indicator-applet-developers but need to upload |