Dear maintainer,

I've prepared an NMU for libvorbis (versioned as 1.3.2-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

previous NMU is cancelled, re-uploaded.
-- 
Regards,
        dai

GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E
diff -u libvorbis-1.3.2/debian/changelog libvorbis-1.3.2/debian/changelog
--- libvorbis-1.3.2/debian/changelog
+++ libvorbis-1.3.2/debian/changelog
@@ -1,3 +1,11 @@
+libvorbis (1.3.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with ld --no-add-needed (Closes: #604797).
+    patch made by Matthias Klose <d...@ubuntu.com>.
+
+ -- HIGUCHI Daisuke (VDR dai) <d...@debian.org>  Mon, 09 Jan 2012 02:58:52 +0900
+
 libvorbis (1.3.2-1) unstable; urgency=low
 
   * New upstream release (Closes: #613489)
only in patch2:
unchanged:
--- libvorbis-1.3.2.orig/test/Makefile.in
+++ libvorbis-1.3.2/test/Makefile.in
@@ -205,7 +205,7 @@
 AUTOMAKE_OPTIONS = foreign
 INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
 test_SOURCES = util.c util.h write_read.c write_read.h test.c
-test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@
+test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@ -lm
 all: all-am
 
 .SUFFIXES:
only in patch2:
unchanged:
--- libvorbis-1.3.2.orig/test/Makefile.am
+++ libvorbis-1.3.2/test/Makefile.am
@@ -10,7 +10,7 @@
 	./test$(EXEEXT)
 
 test_SOURCES = util.c util.h write_read.c write_read.h test.c
-test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@
+test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@ -lm
 
 debug:
 	$(MAKE) all CFLAGS="@DEBUG@"

Attachment: signature.asc
Description: Digital signature

Reply via email to