diff -u soundtouch-1.3.0/debian/changelog soundtouch-1.3.0/debian/changelog --- soundtouch-1.3.0/debian/changelog +++ soundtouch-1.3.0/debian/changelog @@ -1,3 +1,10 @@ +soundtouch (1.3.0-2.2ubuntu0.1) hardy-proposed; urgency=low + + * 09_underquoted_m4.patch - Fix aclocal warning: + "underquoted definition in soundtouch.m4" (LP: #221205). + + -- Benjamin Drung Sat, 07 Jun 2008 22:56:13 +0200 + soundtouch (1.3.0-2.2) unstable; urgency=low * Non-maintainer upload. only in patch2: unchanged: --- soundtouch-1.3.0.orig/debian/patches/09_underquoted_m4.patch +++ soundtouch-1.3.0/debian/patches/09_underquoted_m4.patch @@ -0,0 +1,12 @@ +diff -Nur SoundTouch-1.3.0.old/soundtouch.m4 SoundTouch-1.3.0/soundtouch.m4 +--- SoundTouch-1.3.0.old/soundtouch.m4 2003-12-25 12:36:08.000000000 +0100 ++++ SoundTouch-1.3.0/soundtouch.m4 2008-06-07 22:52:22.000000000 +0200 +@@ -26,7 +26,7 @@ + SOUNDTOUCH_CXXFLAGS="" + SOUNDTOUCH_LIBS="" + +-AC_DEFUN(AM_PATH_SOUNDTOUCH,[ ++AC_DEFUN([AM_PATH_SOUNDTOUCH],[ + AC_ARG_WITH(soundtouch-prefix,[ --with-soundtouch-prefix=DIR Prefix where SoundTouch was installed (optional)], [soundtouch_prefix="$withval"],[soundtouch_prefix=""]) + + AC_ARG_ENABLE(soundtouch-check,[ --disable-soundtouch-check Do not look for the SoundTouch Library],[enable_soundtouch_check="$enableval"],[enable_soundtouch_check="yes"])