We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba02321 commit dadf115Copy full SHA for dadf115
1 file changed
packaging/makedeb.sh
@@ -6,7 +6,7 @@ pkgfiles=( "build" "changes" "deb" "dsc" "tar.xz" )
6
7
8
if [ $gettools == "yes" ]; then
9
- sudo apt-get update && sudo apt-get install build-essential dh-make dh-python debhelper devscripts
+ sudo apt-get update && sudo apt-get install build-essential debhelper devscripts dh-make dh-python dput gnupg
10
sudo apt-get install python-all python-setuptools python3-all python3-setuptools
11
fi
12
0 commit comments