deb package dependency updates

This commit is contained in:
Matt
2021-08-25 19:36:51 +00:00
parent aa7d1b5a30
commit 43c31d759b
8 changed files with 11 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
#!/bin/bash
set -e
set -x
build_www_dir() {
local webpacked_www=$PWD/builder/www

View File

@@ -1,5 +1,7 @@
#!/bin/sh -e
set -x
detect_quilt() {
if which quilt 1>/dev/null; then
QUILT_PRESENT=1
@@ -80,7 +82,9 @@ cd /src
detect_quilt
if [ -n "$QUILT_PRESENT" ]; then
quilt push -a
echo 'Patches applied!'
fi
make servertarball
cp kasmvnc*.tar.gz /build/kasmvnc.${KASMVNC_BUILD_OS}_${KASMVNC_BUILD_OS_CODENAME}.tar.gz