tags 672047 + patch
tags 672047 + pending
thanks

Dear maintainer,

I've prepared an NMU for ovito (versioned as 0.9.2-1.3) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru ovito-0.9.2/debian/changelog ovito-0.9.2/debian/changelog
--- ovito-0.9.2/debian/changelog	2012-03-28 03:31:48.000000000 +0200
+++ ovito-0.9.2/debian/changelog	2012-05-24 01:20:26.000000000 +0200
@@ -1,3 +1,10 @@
+ovito (0.9.2-1.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/fix-ftbfs-gcc-4.7: Fix FTBFS with gcc-4.7 (Closes: #672047)
+
+ -- Mònica Ramírez Arceda <mon...@debian.org>  Thu, 24 May 2012 00:27:45 +0200
+
 ovito (0.9.2-1.2) unstable; urgency=low
 
   * Non-Maintainer Upload.
diff -Nru ovito-0.9.2/debian/patches/fix-ftbfs-gcc-4.7 ovito-0.9.2/debian/patches/fix-ftbfs-gcc-4.7
--- ovito-0.9.2/debian/patches/fix-ftbfs-gcc-4.7	1970-01-01 01:00:00.000000000 +0100
+++ ovito-0.9.2/debian/patches/fix-ftbfs-gcc-4.7	2012-05-24 01:18:02.000000000 +0200
@@ -0,0 +1,35 @@
+Description: Fix FTBFS with gcc-4.7.
+Bug-Debian: #672047
+Author: Mònica Ramírez Arceda <mon...@debian.org>
+Last-Update: 2012-05-24
+
+--- a/src/atomviz/atoms/SimulationCell.cpp
++++ b/src/atomviz/atoms/SimulationCell.cpp
+@@ -26,6 +26,7 @@
+ #include <core/gui/properties/ColorPropertyUI.h>
+ #include <core/data/units/ParameterUnit.h>
+ #include <core/viewport/ViewportManager.h>
++#include <GL/glu.h>
+ 
+ #include "SimulationCell.h"
+ #include "AtomsObject.h"
+--- a/src/atomviz/atoms/datachannels/DisplacementDataChannel.cpp
++++ b/src/atomviz/atoms/datachannels/DisplacementDataChannel.cpp
+@@ -25,6 +25,7 @@
+ #include <core/gui/properties/ColorControllerUI.h>
+ #include <core/gui/properties/BooleanPropertyUI.h>
+ #include <core/undo/UndoManager.h>
++#include <GL/glu.h>
+ 
+ #include "DisplacementDataChannel.h"
+ #include <atomviz/atoms/AtomsObject.h>
+--- a/src/atomviz/atoms/datachannels/BondsDataChannel.cpp
++++ b/src/atomviz/atoms/datachannels/BondsDataChannel.cpp
+@@ -24,6 +24,7 @@
+ #include <core/gui/properties/FloatControllerUI.h>
+ #include <core/gui/properties/BooleanPropertyUI.h>
+ #include <core/undo/UndoManager.h>
++#include <GL/glu.h>
+ 
+ #include "BondsDataChannel.h"
+ #include <atomviz/atoms/AtomsObject.h>
diff -Nru ovito-0.9.2/debian/patches/series ovito-0.9.2/debian/patches/series
--- ovito-0.9.2/debian/patches/series	2012-03-28 03:23:30.000000000 +0200
+++ ovito-0.9.2/debian/patches/series	2012-05-24 00:28:23.000000000 +0200
@@ -1,3 +1,4 @@
 debian-changes-0.9.2-1~2
 boost1.48
 debian-changes-0.9.2-1~3
+fix-ftbfs-gcc-4.7

Reply via email to