From 414459154d3a0aadcc3e5d699c453de429bd878c Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 22 May 2002 17:51:05 +0000 Subject: [PATCH] * Moved wtf acronym list into /usr/share/games. Closes: #144804 git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5189 a4a2c43b-8ac3-0310-8836-e0e880c912e2 --- config.params | 5 ++++- debian/changelog | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/config.params b/config.params index 955a61e..efe31d3 100644 --- a/config.params +++ b/config.params @@ -34,4 +34,7 @@ bsd_games_cfg_pager=/usr/bin/pager # Always use the same wordlist for boggle, and don't use web2, it's too # big. Instead, use the union of the wenglish and wbritish wordlists. -dictionary_src=`pwd`/temp-dictionary +bsd_games_cfg_dictionary_src=`pwd`/temp-dictionary + +# Put it in /usr/share/games with the rest of the games data. +bsd_games_cfg_wtf_acronymfile=/usr/share/games/bsdgames/acronyms diff --git a/debian/changelog b/debian/changelog index 951a55e..b34fa5f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bsdgames (2.13-9) unstable; urgency=low + + * Moved wtf acronym list into /usr/share/games. Closes: #144804 + + -- Joey Hess Wed, 22 May 2002 13:17:37 -0400 + bsdgames (2.13-8) unstable; urgency=low * COrrected primes (really factor) man page. Closes: #144738