diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-06-17 17:09:09 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-06-17 17:09:09 -0400 |
commit | 75f17bec7d4a9b0ffc4cfceeb099b014f882363f (patch) | |
tree | 58018303e781645366d3210851e9375e6024ef06 /debian/control | |
parent | 34e71c6447c654772dc55a4854e61646ecf469ed (diff) | |
download | ayatana-indicator-sound-75f17bec7d4a9b0ffc4cfceeb099b014f882363f.tar.gz ayatana-indicator-sound-75f17bec7d4a9b0ffc4cfceeb099b014f882363f.tar.bz2 ayatana-indicator-sound-75f17bec7d4a9b0ffc4cfceeb099b014f882363f.zip |
* debian/control
- bumped build-dep version of libdbusmenu-glib-dev to (>= 0.3.1)
- Added build-dep for libindicate-dev (>= 0.4.1)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 80b4d05..aa10b82 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 7), libglib2.0-dev (>= 2.22.3), libgtk2.0-dev (>= 2.12.0), libdbus-glib-1-dev, - libdbusmenu-glib-dev (>= 0.2.3), + libdbusmenu-glib-dev (>= 0.3.1), libdbusmenu-gtk-dev (>= 0.2.3) , libindicator-dev (>= 0.3.6), libpulse-dev (>= 0.9.18), @@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 7), libido-0.1-dev (>= 0.1.2), libgconf2-dev, libgee-dev, - libindicate-dev, + libindicate-dev (>= 0.4.1), valac Standards-Version: 3.8.4 Homepage: https://launchpad.net/indicator-sound |