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:
4
debian/control
vendored
4
debian/control
vendored
@ -11,8 +11,8 @@ Build-Depends:
|
||||
libxcb1-dev,
|
||||
libgtk-3-dev,
|
||||
libpam0g-dev,
|
||||
cargo,
|
||||
rustc,
|
||||
cargo (>= 0.57),
|
||||
rustc (>= 1.58),
|
||||
help2man
|
||||
|
||||
Package: bscreensaver
|
||||
|
Reference in New Issue
Block a user