Skip to content

Commit

Permalink
added debian script
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Jun 21, 2024
1 parent 1b12ec8 commit ecf9758
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions debian/install_pkg_build_deps.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

echo "Installing Debian package build dependencies"

apt-get update -qq

apt-get install -y \
python3 python3-dev python3-pip python3-venv python3-all \
dh-python debhelper devscripts dput software-properties-common \
python3-distutils python3-setuptools python3-wheel python3-stdeb

0 comments on commit ecf9758

Please sign in to comment.