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 | |
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')
-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 |