doc/compiling.md: fix package name "devscripts" (#775)

the command 'debuild' is (and always was) part of the devscripts package
pull/776/head
aoand 2019-03-07 14:41:38 +03:00 zatwierdzone przez Jerry Jacobs
rodzic 1165cf7127
commit d13f946468
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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