[koules] 09/10: Drop obsolete 200_tcl.diff
Stephen Kitt
skitt at moszumanska.debian.org
Sat Oct 7 21:06:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
skitt pushed a commit to branch master
in repository koules.
commit 2ddf7c33b307c910c2c23c2f57fc0d2dc5fb9f70
Author: Stephen Kitt <steve at sk2.org>
Date: Tue Sep 19 21:10:39 2017 +0200
Drop obsolete 200_tcl.diff
---
debian/changelog | 1 +
debian/patches/200_tcl.diff | 33 ---------------------------------
debian/patches/series | 1 -
3 files changed, 1 insertion(+), 34 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9f336cd..a6293bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ koules (1.4-24) UNRELEASED; urgency=medium
* Clean up debian/control using cme.
* Standards-Version 4.1.0, no further change required.
* Drop obsolete sharutils build-dependency.
+ * Drop obsolete 200_tcl.diff.
-- Stephen Kitt <skitt at debian.org> Fri, 22 Jan 2016 19:01:49 +0100
diff --git a/debian/patches/200_tcl.diff b/debian/patches/200_tcl.diff
deleted file mode 100644
index 69e11e7..0000000
--- a/debian/patches/200_tcl.diff
+++ /dev/null
@@ -1,33 +0,0 @@
-Description: Correct paths used in the Tcl script, and check for Tcl
-Origin: other
-
-This patch is strictly-speaing unnecessary now since we don't ship
-startkoules.
-
---- koules-1.4.orig/koules.tcl
-+++ koules-1.4/koules.tcl
-@@ -3,9 +3,9 @@
- # This is simple user (anti)friendly dialog for starting koules
- # Only reason why I did it is that I wanted to try tcl/tk
- #files - configure here if paths are differ
--set xkoules "/usr/bin/X11/xkoules"
--set koulessvga "/usr/local/bin/koules.svga"
--set koulessound "/usr/local/lib/koules/creator1.raw"
-+set xkoules "/usr/games/xkoules"
-+set koulessvga "/usr/games/koules.svga"
-+set koulessound "/usr/lib/games/koules/creator1.raw"
- set config "~/.xkoules.opt"
- set revision 1.1
- # Set default
---- koules-1.4.orig/startkoules
-+++ koules-1.4/startkoules
-@@ -0,0 +1,9 @@
-+#!/bin/sh
-+if [ ! -f /usr/bin/wish ]; then
-+ echo "Sorry, this script requires the tcl8.3 and tk8.3 packages to be installed."
-+ echo "They are not a dependency of the koules package in case you don't want to use"
-+ echo "this script. Please install those packages and execute this script again."
-+ exit 1
-+fi
-+
-+exec /usr/bin/wish /usr/lib/games/koules/koules.tcl
diff --git a/debian/patches/series b/debian/patches/series
index a442f9d..961324b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -10,7 +10,6 @@
107_fix_xsynchronize.diff
108_use_right_visual.diff
110_manpage_hyphens.diff
-200_tcl.diff
300_kfreebsd-gnu.diff
109_fpe_fix.diff
111_font_unsigned_char.diff
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/koules.git
More information about the Pkg-games-commits
mailing list