tag 466968 patch thanks Martin Michlmayr <[EMAIL PROTECTED]> (22/02/2008): > Package: qdacco > Version: 0.7-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 -u qdacco-0.7/debian/changelog qdacco-0.7/debian/changelog
--- qdacco-0.7/debian/changelog
+++ qdacco-0.7/debian/changelog
@@ -1,3 +1,11 @@
+qdacco (0.7-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix the FTBFS with gcc 4.3 by adding the missing include in
+ text/textdacco.cpp (Closes: #466968).
+
+ -- Cyril Brulebois <[EMAIL PROTECTED]> Wed, 27 Feb 2008 20:02:25 +0100
+
qdacco (0.7-1) unstable; urgency=low
* New upstream release.
only in patch2:
unchanged:
--- qdacco-0.7.orig/text/textdacco.cpp
+++ qdacco-0.7/text/textdacco.cpp
@@ -21,6 +21,8 @@
#include "textdacco.h"
+#include <cstdlib>
+
int main(int argc, char *argv[]) {
//int flags, opt;
int c;
signature.asc
Description: Digital signature

