Your message dated Mon, 20 Jun 2011 00:00:14 +0100
with message-id <1308524414.11457.72.camel@localhost>
and subject line Re: videolink: diff for NMU version 1.2.9-2.1
has caused the Debian Bug report #611815,
regarding videolink: diff for NMU version 1.2.9-2.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.)


-- 
611815: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611815
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: videolink
Version: 1.2.9-2
Severity: normal
Tags: patch pending

Ben, Nobuhiro,

I've prepared an NMU for videolink (versioned as 1.2.9-2.1) and will
upload it to the archive in a minute.  I used Nobuhiro's patches but
without the quilt build dependency addition, which isn't appropriate for
a NMU (or any upload at this point of the release, really).

Ben, I'll also push this to git://git.debian.org/~jcristau/videolink
based on your 1.2.9-2 tag.

Cheers,
Julien
diff -u videolink-1.2.9/debian/changelog videolink-1.2.9/debian/changelog
--- videolink-1.2.9/debian/changelog
+++ videolink-1.2.9/debian/changelog
@@ -1,3 +1,13 @@
+videolink (1.2.9-2.1) unstable; urgency=high
+
+  * Non-maintainer, high urgency upload to fix FTBFS.
+  * Define XPCOM_GLUE_USE_NSPR, link against nspr (closes: #611389).  Patch by
+    Nobuhiro Iwamatsu.
+  * Include <cstdio> in xpcom_support.cpp (closes: #611427).  Patch by
+    Nobuhiro Iwamatsu.
+
+ -- Julien Cristau <[email protected]>  Wed, 02 Feb 2011 15:23:49 +0100
+
 videolink (1.2.9-2) unstable; urgency=low
 
   * Use dh_xulrunner to determine xulrunner dependency
only in patch2:
unchanged:
--- videolink-1.2.9.orig/Makefile
+++ videolink-1.2.9/Makefile
@@ -8,9 +8,9 @@
 ifeq ($(shell pkg-config --atleast-version 1.9 mozilla-gtkmozembed-embedding && echo yes),yes)
     moz_name := xulrunner-1.9
     moz_pc := mozilla-gtkmozembed-embedding
-    moz_cppflags_extra := $(shell pkg-config --cflags xulrunner-nspr)
+    moz_cppflags_extra := $(shell pkg-config --cflags xulrunner-nspr) -DXPCOM_GLUE_USE_NSPR
     moz_unstable_cppflags_extra :=
-    moz_ldflags_extra :=
+    moz_ldflags_extra := $(shell pkg-config --libs xulrunner-nspr)
 else
     ifeq ($(shell pkg-config --exists xulrunner-gtkmozembed && echo yes),yes)
     moz_name := xulrunner
only in patch2:
unchanged:
--- videolink-1.2.9.orig/xpcom_support.cpp
+++ videolink-1.2.9/xpcom_support.cpp
@@ -1,6 +1,7 @@
 // Copyright 2005 Ben Hutchings <[email protected]>.
 // See the file "COPYING" for licence details.
 
+#include <cstdio>
 #include <cassert>
 #include <memory>
 #include <stdexcept>

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Version: 1.2.10-1

I merged your changes into the above version.

Ben.

-- 
Ben Hutchings
Absolutum obsoletum. (If it works, it's out of date.) - Stafford Beer

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---

Reply via email to