tags 554073 + pending
thanks

Dear maintainer,

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

Regards.

diff -u chuck-1.2.0.8.dfsg/debian/changelog chuck-1.2.0.8.dfsg/debian/changelog
--- chuck-1.2.0.8.dfsg/debian/changelog
+++ chuck-1.2.0.8.dfsg/debian/changelog
@@ -1,3 +1,10 @@
+chuck (1.2.0.8.dfsg-1.4) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Link with -lpthread to fix FTBFS with binutils-gold (Closes: #554073).
+
+ -- Alessio Treglia <ales...@debian.org>  Wed, 04 May 2011 23:59:57 +0200
+
 chuck (1.2.0.8.dfsg-1.3) unstable; urgency=low

   * Non-maintainer upload.
only in patch2:
unchanged:
--- chuck-1.2.0.8.dfsg.orig/src/makefile.jack
+++ chuck-1.2.0.8.dfsg/src/makefile.jack
@@ -6,7 +6,7 @@
 INCLUDES=
 CFLAGS?= -O3
 FLAGS= -D__LINUX_JACK__ -c $(CFLAGS)
-LIBS=-lasound -ljack -lstdc++ -ldl -lm
+LIBS=-lasound -ljack -lstdc++ -ldl -lm -lpthread
 SF_OBJ=util_sndfile.o

 ifneq ($(CHUCK_DEBUG),)
only in patch2:
unchanged:
--- chuck-1.2.0.8.dfsg.orig/src/makefile.alsa
+++ chuck-1.2.0.8.dfsg/src/makefile.alsa
@@ -5,7 +5,7 @@
 INCLUDES=
 CFLAGS?= -O3
 FLAGS= -D__LINUX_ALSA__ -c $(CFLAGS)
-LIBS=-lasound -lstdc++ -ldl -lm
+LIBS=-lasound -lstdc++ -ldl -lm -lpthread
 SF_OBJ=util_sndfile.o

 ifneq ($(CHUCK_DEBUG),)

-- 
Alessio Treglia          | www.alessiotreglia.com
Debian Developer         | ales...@debian.org
Ubuntu Core Developer    | quadris...@ubuntu.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to