Skip to content
Snippets Groups Projects

Fix #200 debian package

Merged Benjamin Gallois requested to merge fix-200 into master
Compare and
11 files
+ 124
0
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -52,3 +52,8 @@ tokio = { workspace = true, features = [
@@ -52,3 +52,8 @@ tokio = { workspace = true, features = [
bincode = { workspace = true }
bincode = { workspace = true }
dubp-wot = { workspace = true }
dubp-wot = { workspace = true }
flate2 = { workspace = true, features = ["zlib-ng-compat"] }
flate2 = { workspace = true, features = ["zlib-ng-compat"] }
 
 
[package.metadata.deb]
 
maintainer-scripts = "../resources/debian/"
 
systemd-units = { enable = false }
 
assets = [ ["resources/debian/env_file", "/etc/duniter/env_file", "755"], ]
Loading