diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-07-29 18:26:11 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-07-29 18:26:11 -0400 |
commit | 30879fa9b094075848ab4418bba7382375ea3c20 (patch) | |
tree | 26f5457bbe9fd0cfbbedf4bfe653a0dfed4830e1 /debian | |
parent | f3eae1db80ac79e7683f59cc77983722fe2c5580 (diff) | |
parent | 986fc648fc6544aaa3bb40a17e1345e0247a4b57 (diff) | |
download | ayatana-indicator-sound-30879fa9b094075848ab4418bba7382375ea3c20.tar.gz ayatana-indicator-sound-30879fa9b094075848ab4418bba7382375ea3c20.tar.bz2 ayatana-indicator-sound-30879fa9b094075848ab4418bba7382375ea3c20.zip |
releasing version 0.3.9-0ubuntu1
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 13 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 82090cd..5b0c684 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +indicator-sound (0.3.9-0ubuntu1) maverick; urgency=low + + * New upstream release. + - Scrub bar should now work properly. + - Spacing between all UI widgets should be fixed. + - Playlist menuitem in place (for now this is just a mock up item, will + complete once there is a client with which I can test against) + - Transport bar has been visually tweaked. + * debian/control + - build depend on libido-0.1-dev (>= 0.1.11) + + -- Ken VanDine <ken.vandine@canonical.com> Thu, 29 Jul 2010 11:26:41 -0400 + indicator-sound (0.3.8-0ubuntu1) maverick; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 14675e9..3a43379 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 7), libindicator-dev (>= 0.3.6), libpulse-dev (>= 0.9.18), libpulse-mainloop-glib0 (>= 0.9.18), - libido-0.1-dev (>= 0.1.10), + libido-0.1-dev (>= 0.1.11), libgconf2-dev, libgee-dev, libindicate-dev (>= 0.4.1), |