]> git.proxmox.com Git - pve-xtermjs.git/blame - debian/rules
termproxy: rewrite in rust
[pve-xtermjs.git] / debian / rules
CommitLineData
dcf3d43b
DC
1#!/usr/bin/make -f
2
3%:
3e4311fe
DC
4 dh $@ --buildsystem cargo
5
6override_dh_auto_build:
7 dh_auto_build
8 sed -e 's/@VERSION@/${VERSION}/' src/www/index.html.tpl.in > src/www/index.html.tpl
9 rm src/www/index.html.tpl.in