Package: kexec-tools
Version: 1:2.0.2-1
Severity: normal
Tags: patch pending

Dear maintainer,

I've prepared an NMU for kexec-tools (versioned as 1:2.0.2-1.1) and
uploaded it to DELAYED/3. Please feel free to tell me if I
should delay it longer or cancel it.

Cheers,
-- 
Jérémy Bobbio                        .''`. 
lu...@debian.org                    : :Ⓐ  :  # apt-get install anarchism
                                    `. `'` 
                                      `-   
diff -u kexec-tools-2.0.2/debian/changelog kexec-tools-2.0.2/debian/changelog
--- kexec-tools-2.0.2/debian/changelog
+++ kexec-tools-2.0.2/debian/changelog
@@ -1,3 +1,14 @@
+kexec-tools (1:2.0.2-1.1) unstable; urgency=low
+
+  [ Jérémy Bobbio ]
+  * Non-maintainer upload.
+  * Apply Matthias' patch to fix FTBFS. (Closes: #610517)
+
+  [ Matthias Klose ]
+  * --no-undefined is a linker option, not a gcc option. (Closes: #624897)
+
+ -- Jérémy Bobbio <lu...@debian.org>  Wed, 27 Jul 2011 13:13:18 +0200
+
 kexec-tools (1:2.0.2-1) unstable; urgency=low
 
   * New upstream release (closes: Bug#623814)
diff -u kexec-tools-2.0.2/debian/patches/00list kexec-tools-2.0.2/debian/patches/00list
--- kexec-tools-2.0.2/debian/patches/00list
+++ kexec-tools-2.0.2/debian/patches/00list
@@ -7,0 +8 @@
+linker-option.dpatch
only in patch2:
unchanged:
--- kexec-tools-2.0.2.orig/debian/patches/linker-option.dpatch
+++ kexec-tools-2.0.2/debian/patches/linker-option.dpatch
@@ -0,0 +1,23 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## DP: --no-undefined is a linker option, not a gcc option.
+
+@DPATCH@
+--- ./purgatory/Makefile.orig	2008-10-08 22:32:14.000000000 +0000
++++ ./purgatory/Makefile	2011-01-19 04:28:51.308229001 +0000
+@@ -55,14 +55,14 @@
+ 			-I$(srcdir)/util_lib/include \
+ 			-I$(shell $(CC) -print-file-name=include)
+ $(PURGATORY): LDFLAGS=$($(ARCH)_PURGATORY_EXTRA_CFLAGS)\
+-			--no-undefined -nostartfiles -nostdlib -nodefaultlibs \
++			-Wl,--no-undefined -nostartfiles -nostdlib -nodefaultlibs \
+ 			-e purgatory_start -r
+ 
+ $(PURGATORY): $(PURGATORY_OBJS)
+ 	$(MKDIR) -p $(@D)
+ 	$(CC) $(LDFLAGS) -o $@ $^
+ 
+-#	$(LD) $(LDFLAGS) $(EXTRA_LDFLAGS) --no-undefined -e purgatory_start -r -o $@ $(PURGATORY_OBJS) $(UTIL_LIB)
++#	$(LD) $(LDFLAGS) $(EXTRA_LDFLAGS) -Wl,--no-undefined -e purgatory_start -r -o $@ $(PURGATORY_OBJS) $(UTIL_LIB)
+ 
+ echo::
+ 	@echo "PURGATORY_SRCS $(PURGATORY_SRCS)"

Attachment: signature.asc
Description: Digital signature

Reply via email to