buildsys: drop -C prefer-dynamic (and rebuild 0.3.0)

also add perl depends

the std library is actually big and not linking dynamically
doesn't add much
besides, the package names for libstd would cause issues
with minor compiler bumps...

the 0.3.0 package is actually built from this commit now,
since the installability checks caught this...

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-11-10 12:18:39 +01:00
parent fc38788fde
commit 790d11edf1
2 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,7 @@ Package: libpve-rs-perl
Architecture: any
Depends:
${misc:Depends},
${perl:Depends},
${shlibs:Depends},
Description: PVE parts which have been ported to Rust - Rust source code
This package contains the source for the Rust pve-rs crate, packaged by

View File

@ -2,7 +2,6 @@
#export DH_VERBOSE=1
export BUILD_MODE=release
export RUSTFLAGS=-C prefer-dynamic
%:
dh $@