tags 556709 + patch
tags 556709 + pending
thanks

Dear maintainer,

I've prepared an NMU for xfreecd (versioned as 0.9.0.1-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 -u xfreecd-0.9.0.1/debian/changelog xfreecd-0.9.0.1/debian/changelog
--- xfreecd-0.9.0.1/debian/changelog
+++ xfreecd-0.9.0.1/debian/changelog
@@ -1,3 +1,11 @@
+xfreecd (0.9.0.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * FTBFS with binutils-gold (closes: #556709).
+    - Makefile: add -lX11 to LDFLAGS.
+
+ -- HIGUCHI Daisuke (VDR dai) <d...@debian.org>  Sat, 07 Jan 2012 22:49:07 +0900
+
 xfreecd (0.9.0.1-1) unstable; urgency=low
 
   * New upstream release.
only in patch2:
unchanged:
--- xfreecd-0.9.0.1.orig/Makefile
+++ xfreecd-0.9.0.1/Makefile
@@ -12,7 +12,7 @@
 
 VERSION = 0.9.0.1
 CFLAGS = -g -O2 -Wall -pipe `pkg-config --cflags gtk+-2.0` -DVERSION=\"$(VERSION)\"
-LDFLAGS = `pkg-config --libs gtk+-2.0`
+LDFLAGS = -lX11 `pkg-config --libs gtk+-2.0`
 
 OBJS = xfreecd.o cd_control.o cddbd.o cddb.o child_sync.o xpm_button.o
 

Attachment: signature.asc
Description: Digital signature

Reply via email to