tags 663944 + patch pending
tags 671907 + patch pending
thanks

Dear maintainer,

I've prepared an NMU for elmerfem (versioned as 6.1.0.svn.5396.dfsg-5.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru elmerfem-6.1.0.svn.5396.dfsg/debian/changelog elmerfem-6.1.0.svn.5396.dfsg/debian/changelog
--- elmerfem-6.1.0.svn.5396.dfsg/debian/changelog	2012-04-14 08:52:39.000000000 +0200
+++ elmerfem-6.1.0.svn.5396.dfsg/debian/changelog	2012-05-26 00:53:42.000000000 +0200
@@ -1,3 +1,13 @@
+elmerfem (6.1.0.svn.5396.dfsg-5.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+
+  [ Tormod Volden ]
+  * debian/patches/glu.patch:
+    - Fix FTBFS by linking with GLU (Closes: #663944, #671907).
+
+ -- Luca Falavigna <dktrkr...@debian.org>  Sat, 26 May 2012 00:51:10 +0200
+
 elmerfem (6.1.0.svn.5396.dfsg-5.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru elmerfem-6.1.0.svn.5396.dfsg/debian/patches/glu.patch elmerfem-6.1.0.svn.5396.dfsg/debian/patches/glu.patch
--- elmerfem-6.1.0.svn.5396.dfsg/debian/patches/glu.patch	1970-01-01 01:00:00.000000000 +0100
+++ elmerfem-6.1.0.svn.5396.dfsg/debian/patches/glu.patch	2012-05-26 00:50:57.000000000 +0200
@@ -0,0 +1,28 @@
+Description: Fix FTBFS by linking with GLU
+Author: Tormod Volden <debian.tor...@gmail.com>
+
+Index: elmerfem-6.1.0.svn.5396.dfsg/ElmerGUI/Application/Application.pro
+===================================================================
+--- elmerfem-6.1.0.svn.5396.dfsg.orig/ElmerGUI/Application/Application.pro	2012-05-26 00:47:14.000000000 +0200
++++ elmerfem-6.1.0.svn.5396.dfsg/ElmerGUI/Application/Application.pro	2012-05-26 00:50:54.817404865 +0200
+@@ -115,6 +115,8 @@
+ #------------------------------------------------------------------------------
+ win32: LIBS += -lpsapi
+ 
++LIBS += -lGLU
++
+ #------------------------------------------------------------------------------
+ # Input files:
+ #------------------------------------------------------------------------------
+Index: elmerfem-6.1.0.svn.5396.dfsg/ElmerGUI/Application/src/glwidget.h
+===================================================================
+--- elmerfem-6.1.0.svn.5396.dfsg.orig/ElmerGUI/Application/src/glwidget.h	2011-10-01 10:00:06.000000000 +0200
++++ elmerfem-6.1.0.svn.5396.dfsg/ElmerGUI/Application/src/glwidget.h	2012-05-26 00:48:46.137400923 +0200
+@@ -56,6 +56,7 @@
+ #include <QVector>
+ #include "helpers.h"
+ #include "meshutils.h"
++#include <GL/glu.h>
+ 
+ #define DUMMY_NAME 0xffffffff
+ 
diff -Nru elmerfem-6.1.0.svn.5396.dfsg/debian/patches/series elmerfem-6.1.0.svn.5396.dfsg/debian/patches/series
--- elmerfem-6.1.0.svn.5396.dfsg/debian/patches/series	2011-10-01 15:02:30.000000000 +0200
+++ elmerfem-6.1.0.svn.5396.dfsg/debian/patches/series	2012-05-26 00:48:25.000000000 +0200
@@ -7,3 +7,4 @@
 ElmerGUI-no-strip.patch
 elmer-revision.patch
 libav_071.patch
+glu.patch

Reply via email to