Skip to content

Commit

Permalink
doc/compiling.md: fix package name "devscripts" (#775)
Browse files Browse the repository at this point in the history
the command 'debuild' is (and always was) part of the devscripts package
  • Loading branch information
aoand authored and xor-gate committed Mar 7, 2019
1 parent 1165cf7 commit d13f946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/compiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Options (do one of these before you plug it in)

### Build Debian Package

To build the debian package you need the following extra packages: `debuild debhelper`.
To build the debian package you need the following extra packages: `devscripts debhelper`.

```
$ git archive --prefix=$(git describe)/ HEAD | bzip2 --stdout > ../libstlink_$(sed -En -e "s/.*\((.*)\).*/\1/" -e "1,1 p" debian/changelog).orig.tar.bz2
Expand Down

0 comments on commit d13f946

Please sign in to comment.