[adonthell-data] 33/60: Drop 01 and 02 patch.

Markus Koschany apo at moszumanska.debian.org
Tue Jul 12 23:23:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository adonthell-data.

commit 80e199bc376eb5ead819aaa0df8405f29b07d7e2
Author: Markus Koschany <apo at debian.org>
Date:   Tue Jul 12 15:32:01 2016 +0200

    Drop 01 and 02 patch.
---
 debian/patches/01_do_not_ship_pyc_files | 373 --------------------------------
 debian/patches/02_player_text.py.diff   |  10 -
 debian/patches/series                   |   2 -
 3 files changed, 385 deletions(-)

diff --git a/debian/patches/01_do_not_ship_pyc_files b/debian/patches/01_do_not_ship_pyc_files
deleted file mode 100644
index 72a39a0..0000000
--- a/debian/patches/01_do_not_ship_pyc_files
+++ /dev/null
@@ -1,373 +0,0 @@
-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.
diff --git a/debian/patches/02_player_text.py.diff b/debian/patches/02_player_text.py.diff
deleted file mode 100644
index 3778463..0000000
--- a/debian/patches/02_player_text.py.diff
+++ /dev/null
@@ -1,10 +0,0 @@
-Author: Unknown
-Description: Fix extra space in player text strings.
---- a/scripts/modules/player_text.py.orig	2006-10-28 22:31:49.000000000 +0200
-+++ b/scripts/modules/player_text.py	2006-10-28 22:30:34.000000000 +0200
-@@ -1,4 +1,4 @@
-- _("That clock seems to be late!")
-+_("That clock seems to be late!")
- _("Aw, a midget yeti, how cute!")
- _("I'd better not touch this ... What if it explodes??")
- _("Closed. We are all imprisoned here ...")
diff --git a/debian/patches/series b/debian/patches/series
index dc50ae1..04c1387 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,2 @@
-01_do_not_ship_pyc_files
-02_player_text.py.diff
 no_avatar_font.patch
 desktop_encoding.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/adonthell-data.git



More information about the Pkg-games-commits mailing list