Skip to content

Commit

Permalink
* debian/update-wordlists.sh:
Browse files Browse the repository at this point in the history
  - remove bzr dependency here
  • Loading branch information
dustinkirkland committed Jun 26, 2023
1 parent 8e5a1ed commit f3ffae4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ golang-petname (2.11) unreleased; urgency=medium
* petname.go:
- add non-deterministic mode

-- Dustin Kirkland <[email protected]> Fri, 29 Nov 2019 15:51:43 -0600
[ Dustin Kirkland ]
* debian/update-wordlists.sh:
- remove bzr dependency here

-- Dustin Kirkland <[email protected]> Mon, 26 Jun 2023 16:53:48 -0500

golang-petname (2.10-0ubuntu1) eoan; urgency=medium

Expand Down
1 change: 0 additions & 1 deletion debian/update-wordlists.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ set -e

PKG="petname"

[ -d .bzr/ ] && bzr revert ${PKG}.go || true
for f in adverbs adjectives names; do
rm -f "$f".txt.list
printf " $f = [...]string{" > "$f".txt.list
Expand Down

0 comments on commit f3ffae4

Please sign in to comment.