From caba45d59e23fc0c27fbc6685d385935638ccc2a Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Mon, 26 Jun 2023 16:30:08 -0500 Subject: [PATCH] * debian/compat, debian/tests/checkwords: - bump compat, expand scowl dictionary set --- debian/changelog | 4 +++- debian/compat | 2 +- debian/tests/checkwords | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index e1c92ca..90d3b9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,10 @@ petname (2.9) unreleased; urgency=medium - removed "jackass" and added to the blacklist * debian/control, debian/copyright: - migrating from bzr to git, launchpad to github + * debian/compat, debian/tests/checkwords: + - bump compat, expand scowl dictionary set - -- Dustin Kirkland Mon, 26 Jun 2023 15:36:25 -0500 + -- Dustin Kirkland Mon, 26 Jun 2023 16:29:10 -0500 petname (2.8-0ubuntu1) eoan; urgency=medium diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/tests/checkwords b/debian/tests/checkwords index ec76280..c08a160 100755 --- a/debian/tests/checkwords +++ b/debian/tests/checkwords @@ -85,7 +85,7 @@ done echo "TEST [12/16]: Ensure all adverbs are common in the SCOWL database [$dir]..." for word in $adverbs; do - if grep -qsri "^$word$" /usr/share/dict/scowl/english-words.[0-5]?; then + if grep -qsri "^$word$" /usr/share/dict/scowl/*; then continue else echo $word @@ -96,7 +96,7 @@ done echo "TEST [13/16]: Ensure all adjectives are common in the SCOWL database [$dir]..." for word in $adjectives; do - if grep -qsri "^$word$" /usr/share/dict/scowl/english-words.[0-5]?; then + if grep -qsri "^$word$" /usr/share/dict/scowl/*; then continue else echo $word