diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-02-14 19:46:22 +0100 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-02-14 19:46:22 +0100 |
commit | 02b2fb58cfbb4bbe08a5d3336bab903009438325 (patch) | |
tree | d42cf30fed4dffba78cf9255117aaa00864b27ec /debian | |
parent | f869dde973a34bd1a148cca008639c3b3ae19292 (diff) | |
download | ayatana-indicator-sound-02b2fb58cfbb4bbe08a5d3336bab903009438325.tar.gz ayatana-indicator-sound-02b2fb58cfbb4bbe08a5d3336bab903009438325.tar.bz2 ayatana-indicator-sound-02b2fb58cfbb4bbe08a5d3336bab903009438325.zip |
* debian/patches/correct_ldflags_use.patch:
- typo fix in ldflags use
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/patches/correct_ldflags_use.patch | 13 | ||||
-rw-r--r-- | debian/patches/series | 2 |
3 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5ea8538..96418ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ indicator-sound (0.8.1.0-0ubuntu1) UNRELEASED; urgency=low - Avoid spawning notification daemon at startup (lp: #912150) - Creation of album-art-cache folder (lp: #799383) - schema id & path are inconsistent with other indicators (lp: #914377) + * debian/patches/correct_ldflags_use.patch: + - typo fix in ldflags use -- Sebastien Bacher <seb128@ubuntu.com> Tue, 14 Feb 2012 19:29:14 +0100 diff --git a/debian/patches/correct_ldflags_use.patch b/debian/patches/correct_ldflags_use.patch new file mode 100644 index 0000000..574ab4b --- /dev/null +++ b/debian/patches/correct_ldflags_use.patch @@ -0,0 +1,13 @@ +=== modified file 'indicator-sound/src/Makefile.am' +--- indicator-sound/src/Makefile.am 2012-02-14 18:41:28 +0000 ++++ indicator-sound/src/Makefile.am 2012-02-14 18:41:43 +0000 +@@ -33,7 +33,7 @@ + $(COVERAGE_CFLAGS) \ + -Wall -Werror -DG_LOG_DOMAIN=\"Indicator-Sound\" + libsoundmenu_la_LIBADD = $(APPLET_LIBS) -lm +-libsoundmenu_la_LDFLAGS = ++libsoundmenu_la_LDFLAGS = \ + $(COVERAGE_LDFLAGS) \ + -module -avoid-version + + diff --git a/debian/patches/series b/debian/patches/series index 650058b..326ae5e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,3 @@ sound_nua.patch +correct_ldflags_use.patch + |