diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/debs/uhd_ubuntu_deb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/debs/uhd_ubuntu_deb.py b/tools/debs/uhd_ubuntu_deb.py index 6739ade99..fb1b988f9 100644 --- a/tools/debs/uhd_ubuntu_deb.py +++ b/tools/debs/uhd_ubuntu_deb.py @@ -21,7 +21,7 @@ import subprocess import sys import tarfile -supported_ubuntu_releases = ["bionic", "focal"] +supported_ubuntu_releases = ["bionic", "focal", "jammy"] tar_command = "tar --exclude='.git*' --exclude='./debian' --exclude='*.swp' --exclude='fpga' --exclude='build' --exclude='./images/*.pyc' --exclude='./images/uhd-*' --exclude='tags' --exclude='.ci' --exclude='.clang*' -cJf {}/uhd_{}.orig.tar.xz ." debuild_command = "debuild -S -i -sa" debuild_nosign = " -uc -us" |