From c885ac03e0d23b1a7ad8a0e59359247a14039dcf Mon Sep 17 00:00:00 2001 From: algernon Date: Thu, 15 Feb 2001 19:05:18 +0000 Subject: removed, useless with 0.0.6 --- debian/patches/00list | 1 - debian/patches/01-xterm.dpatch | 31 ------------------------------- 2 files changed, 32 deletions(-) delete mode 100644 debian/patches/00list delete mode 100755 debian/patches/01-xterm.dpatch (limited to 'debian') diff --git a/debian/patches/00list b/debian/patches/00list deleted file mode 100644 index 7937674..0000000 --- a/debian/patches/00list +++ /dev/null @@ -1 +0,0 @@ -01-xterm diff --git a/debian/patches/01-xterm.dpatch b/debian/patches/01-xterm.dpatch deleted file mode 100755 index 4bc94ab..0000000 --- a/debian/patches/01-xterm.dpatch +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -e - -# All lines beginning with `# DP:' are a description of the patch. -# DP: Calls x-terminal-emulator instead of xterm - -if [ $# -ne 1 ]; then - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1 -fi -case "$1" in - -patch) patch -f --no-backup-if-mismatch -p0 < $0;; - -unpatch) patch -f --no-backup-if-mismatch -R -p0 < $0;; - *) - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1 -esac - -exit 0 - -diff -u src/actions.c src/actions.c ---- src/actions.c Sat Dec 16 16:07:05 2000 -+++ src/actions.c Sat Dec 16 18:15:07 2000 -@@ -9,7 +9,7 @@ - - /* Initialization of the key structure */ - rp_action key_actions[] = { {KEY_PREFIX, 0, 0, generate_prefix}, -- {XK_c, -1, "xterm", spawn}, -+ {XK_c, -1, "x-terminal-emulator", spawn}, - {XK_e, -1, "emacs", spawn}, - {XK_p, -1, 0, prev_window}, - {XK_n, -1, 0, next_window}, -- cgit v1.2.3