mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-02-16 18:31:50 +01:00
10 lines
118 B
Bash
Executable File
10 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
dpkg-buildpackage -us -uc -b
|
|
cp ../*.deb builder/build
|
|
lintian ../*.deb
|