r6699 - packages/trunk/warsow/debian

Andres Mejia ceros-guest at alioth.debian.org
Mon Apr 21 04:31:42 UTC 2008


Author: ceros-guest
Date: 2008-04-21 04:31:42 +0000 (Mon, 21 Apr 2008)
New Revision: 6699

Modified:
   packages/trunk/warsow/debian/rules
Log:
Need fromdos line for file patched by disable_update_check.diff patch

Modified: packages/trunk/warsow/debian/rules
===================================================================
--- packages/trunk/warsow/debian/rules	2008-04-21 04:28:19 UTC (rev 6698)
+++ packages/trunk/warsow/debian/rules	2008-04-21 04:31:42 UTC (rev 6699)
@@ -23,6 +23,7 @@
 from-dos:
 	dh_testdir
 	fromdos -e warsow_0.42_src/source/game/q_shared.h
+	fromdos -e warsow_0.42_src/source/client/cl_main.c
 	touch fromdos-stamp
 
 patch: from-dos patch-stamp
@@ -60,6 +61,7 @@
 to-dos:
 	dh_testdir
 	todos -e warsow_0.42_src/source/game/q_shared.h
+	todos -e warsow_0.42_src/source/client/cl_main.c
 	[ ! -f fromdos-stamp ] || rm fromdos-stamp
 
 install: build




More information about the Pkg-games-commits mailing list