[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#118383: intent to NMU



I will NMU kfilereplace in four days to fix #118383 unless:

1) You upload a fixed version sooner;
2) You give me permission to upload my NMU sooner.

-- 
Branden Robinson          | GPG signed/encrypted mail welcome
branden@progeny.com       | 1024D/9C0BCBFB
Consultant                | D5F6 D4C9 E25B 3D37 068C
Progeny Linux Systems     | 72E8 0F42 191A 9C0B CBFB
diff -urN kfilereplace-0.6.1.old/debian/changelog kfilereplace-0.6.1/debian/changelog
--- kfilereplace-0.6.1.old/debian/changelog	Mon Nov  5 14:03:32 2001
+++ kfilereplace-0.6.1/debian/changelog	Mon Nov  5 15:43:01 2001
@@ -1,3 +1,11 @@
+kfilereplace (0.6.1-7.2) unstable; urgency=low
+
+  * NMU to fix build-failures
+  * kfilereplace/kfilereplace.cpp: add #include <stdlib.h> to fix problem with
+    undefined _exit symbol (Closes: #118383)
+
+ -- Branden Robinson <branden@debian.org>  Mon,  5 Nov 2001 14:48:32 -0500
+
 kfilereplace (0.6.1-7.1) unstable; urgency=low
 
   * Don't use xinerama or objprelink
diff -urN kfilereplace-0.6.1.old/kfilereplace/kfilereplace.cpp kfilereplace-0.6.1/kfilereplace/kfilereplace.cpp
--- kfilereplace-0.6.1.old/kfilereplace/kfilereplace.cpp	Thu Mar 29 12:05:45 2001
+++ kfilereplace-0.6.1/kfilereplace/kfilereplace.cpp	Mon Nov  5 14:47:42 2001
@@ -62,6 +62,7 @@
 #include <unistd.h>
 #include <stdio.h>
 #include <stdarg.h>
+#include <stdlib.h>
 
 // Global Thread data
 bool g_bThreadRunning = false;

Reply to: