Your message dated Wed, 27 Jul 2011 19:03:07 +0200
with message-id <20110727170307.GA12130@candra>
and subject line Re: Bug#635595: kexec-tools: diff for NMU version 1:2.0.2-1.1
has caused the Debian Bug report #635595,
regarding kexec-tools: diff for NMU version 1:2.0.2-1.1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
635595: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635595
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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                        .''`. 
[email protected]                    : :Ⓐ  :  # 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 <[email protected]>  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


--- End Message ---
--- Begin Message ---
On Wed, Jul 27, 2011 at 10:42:54AM -0600, Khalid Aziz wrote:
> I am working on a new version of kexec-tools package this week. I had to
> rebuild my sid machine. I am planning to close a few more bugs besides
> this one with the new package. If you can wait until, say mid next week
> for the new package, I would suggest canceling NMU, otherwise let the
> NMU go through and I will incorporate your diff.

I have canceled my NMU. Good luck with your new sid machine! :)

Cheers,
-- 
Jérémy Bobbio                        .''`. 
[email protected]                    : :Ⓐ  :  # apt-get install anarchism
                                    `. `'` 
                                      `-   

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to