]> git.proxmox.com Git - novnc-pve.git/commitdiff
d/rules: dh hunk comes first
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 14 May 2021 15:00:33 +0000 (17:00 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 14 May 2021 15:00:33 +0000 (17:00 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/rules

index 402c68a5463f372ffd79ab4e8f9aec33d6468982..7d9211b48ae100d905294d11f04917a99f26f6df 100755 (executable)
@@ -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