diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/patches/01_fix_FTBFS.patch | 13 | ||||
-rw-r--r-- | debian/patches/series | 1 |
3 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8f576f9..4067b4a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-sound (0.7.7.0-0ubuntu1) oneiric; urgency=low + + * New upstream release + * add 01_fix_FTBFS.patch for needed -lm link + + -- Didier Roche <didrocks@ubuntu.com> Tue, 13 Sep 2011 10:20:29 +0200 + indicator-sound (0.7.6.1-0ubuntu1) oneiric; urgency=low * New upstream release. diff --git a/debian/patches/01_fix_FTBFS.patch b/debian/patches/01_fix_FTBFS.patch new file mode 100644 index 0000000..d3c156f --- /dev/null +++ b/debian/patches/01_fix_FTBFS.patch @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..083104a --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +01_fix_FTBFS.patch |