tags 456063 + patch
thanks

Hi,

Attached is the diff for my player 2.0.4-3.1 NMU.

Cheers,
        Moritz
diff -u player-2.0.4/debian/changelog player-2.0.4/debian/changelog
--- player-2.0.4/debian/changelog
+++ player-2.0.4/debian/changelog
@@ -1,3 +1,10 @@
+player (2.0.4-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix GCC 4.3 compatibility, patch by Cyril Brulebois (Closes: #456063)
+
+ -- Moritz Muehlenhoff <[EMAIL PROTECTED]>  Wed, 19 Mar 2008 21:39:13 +0100
+
 player (2.0.4-3) unstable; urgency=low
 
   * Add player-pmaptest to the set of utilities installed. (closes: #444257)
only in patch2:
unchanged:
--- player-2.0.4.orig/server/drivers/mixed/erratic/erratic.cc
+++ player-2.0.4/server/drivers/mixed/erratic/erratic.cc
@@ -183,6 +183,8 @@
 #include "config.h"
 #endif
 
+#include <cstdlib>
+
 bool debug_mode = FALSE;
 
 

Reply via email to