diff options
author | Jeremy Bicha <jbicha@ubuntu.com> | 2013-06-06 21:13:01 +0000 |
---|---|---|
committer | Tarmac <> | 2013-06-06 21:13:01 +0000 |
commit | 9cbe6f196f2ddf253b9865fe8ec93722b180e430 (patch) | |
tree | 258735ce4ad6fae5b8464a176b818f4efe786071 /debian | |
parent | ed790f8547daf44e55df4b6eb3a6ec5a7d2d6fb0 (diff) | |
parent | d80631e88faac5895eecb81ccc2270e8a4e1c9c9 (diff) | |
download | ayatana-indicator-bluetooth-9cbe6f196f2ddf253b9865fe8ec93722b180e430.tar.gz ayatana-indicator-bluetooth-9cbe6f196f2ddf253b9865fe8ec93722b180e430.tar.bz2 ayatana-indicator-bluetooth-9cbe6f196f2ddf253b9865fe8ec93722b180e430.zip |
This change will have indicator-bluetooth build against the default valac (for Ubuntu 13.10 this is currently valac 0.18 but we may switch to 0.20 as Debian testing already has). I have successfully test-built against valac-0.20.
Approved by PS Jenkins bot, Ted Gould.
Diffstat (limited to 'debian')
-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 70aea5c..b2f3709 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-bluetooth (0.0.6daily13.02.19-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, 06 Jun 2013 11:42:30 -0400 + indicator-bluetooth (0.0.6daily13.02.19-0ubuntu1) raring; urgency=low [ Sebastien Bacher ] 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 |