tags 604797 + pending
thanks

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.
-- 
Regards,
        dai

GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E
diff -Nru libvorbis-1.3.2/debian/changelog libvorbis-1.3.2/debian/changelog
--- libvorbis-1.3.2/debian/changelog	2012-01-09 00:53:38.000000000 +0900
+++ libvorbis-1.3.2/debian/changelog	2012-01-09 00:48:15.000000000 +0900
@@ -1,3 +1,15 @@
+libvorbis (1.3.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with ld --no-add-needed (Closes: #604797).
+    - debian/patches/fix-ftbfs-no-add-needed.diff
+      thanks to Matthias Klose <d...@ubuntu.com>.
+  * using quilt.
+    - debian/source/format: 3.0 (quilt)
+    - debian/control: add quilt to Build-Depends.
+
+ -- HIGUCHI Daisuke (VDR dai) <d...@debian.org>  Mon, 09 Jan 2012 00:46:35 +0900
+
 libvorbis (1.3.2-1) unstable; urgency=low
 
   * New upstream release (Closes: #613489)
diff -Nru libvorbis-1.3.2/debian/control libvorbis-1.3.2/debian/control
--- libvorbis-1.3.2/debian/control	2012-01-09 00:53:38.000000000 +0900
+++ libvorbis-1.3.2/debian/control	2012-01-09 00:47:58.000000000 +0900
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Xiph.org Maintainers <pkg-xiph-ma...@lists.alioth.debian.org>
 Uploaders: Peter Samuelson <pe...@p12n.org>, John Francesco Ferlito <jo...@inodes.org>
-Build-Depends: autotools-dev, debhelper (>= 7.0.50~), libogg-dev
+Build-Depends: autotools-dev, debhelper (>= 7.0.50~), libogg-dev, quilt
 Standards-Version: 3.9.1
 Vcs-Bzr: http://bzr.debian.org/bzr/pkg-xiph/libvorbis
 
diff -Nru libvorbis-1.3.2/debian/patches/fix-ftbfs-no-add-needed.diff libvorbis-1.3.2/debian/patches/fix-ftbfs-no-add-needed.diff
--- libvorbis-1.3.2/debian/patches/fix-ftbfs-no-add-needed.diff	1970-01-01 09:00:00.000000000 +0900
+++ libvorbis-1.3.2/debian/patches/fix-ftbfs-no-add-needed.diff	2012-01-09 00:46:17.000000000 +0900
@@ -0,0 +1,28 @@
+Description: Fix FTBFS with ld --no-add-needed
+Bug-Debian: http://bugs.debian.org/604797
+Author: Matthias Klose <d...@ubuntu.com>
+
+--- libvorbis-1.3.1.orig/test/Makefile.in
++++ libvorbis-1.3.1/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.1.orig/test/Makefile.am
++++ libvorbis-1.3.1/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@"
diff -Nru libvorbis-1.3.2/debian/patches/series libvorbis-1.3.2/debian/patches/series
--- libvorbis-1.3.2/debian/patches/series	1970-01-01 09:00:00.000000000 +0900
+++ libvorbis-1.3.2/debian/patches/series	2012-01-09 00:48:42.000000000 +0900
@@ -0,0 +1 @@
+fix-ftbfs-no-add-needed.diff
diff -Nru libvorbis-1.3.2/debian/source/format libvorbis-1.3.2/debian/source/format
--- libvorbis-1.3.2/debian/source/format	2012-01-09 00:53:38.000000000 +0900
+++ libvorbis-1.3.2/debian/source/format	2012-01-09 00:44:48.000000000 +0900
@@ -1 +1 @@
-1.0
+3.0 (quilt)

Attachment: signature.asc
Description: Digital signature

Reply via email to