From d13f946468663fb101227c3f03f271037cfc2c2c Mon Sep 17 00:00:00 2001 From: aoand Date: Thu, 7 Mar 2019 14:41:38 +0300 Subject: [PATCH] doc/compiling.md: fix package name "devscripts" (#775) the command 'debuild' is (and always was) part of the devscripts package --- doc/compiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/compiling.md b/doc/compiling.md index e613965..74a8a34 100644 --- a/doc/compiling.md +++ b/doc/compiling.md @@ -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