mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-22 16:13:13 +01:00
12 lines
177 B
Plaintext
12 lines
177 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
cd "$(dirname "$0")/.."
|
||
|
|
||
|
# Auto-install build-deps again
|
||
|
# echo YYY | mk-build-deps --install debian/control
|
||
|
|
||
|
dpkg-buildpackage -us -uc -b
|
||
|
lintian ../*.deb
|