summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-11-02 17:00:26 +0200
committerLars Wirzenius <liw@liw.fi>2022-11-02 17:00:26 +0200
commit3014d36397c18f35dadff7ea67b99c2780093661 (patch)
tree91214d18f5e30a8c4dcd761a0497ecd188b761e0
parent6e1f1350e73a57b2b4a6621227b66477d85a4850 (diff)
downloaddebian-subplot-3014d36397c18f35dadff7ea67b99c2780093661.tar.gz
fix: use "hello" instead of "liwc" as a test packageHEADmain
Sponsored-by: author
-rw-r--r--debian.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian.md b/debian.md
index ba35311..7470482 100644
--- a/debian.md
+++ b/debian.md
@@ -66,17 +66,17 @@ package._
Justification: Without this, it may be impossible to install a bug fix
or security update.
-The scenario uses the `liwc` package, which is rarely used or
+The scenario uses the `hello` package, which is rarely used or
installed by anyone. If your Debian system does have it, this will
fail and you will need to edit the scenario to use a different
package.
~~~scenario
given a Debian system
-when I try to run, as debian, dpkg -l liwc
+when I try to run, as debian, dpkg -l hello
then command fails
when I run, as debian, sudo apt update
-when I run, as debian, sudo apt install -y liwc
-when I run, as debian, sudo apt remove -y liwc
+when I run, as debian, sudo apt install -y hello
+when I run, as debian, sudo apt remove -y hello
then command is successful
~~~