aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog15
-rw-r--r--debian/control2
-rw-r--r--debian/patches/lp_759390.patch14
3 files changed, 16 insertions, 15 deletions
diff --git a/debian/changelog b/debian/changelog
index 054bacf..f8c9a98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+indicator-sound (0.7.0-0ubuntu1) oneiric; urgency=low
+
+ * New upstream release.
+ - Displayed cover don't keep the original ratio (LP: #654196)
+ - show record level control PULSE_PROP_media.role=production (LP: #736049)
+ - Volume notification is based on previous volume; should be based on
+ the new volume (LP: #748831)
+ - [gnome3] Sound Preferences link doesn't work (LP: #759390)
+ * debian/patches/lp_759390.patch
+ - dropped, merged upstream
+ * debian/control
+ - renamed the libnotify4-dev build depends to libnotify-dev
+
+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 19 May 2011 15:38:19 -0400
+
indicator-sound (0.6.6.1-0ubuntu3) natty; urgency=low
* debian/patches/lp_750823.patch
diff --git a/debian/control b/debian/control
index c02a4d0..02a8467 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 7),
libgconf2-dev,
libgee-dev,
libxml2-dev,
- libnotify4-dev,
+ libnotify-dev,
valac-0.12,
dh-autoreconf
Standards-Version: 3.9.1
diff --git a/debian/patches/lp_759390.patch b/debian/patches/lp_759390.patch
deleted file mode 100644
index 5a63311..0000000
--- a/debian/patches/lp_759390.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-=== modified file 'src/sound-service-dbus.c'
---- src/sound-service-dbus.c 2011-04-01 12:59:32 +0000
-+++ src/sound-service-dbus.c 2011-04-13 05:23:24 +0000
-@@ -200,7 +200,8 @@
- {
- GError * error = NULL;
- if (!g_spawn_command_line_async("gnome-volume-control --page=applications", &error) &&
-- !g_spawn_command_line_async("xfce4-mixer", &error))
-+ !g_spawn_command_line_async("gnome-control-center sound", &error) &&
-+ !g_spawn_command_line_async("xfce4-mixer", &error))
- {
- g_warning("Unable to show dialog: %s", error->message);
- g_error_free(error);
-