Hi,

Attached is the diff for my stellarium 0.9.1-2.1 NMU.
diff -u stellarium-0.9.1/debian/patches/series 
stellarium-0.9.1/debian/patches/series
--- stellarium-0.9.1/debian/patches/series
+++ stellarium-0.9.1/debian/patches/series
@@ -1 +1,2 @@
-manpage.patch
\ No newline at end of file
+manpage.patch
+gcc-4.3.patch
diff -u stellarium-0.9.1/debian/changelog stellarium-0.9.1/debian/changelog
--- stellarium-0.9.1/debian/changelog
+++ stellarium-0.9.1/debian/changelog
@@ -1,3 +1,10 @@
+stellarium (0.9.1-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add patch gcc-4.3.patch fixing build with GCC 4.3 (Closes: #462702).
+
+ -- Sylvestre Ledru <[EMAIL PROTECTED]>  Wed, 19 Mar 2008 14:00:25 +0100
+
 stellarium (0.9.1-2) unstable; urgency=low
 
   * Fix FTBFS on pbuilder
only in patch2:
unchanged:
--- stellarium-0.9.1.orig/debian/patches/gcc-4.3.patch
+++ stellarium-0.9.1/debian/patches/gcc-4.3.patch
@@ -0,0 +1,13 @@
+Index: stellarium-0.9.1/src/StringArray.cpp
+===================================================================
+--- stellarium-0.9.1.orig/src/StringArray.cpp  2008-01-17 15:15:35.000000000 
+0100
++++ stellarium-0.9.1/src/StringArray.cpp       2008-03-19 13:45:42.000000000 
+0100
+@@ -16,7 +16,7 @@
+  * along with this program; if not, write to the Free Software
+  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+  */
+-
++#include <stdlib.h>
+ #include "StringArray.hpp"
+ 
+ #include <list>
only in patch2:
unchanged:
--- stellarium-0.9.1.orig/debian/patches/gcc-4.3.patch~
+++ stellarium-0.9.1/debian/patches/gcc-4.3.patch~
@@ -0,0 +1,11 @@
+--- stellarium-0.9.1.orig/src/StringArray.cpp  2008-01-17 15:15:35.000000000 
+0100
++++ stellarium-0.9.1/src/StringArray.cpp       2008-03-19 13:45:42.000000000 
+0100
+@@ -16,7 +16,7 @@
+  * along with this program; if not, write to the Free Software
+  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+  */
+-
++#include <stdlib.h>
+ #include "StringArray.hpp"
+ 
+ #include <list>

Reply via email to