diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-01-11 10:44:40 -0600 |
---|---|---|
committer | Bazaar Package Importer <james.westby@ubuntu.com> | 2011-01-11 10:44:40 -0600 |
commit | cb6ca63e62511e9107eea459a5a705b713416e7e (patch) | |
tree | a477ffb0c58de4d2358fa75352c87773f7c2f245 /debian/control | |
parent | 9caa6a3807dd44f8345266f1f341b4a5d02a8d96 (diff) | |
parent | f4f168553cc7fc9ed09f76c805694abfcad70870 (diff) | |
download | ayatana-indicator-sound-cb6ca63e62511e9107eea459a5a705b713416e7e.tar.gz ayatana-indicator-sound-cb6ca63e62511e9107eea459a5a705b713416e7e.tar.bz2 ayatana-indicator-sound-cb6ca63e62511e9107eea459a5a705b713416e7e.zip |
* New upstream release.
- unity-panel-service crashed with SIGSEGV in cairo_translate (LP: #683184)
- Add MPRIS Playlist support (LP: #692644)
- only first word of application name is shown (LP: #695385)
- The players list should be customizable (LP: #685725)
- gio-unix-2.0 checks (LP: #694828)
- Desktop file loading should not manually use full path (LP: #693824)
- Banshee mpris interface crashes (LP: #701692)
* debian/control
- Added build depends for libxml2-dev
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control index dab145b..b6a62ad 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,9 @@ Build-Depends: debhelper (>= 7), libgconf2-dev, libgee-dev, libindicate-dev (>= 0.4.1), - valac + libxml2-dev, + dh-autoreconf, + valac-0.12 Standards-Version: 3.9.1 Homepage: https://launchpad.net/indicator-sound |