tag 462699 patch thanks Martin Michlmayr <[EMAIL PROTECTED]> (27/01/2008): > Package: kdesudo > Version: 2.0-1 > Severity: important > Usertags: ftbfs-gcc-4.3
Hi, please find attached a patch for this bug. Let me know if you want me to take care of uploading a fixed package (this is a release goal). Cheers, -- Cyril Brulebois
diff --git a/debian/changelog b/debian/changelog
index 6996094..af44361 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+kdesudo (2.0-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix FTBFS with gcc 4.3 by adding the missing include in
+ kdesudo/main.cpp (Closes: #462699).
+
+ -- Cyril Brulebois <[EMAIL PROTECTED]> Wed, 27 Feb 2008 20:24:24 +0100
+
kdesudo (2.0-2) unstable; urgency=low
* The "thanks to the translators"-release
diff --git a/kdesudo/main.cpp b/kdesudo/main.cpp
index eceedd2..111d3b6 100644
--- a/kdesudo/main.cpp
+++ b/kdesudo/main.cpp
@@ -34,6 +34,7 @@
#include <qstring.h>
#include <qfile.h>
#include <qfileinfo.h>
+#include <cstdlib>
static const char *description =
I18N_NOOP("KdeSudo");
signature.asc
Description: Digital signature

