Author: Unknown
Description: Remove compiled Python .pyc files for deb.
Index: wastesedge-0.3.5/scripts/Makefile.am
===================================================================
--- wastesedge-0.3.5.orig/scripts/Makefile.am	2002-05-06 14:47:17.000000000 +0100
+++ wastesedge-0.3.5/scripts/Makefile.am	2008-12-22 22:20:58.000000000 +0000
@@ -2,12 +2,12 @@
 
 pkgdatadir = $(gamedatadir)/scripts
 
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
 
 EXTRA_DIST = init.py
 
 all:
-	$(adonthell_binary) -c
+	#$(adonthell_binary) -c
 
 *.pyc: *.py
 
Index: wastesedge-0.3.5/scripts/Makefile.in
===================================================================
--- wastesedge-0.3.5.orig/scripts/Makefile.in	2008-06-29 10:57:05.000000000 +0100
+++ wastesedge-0.3.5/scripts/Makefile.in	2008-12-22 22:20:58.000000000 +0000
@@ -108,7 +108,7 @@
 install_sh = @install_sh@
 SUBDIRS = dialogues game_events modules schedules actions
 
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
 
 EXTRA_DIST = init.py
 
@@ -375,7 +375,7 @@
 
 
 all:
-	$(adonthell_binary) -c
+	#$(adonthell_binary) -c
 
 *.pyc: *.py
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
Index: wastesedge-0.3.5/scripts/actions/Makefile.am
===================================================================
--- wastesedge-0.3.5.orig/scripts/actions/Makefile.am	2002-05-06 14:47:17.000000000 +0100
+++ wastesedge-0.3.5/scripts/actions/Makefile.am	2008-12-22 22:20:58.000000000 +0000
@@ -1,11 +1,11 @@
 pkgdatadir = $(gamedatadir)/scripts/actions
 
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
 
 EXTRA_DIST = talk.py __init__.py
 
 all:
-	$(adonthell_binary) -c
+	#$(adonthell_binary) -c
 
 *.pyc: *.py
 
Index: wastesedge-0.3.5/scripts/actions/Makefile.in
===================================================================
--- wastesedge-0.3.5.orig/scripts/actions/Makefile.in	2008-06-29 10:58:32.000000000 +0100
+++ wastesedge-0.3.5/scripts/actions/Makefile.in	2008-12-22 22:20:58.000000000 +0000
@@ -106,7 +106,7 @@
 gamedatadir = @gamedatadir@
 install_sh = @install_sh@
 
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
 
 EXTRA_DIST = talk.py __init__.py
 
@@ -253,7 +253,7 @@
 
 
 all:
-	$(adonthell_binary) -c
+	#$(adonthell_binary) -c
 
 *.pyc: *.py
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
Index: wastesedge-0.3.5/scripts/dialogues/Makefile.am
===================================================================
--- wastesedge-0.3.5.orig/scripts/dialogues/Makefile.am	2002-05-06 14:47:17.000000000 +0100
+++ wastesedge-0.3.5/scripts/dialogues/Makefile.am	2008-12-22 22:20:58.000000000 +0000
@@ -1,6 +1,6 @@
 pkgdatadir = $(gamedatadir)/scripts/dialogues
 
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
 
 EXTRA_DIST = orloth_start.py lucia_start.py sarin_start.py \
     janesta_start.py erek_start.py oliver_start.py bjarn_start.py \
@@ -9,7 +9,7 @@
     silverhair_start.py fellnir_start.py __init__.py
 
 all:
-	$(adonthell_binary) -c
+	#$(adonthell_binary) -c
 
 *.pyc: *.py
 
Index: wastesedge-0.3.5/scripts/dialogues/Makefile.in
===================================================================
--- wastesedge-0.3.5.orig/scripts/dialogues/Makefile.in	2008-06-29 10:57:15.000000000 +0100
+++ wastesedge-0.3.5/scripts/dialogues/Makefile.in	2008-12-22 22:20:58.000000000 +0000
@@ -106,7 +106,7 @@
 gamedatadir = @gamedatadir@
 install_sh = @install_sh@
 
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
 
 EXTRA_DIST = orloth_start.py lucia_start.py sarin_start.py \
     janesta_start.py erek_start.py oliver_start.py bjarn_start.py \
@@ -258,7 +258,7 @@
 
 
 all:
-	$(adonthell_binary) -c
+	#$(adonthell_binary) -c
 
 *.pyc: *.py
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
Index: wastesedge-0.3.5/scripts/game_events/Makefile.am
===================================================================
--- wastesedge-0.3.5.orig/scripts/game_events/Makefile.am	2002-08-18 20:55:19.000000000 +0100
+++ wastesedge-0.3.5/scripts/game_events/Makefile.am	2008-12-22 22:20:58.000000000 +0000
@@ -1,6 +1,6 @@
 pkgdatadir = $(gamedatadir)/scripts/game_events
 
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
 
 EXTRA_DIST = teleport.py cellar_to_bjarn.py fst_to_silverhair.py \
 	character_speak.py open_inn_door.py silverhair_to_fst.py \
@@ -9,7 +9,7 @@
         speak.py
 
 all:
-	$(adonthell_binary) -c
+	#$(adonthell_binary) -c
 
 *.pyc: *.py
 
Index: wastesedge-0.3.5/scripts/game_events/Makefile.in
===================================================================
--- wastesedge-0.3.5.orig/scripts/game_events/Makefile.in	2008-06-29 10:57:36.000000000 +0100
+++ wastesedge-0.3.5/scripts/game_events/Makefile.in	2008-12-22 22:20:58.000000000 +0000
@@ -106,7 +106,7 @@
 gamedatadir = @gamedatadir@
 install_sh = @install_sh@
 
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
 
 EXTRA_DIST = teleport.py cellar_to_bjarn.py fst_to_silverhair.py \
 	character_speak.py open_inn_door.py silverhair_to_fst.py \
@@ -258,7 +258,7 @@
 
 
 all:
-	$(adonthell_binary) -c
+	#$(adonthell_binary) -c
 
 *.pyc: *.py
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
Index: wastesedge-0.3.5/scripts/modules/Makefile.am
===================================================================
--- wastesedge-0.3.5.orig/scripts/modules/Makefile.am	2002-05-06 14:47:18.000000000 +0100
+++ wastesedge-0.3.5/scripts/modules/Makefile.am	2008-12-22 22:20:58.000000000 +0000
@@ -1,12 +1,12 @@
 pkgdatadir = $(gamedatadir)/scripts/modules
 
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
 
 EXTRA_DIST = console.py main_menu.py events.py character_screen.py intro.py \
 	player_text.py
 
 all:
-	$(adonthell_binary) -c
+	#$(adonthell_binary) -c
 
 *.pyc: *.py
 
Index: wastesedge-0.3.5/scripts/modules/Makefile.in
===================================================================
--- wastesedge-0.3.5.orig/scripts/modules/Makefile.in	2008-06-29 10:57:50.000000000 +0100
+++ wastesedge-0.3.5/scripts/modules/Makefile.in	2008-12-22 22:20:58.000000000 +0000
@@ -106,7 +106,7 @@
 gamedatadir = @gamedatadir@
 install_sh = @install_sh@
 
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
 
 EXTRA_DIST = console.py main_menu.py events.py character_screen.py intro.py \
 	player_text.py
@@ -255,7 +255,7 @@
 
 
 all:
-	$(adonthell_binary) -c
+	#$(adonthell_binary) -c
 
 *.pyc: *.py
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
Index: wastesedge-0.3.5/scripts/schedules/Makefile.am
===================================================================
--- wastesedge-0.3.5.orig/scripts/schedules/Makefile.am	2002-05-06 14:47:18.000000000 +0100
+++ wastesedge-0.3.5/scripts/schedules/Makefile.am	2008-12-22 22:20:58.000000000 +0000
@@ -2,11 +2,11 @@
 
 pkgdatadir = $(gamedatadir)/scripts/schedules
 
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
 
 EXTRA_DIST = control.py __init__.py
 
 *.pyc: *.py
-	$(adonthell_binary) -c
+	#$(adonthell_binary) -c
 
 CLEANFILES = *.pyc
Index: wastesedge-0.3.5/scripts/schedules/Makefile.in
===================================================================
--- wastesedge-0.3.5.orig/scripts/schedules/Makefile.in	2008-06-29 10:58:06.000000000 +0100
+++ wastesedge-0.3.5/scripts/schedules/Makefile.in	2008-12-22 22:20:58.000000000 +0000
@@ -108,7 +108,7 @@
 install_sh = @install_sh@
 SUBDIRS = audio mapcharacters mapviews
 
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
 
 EXTRA_DIST = control.py __init__.py
 
@@ -375,7 +375,7 @@
 
 
 *.pyc: *.py
-	$(adonthell_binary) -c
+	#$(adonthell_binary) -c
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
Index: wastesedge-0.3.5/scripts/schedules/audio/Makefile.am
===================================================================
--- wastesedge-0.3.5.orig/scripts/schedules/audio/Makefile.am	2002-05-06 14:47:18.000000000 +0100
+++ wastesedge-0.3.5/scripts/schedules/audio/Makefile.am	2008-12-22 22:20:58.000000000 +0000
@@ -1,11 +1,11 @@
 pkgdatadir = $(gamedatadir)/scripts/schedules/audio
 
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
 
 EXTRA_DIST = in_game.py __init__.py
 
 all:
-	$(adonthell_binary) -c
+	#$(adonthell_binary) -c
 
 *.pyc: *.py
 
Index: wastesedge-0.3.5/scripts/schedules/audio/Makefile.in
===================================================================
--- wastesedge-0.3.5.orig/scripts/schedules/audio/Makefile.in	2008-06-29 10:58:12.000000000 +0100
+++ wastesedge-0.3.5/scripts/schedules/audio/Makefile.in	2008-12-22 22:20:58.000000000 +0000
@@ -106,7 +106,7 @@
 gamedatadir = @gamedatadir@
 install_sh = @install_sh@
 
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
 
 EXTRA_DIST = in_game.py __init__.py
 
@@ -253,7 +253,7 @@
 
 
 all:
-	$(adonthell_binary) -c
+	#$(adonthell_binary) -c
 
 *.pyc: *.py
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
Index: wastesedge-0.3.5/scripts/schedules/mapcharacters/Makefile.am
===================================================================
--- wastesedge-0.3.5.orig/scripts/schedules/mapcharacters/Makefile.am	2002-08-18 20:55:19.000000000 +0100
+++ wastesedge-0.3.5/scripts/schedules/mapcharacters/Makefile.am	2008-12-22 22:20:58.000000000 +0000
@@ -1,6 +1,6 @@
 pkgdatadir = $(gamedatadir)/scripts/schedules/mapcharacters
 
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
 
 EXTRA_DIST = alek.py erek.py frostbloom.py janesta.py jelom.py bjarn.py \
 	keyboard_control.py oliver.py orloth.py sarin.py silverhair.py \
@@ -8,7 +8,7 @@
 	extro.py __init__.py schedule.py
 
 all:
-	$(adonthell_binary) -c
+	#$(adonthell_binary) -c
 
 *.pyc: *.py
 
Index: wastesedge-0.3.5/scripts/schedules/mapcharacters/Makefile.in
===================================================================
--- wastesedge-0.3.5.orig/scripts/schedules/mapcharacters/Makefile.in	2008-06-29 10:58:18.000000000 +0100
+++ wastesedge-0.3.5/scripts/schedules/mapcharacters/Makefile.in	2008-12-22 22:20:58.000000000 +0000
@@ -106,7 +106,7 @@
 gamedatadir = @gamedatadir@
 install_sh = @install_sh@
 
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
 
 EXTRA_DIST = alek.py erek.py frostbloom.py janesta.py jelom.py bjarn.py \
 	keyboard_control.py oliver.py orloth.py sarin.py silverhair.py \
@@ -257,7 +257,7 @@
 
 
 all:
-	$(adonthell_binary) -c
+	#$(adonthell_binary) -c
 
 *.pyc: *.py
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
Index: wastesedge-0.3.5/scripts/schedules/mapviews/Makefile.am
===================================================================
--- wastesedge-0.3.5.orig/scripts/schedules/mapviews/Makefile.am	2002-05-06 14:47:18.000000000 +0100
+++ wastesedge-0.3.5/scripts/schedules/mapviews/Makefile.am	2008-12-22 22:20:58.000000000 +0000
@@ -1,11 +1,11 @@
 pkgdatadir = $(gamedatadir)/scripts/schedules/mapviews
 
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
 
 EXTRA_DIST = center_character.py __init__.py
 
 all:
-	$(adonthell_binary) -c
+	#$(adonthell_binary) -c
 
 *.pyc: *.py
 
Index: wastesedge-0.3.5/scripts/schedules/mapviews/Makefile.in
===================================================================
--- wastesedge-0.3.5.orig/scripts/schedules/mapviews/Makefile.in	2008-06-29 10:58:24.000000000 +0100
+++ wastesedge-0.3.5/scripts/schedules/mapviews/Makefile.in	2008-12-22 22:20:58.000000000 +0000
@@ -106,7 +106,7 @@
 gamedatadir = @gamedatadir@
 install_sh = @install_sh@
 
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
 
 EXTRA_DIST = center_character.py __init__.py
 
@@ -253,7 +253,7 @@
 
 
 all:
-	$(adonthell_binary) -c
+	#$(adonthell_binary) -c
 
 *.pyc: *.py
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
