Import NMU patch: 0.97.7-2.1
authorJohn Wright <jsw@debian.org>
Sat, 15 May 2010 01:07:08 +0000 (19:07 -0600)
committerJohn Wright <jsw@debian.org>
Sat, 15 May 2010 01:07:08 +0000 (19:07 -0600)
debian/changelog
src/main.cpp

index c87b0a2..a0592ee 100644 (file)
@@ -5,6 +5,14 @@ fmit (0.97.7-3) UNRELEASED; urgency=low
 
  -- John Wright <jsw@debian.org>  Fri, 18 Jan 2008 17:12:25 -0700
 
+fmit (0.97.7-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS on GNU/kFreeBSD (Closes: #542540):
+     - Add a <cstdlib> include (for exit) to src/main.cc.
+
+ -- Cyril Brulebois <kibi@debian.org>  Mon, 21 Dec 2009 09:36:33 +0100
+
 fmit (0.97.7-2) unstable; urgency=low
 
   * Update Standards-Version to 3.7.3 (no changes needed to be made)
index fc565bb..29b632c 100644 (file)
@@ -20,6 +20,7 @@
 #include "config.h"
 
 #include <iostream>
+#include <cstdlib>
 using namespace std;
 #include <signal.h>
 #include <qapplication.h>