Skip to content

Commit

Permalink
Missing dependency for the debuild step
Browse files Browse the repository at this point in the history
  • Loading branch information
mendhak committed Jul 22, 2023
1 parent 96dd617 commit 517b59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ This produces a source package, and then creates a `.deb` package in the `deb_di
First, some build dependencies:

```
sudo apt install python3-stdeb fakeroot python3-all dh-python lintian
sudo apt install python3-stdeb fakeroot python3-all dh-python lintian devscripts
```

Then to build:
Expand Down

0 comments on commit 517b59a

Please sign in to comment.