tags 666298 + patch
thanks

On 13/05/12 01:06, Sebastian Ramacher wrote:
> Please find attached a patch to fix this FTBFS.

Attached is a revised patch that also fixes #666298.

Regards
-- 
Sebastian Ramacher
diff -u qmk-groundstation-1.0.1/debian/rules qmk-groundstation-1.0.1/debian/rules
--- qmk-groundstation-1.0.1/debian/rules
+++ qmk-groundstation-1.0.1/debian/rules
@@ -12,5 +12,6 @@
 	rm -f Images/QMK-Groundstation.xpm
 
-build:
+build: build-arch
+build-arch:
 	$(CONVERT) Images/QMK-Groundstation.png -geometry 32x32 Images/QMK-Groundstation.xpm
 
diff -u qmk-groundstation-1.0.1/debian/changelog qmk-groundstation-1.0.1/debian/changelog
--- qmk-groundstation-1.0.1/debian/changelog
+++ qmk-groundstation-1.0.1/debian/changelog
@@ -1,3 +1,11 @@
+qmk-groundstation (1.0.1-2.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: Add build-arch target. (Closes: #666298)
+  * Classes/ToolBox.cpp: Fix FTBGS with g++ 4.7. (Closes: #672017)
+
+ -- Sebastian Ramacher <s.ramac...@gmx.at>  Sun, 13 May 2012 00:57:07 +0200
+
 qmk-groundstation (1.0.1-2) unstable; urgency=low
 
   * Added note about license of the QMapControl widget to
only in patch2:
unchanged:
--- qmk-groundstation-1.0.1.orig/Classes/ToolBox.cpp
+++ qmk-groundstation-1.0.1/Classes/ToolBox.cpp
@@ -18,6 +18,7 @@
  ***************************************************************************/
 
 #include "ToolBox.h"
+#include <unistd.h>
 
 ToolBox::ToolBox()
 {

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to