5
0
mirror of git://git.proxmox.com/git/novnc-pve.git synced 2025-03-11 16:58:31 +03:00

d/rules: dh hunk comes first

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-05-14 17:00:33 +02:00
parent f89a291dee
commit e7b1c1cf8e

6
debian/rules vendored
View File

@ -6,6 +6,9 @@
export DEB_BUILD_HARDENING=1
DEB_VERSION = $(shell dpkg-parsechangelog -SVersion)
%:
dh ${@} --with quilt
override_dh_auto_build:
compile-modules convert -f bundle app/ui.js > app.js
dh_auto_build
@ -14,6 +17,3 @@ override_dh_install:
cp vnc.html index.html.tpl
sed -i -re "s/\.(css|js)/\.\1?ver=${DEB_VERSION}/g" index.html.tpl
dh_install
%:
dh ${@} --with quilt