aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
-rw-r--r--debian/patches/01_fix_FTBFS.patch13
-rw-r--r--debian/patches/series1
3 files changed, 9 insertions, 14 deletions
diff --git a/debian/changelog b/debian/changelog
index 4067b4a..8a8d66f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+indicator-sound (0.7.8-0ubuntu1) oneiric; urgency=low
+
+ * New upstream release.
+ - indicator-sound interferes with gnome-settings-daemon (LP: #855557)
+ * debian/patches/01_fix_FTBFS.patch
+ - Dropped, fixed upstream
+
+ -- Ken VanDine <ken.vandine@canonical.com> Wed, 28 Sep 2011 14:34:38 -0400
+
indicator-sound (0.7.7.0-0ubuntu1) oneiric; urgency=low
* New upstream release
diff --git a/debian/patches/01_fix_FTBFS.patch b/debian/patches/01_fix_FTBFS.patch
deleted file mode 100644
index d3c156f..0000000
--- a/debian/patches/01_fix_FTBFS.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: indicator-sound-0.7.7.0/src/Makefile.am
-===================================================================
---- indicator-sound-0.7.7.0.orig/src/Makefile.am 2011-09-13 10:12:28.475604990 +0200
-+++ indicator-sound-0.7.7.0/src/Makefile.am 2011-09-13 10:12:37.735650908 +0200
-@@ -29,7 +29,7 @@
- dbus-shared-names.h
-
- libsoundmenu_la_CFLAGS = $(APPLET_CFLAGS) -Wall -Werror -DG_LOG_DOMAIN=\"Indicator-Sound\"
--libsoundmenu_la_LIBADD = $(APPLET_LIBS)
-+libsoundmenu_la_LIBADD = $(APPLET_LIBS) -lm
- libsoundmenu_la_LDFLAGS = -module -avoid-version
-
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 083104a..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01_fix_FTBFS.patch