mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-01-13 09:28:26 +01:00
7 lines
67 B
Bash
Executable File
7 lines
67 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
dpkg-buildpackage -us -uc -b
|
|
lintian ../*.deb
|