mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-12-28 09:38:57 +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
|