r1186 - packages/trunk/scorched3d/debian/patches

Reinhard Tartler siretart-guest at costa.debian.org
Wed Jul 26 13:28:46 UTC 2006


Author: siretart-guest
Date: 2006-07-26 13:28:45 +0000 (Wed, 26 Jul 2006)
New Revision: 1186

Added:
   packages/trunk/scorched3d/debian/patches/01-fix-autogen.sh.dpatch
Modified:
   packages/trunk/scorched3d/debian/patches/00list
Log:
new patch to fix autogen.sh to avoid FTBFS


Modified: packages/trunk/scorched3d/debian/patches/00list
===================================================================
--- packages/trunk/scorched3d/debian/patches/00list	2006-07-26 13:06:16 UTC (rev 1185)
+++ packages/trunk/scorched3d/debian/patches/00list	2006-07-26 13:28:45 UTC (rev 1186)
@@ -1,3 +1,4 @@
+01-fix-autogen.sh
 01_HtmlHelpDialog_cpp
 02_cast-fixes
 03_netserver

Added: packages/trunk/scorched3d/debian/patches/01-fix-autogen.sh.dpatch
===================================================================
--- packages/trunk/scorched3d/debian/patches/01-fix-autogen.sh.dpatch	2006-07-26 13:06:16 UTC (rev 1185)
+++ packages/trunk/scorched3d/debian/patches/01-fix-autogen.sh.dpatch	2006-07-26 13:28:45 UTC (rev 1186)
@@ -0,0 +1,17 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01-fix-autogen.sh.dpatch by Reinhard Tartler <siretart at tauware.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Needed because source didn't include config.sub and config.guess
+
+ at DPATCH@
+diff -urNad scorched3d~/autogen.sh scorched3d/autogen.sh
+--- scorched3d~/autogen.sh	2003-08-03 23:57:10.000000000 +0200
++++ scorched3d/autogen.sh	2006-07-26 15:26:39.000000000 +0200
+@@ -1,5 +1,5 @@
+ #!/bin/sh -x
+ aclocal
+-automake --foreign
++automake --foreign --add-missing --copy
+ autoconf
+ ./configure $*


Property changes on: packages/trunk/scorched3d/debian/patches/01-fix-autogen.sh.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-games-commits mailing list