fix: debian without bindings
reimplemented parts of the Debian backend to get rid of the apt library that has a different version everywhere and therefore won't play nicely with our pacdef
This commit is contained in:
+2
-2
@@ -29,12 +29,12 @@ toml = "0.9"
|
||||
|
||||
# backends
|
||||
alpm = { version = "5.0", optional = true }
|
||||
rust-apt = { version = "0.9", optional = true}
|
||||
#rust-apt = { version = "0.9", optional = true}
|
||||
|
||||
[features]
|
||||
default = []
|
||||
arch = ["dep:alpm"]
|
||||
debian = ["dep:rust-apt"]
|
||||
#debian = ["dep:rust-apt"]
|
||||
|
||||
[profile.release]
|
||||
lto = "off"
|
||||
|
||||
Reference in New Issue
Block a user