]> git.proxmox.com Git - pve-xtermjs.git/blob - debian/rules
2b62edd5bedd70cb0c26ce50ff321b4c139d6a35
[pve-xtermjs.git] / debian / rules
1 #!/usr/bin/make -f
2
3 %:
4 dh $@ --buildsystem cargo
5
6 override_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 sed -e 's/@VERSION@/${VERSION}/' src/www/index.html.hbs.in > src/www/index.html.hbs
10 rm src/www/index.html.tpl.in src/www/index.html.hbs.in