Your message dated Tue, 14 Jun 2011 14:31:37 +0200
with message-id <1308054697.23908.25.camel@localhost>
and subject line Re: cdrdao: NMU diff for version 1:1.2.2-18.2
has caused the Debian Bug report #579455,
regarding cdrdao: NMU diff for version 1:1.2.2-18.2
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.)
--
579455: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579455
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cdrdao
Version: 1:1.2.2-18.2
Tags: patch
Hi,
I've prepared an NMU for cdrdao to fix the outstanding RC bug and
uploaded it to DELAYED/2. Please let me know if you'd like me to cancel
it so you can upload yourself or delay it further.
The diff for my NMU is attached.
Regards,
Adam
diff -u cdrdao-1.2.2/debian/changelog cdrdao-1.2.2/debian/changelog
--- cdrdao-1.2.2/debian/changelog
+++ cdrdao-1.2.2/debian/changelog
@@ -1,3 +1,11 @@
+cdrdao (1:1.2.2-18.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix FTBFS with sigc++ 2.2.4.2. Thanks to Steve Langasek for the
+ patch. (Closes: #569396)
+
+ -- Adam D. Barratt <[email protected]> Tue, 27 Apr 2010 20:09:13 +0100
+
cdrdao (1:1.2.2-18.1) unstable; urgency=low
* Non-maintainer upload.
diff -u cdrdao-1.2.2/debian/patches/series cdrdao-1.2.2/debian/patches/series
--- cdrdao-1.2.2/debian/patches/series
+++ cdrdao-1.2.2/debian/patches/series
@@ -13,0 +14 @@
+SigC_namespace
only in patch2:
unchanged:
--- cdrdao-1.2.2.orig/debian/patches/SigC_namespace
+++ cdrdao-1.2.2/debian/patches/SigC_namespace
@@ -0,0 +1,15 @@
+Author: Steve Langasek <[email protected]>
+Description: Fix build failures with sigc++ 2.2.4.2. (LP: #534300).
+
+Index: cdrdao/xdao/xcdrdao.cc
+===================================================================
+--- cdrdao.orig/xdao/xcdrdao.cc
++++ cdrdao/xdao/xcdrdao.cc
+@@ -136,7 +136,7 @@
+ installSignalHandler(SIGCHLD, signalHandler);
+
+ // setup periodic GUI updates
+- Glib::signal_timeout().connect(SigC::slot(&guiUpdatePeriodic), 2000);
++ Glib::signal_timeout().connect(sigc::slot<bool>(&guiUpdatePeriodic), 2000);
+
+ installSignalHandler(SIGPIPE, SIG_IGN);
--- End Message ---
--- Begin Message ---
Version: 1:1.2.2-18.2
On Tue, 2010-04-27 at 20:40 +0100, Adam D. Barratt wrote:
> I've prepared an NMU for cdrdao to fix the outstanding RC bug and
> uploaded it to DELAYED/2. Please let me know if you'd like me to cancel
> it so you can upload yourself or delay it further.
This NMU was accepted on 2011-04-29 [1].
Best regards
Alexander Kurtz
[1] http://packages.qa.debian.org/c/cdrdao/news/20100429T214743Z.html
signature.asc
Description: This is a digitally signed message part
--- End Message ---