Skip to content

Commit

Permalink
* debian/compat, debian/tests/checkwords:
Browse files Browse the repository at this point in the history
  - bump compat, expand scowl dictionary set
  • Loading branch information
dustinkirkland committed Jun 26, 2023
1 parent b1cd13a commit caba45d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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 <kirkland@ubuntu.com> Mon, 26 Jun 2023 15:36:25 -0500
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 26 Jun 2023 16:29:10 -0500

petname (2.8-0ubuntu1) eoan; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9
10
4 changes: 2 additions & 2 deletions debian/tests/checkwords
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit caba45d

Please sign in to comment.