Package: extremetuxracer
Severity: minor
Version: 0.4-1
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu ubuntu-patch intrepid
Tags: patch
I've noted that debian/patches/G++4.1-fix.diff is no longer applied and could 
be 
removed since it has been applied upstream and 
debian/patches/fix_cups_cheat.diff is no longer needed, the cheat doesn't work 
even when the patch is not applied. Attached Is a diff which remove these files.
diff -Nru debian.old/patches/30_G++4.1-fix.diff debian/patches/30_G++4.1-fix.diff
--- debian.old/patches/30_G++4.1-fix.diff	2008-09-26 23:07:36.000000000 +0200
+++ debian/patches/30_G++4.1-fix.diff	1970-01-01 01:00:00.000000000 +0100
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## G++4.1-fix.dpatch by  Martin Michlmayr <[EMAIL PROTECTED]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: This fixes a FTBFS with g++ 4.1
-
[EMAIL PROTECTED]@
-diff -urNad ppracer-0.3.1~/src/ppgltk/FT/FTTextureGlyph.h ppracer-0.3.1/src/ppgltk/FT/FTTextureGlyph.h
---- ppracer-0.3.1~/src/ppgltk/FT/FTTextureGlyph.h	2005-02-18 11:16:04.000000000 +0100
-+++ ppracer-0.3.1/src/ppgltk/FT/FTTextureGlyph.h	2006-03-30 02:11:04.000000000 +0200
-@@ -52,7 +52,7 @@
-          * Reset the currently active texture to zero to get into a known state before
-          * drawing a string. This is to get round possible threading issues.
-          */
--        static void FTTextureGlyph::ResetActiveTexture(){ activeTextureID = 0;}
-+        static void ResetActiveTexture(){ activeTextureID = 0;}
-         
-     private:
-         /**
diff -Nru debian.old/patches/fix_cups_cheat.diff debian/patches/fix_cups_cheat.diff
--- debian.old/patches/fix_cups_cheat.diff	2008-09-26 23:07:36.000000000 +0200
+++ debian/patches/fix_cups_cheat.diff	1970-01-01 01:00:00.000000000 +0100
@@ -1,14 +0,0 @@
-Index: ppracer-0.3.1/src/ppgltk/widget.cpp
-===================================================================
---- ppracer-0.3.1.orig/src/ppgltk/widget.cpp
-+++ ppracer-0.3.1/src/ppgltk/widget.cpp
-@@ -176,6 +176,9 @@
- void
- Widget::simulateMouseClick()
- {
-+	if ( !m_sensitive ) {
-+		return;
-+	}
- 	performClickAction();
- }
- 
diff -Nru debian.old/patches/series debian/patches/series
--- debian.old/patches/series	2008-09-26 23:07:36.000000000 +0200
+++ debian/patches/series	2008-09-26 23:07:41.000000000 +0200
@@ -1,4 +1,3 @@
 10_norwegian_translation.diff
 40_fix_keyboard_config.diff
 fix_segfault_in_race_select_menu.diff
-fix_cups_cheat.diff

Reply via email to