Make debian package building work

I gave up on getting it to build on bullseye, as its cargo/rustc is too
old for the 2021 edition.  Building newer deb packages of rust is
apparently a difficult, manual process.  I tried installing rustup and
pulling the latest compiler, but that failed with strange errors that I
am tired of debugging.
This commit is contained in:
2022-05-14 00:15:03 -07:00
parent b63de1d416
commit aafe026092
6 changed files with 16 additions and 20 deletions

4
debian/rules vendored
View File

@ -9,10 +9,6 @@ MAKE_ARGS = \
dh $@
override_dh_auto_clean:
@echo "HOME=$$HOME"
@echo "PATH=$$PATH"
ls $$HOME/.rustup
ls $$HOME/.cargo
dh_auto_clean -- $(MAKE_ARGS)
override_dh_auto_build: