]> git.proxmox.com Git - pve-xtermjs.git/commit
buildsys: avoid debcargo and dh-cargo on build
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 May 2023 11:44:33 +0000 (13:44 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 May 2023 12:02:48 +0000 (14:02 +0200)
commit11430bcc1f71d90dc374dfb223d9a13ac14a660b
tree059e4039727cd495128d18b295af3214ace626d5
parent033c3cb4127082b74be0e48aaf79bc0de55876a5
buildsys: avoid debcargo and dh-cargo on build

debcargo package requires all dependencies to be installed, even if
we basically just use it for d/control generation, which makes it a
bad choice for build dir generation here (i.e., with a native
package) as the DSC should be buildable without requiring all build
dependencies.

Add a target to update d/control manually (not much tested) and move
the build away from dh-cargo

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
debian/rules