Skip to content
Snippets Groups Projects

[build] fix: cargo deb not found license

Merged Éloïs requested to merge elois/deb into dev
2 files
+ 3
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -31,7 +31,7 @@ ssl = ["durs-ws2p-v1-legacy/ssl"]
[package.metadata.deb]
maintainer = "librelois <contact@dunitrust.org>"
copyright = "2017-2019, AXIOM TEAM Association <contact@axiom-team.fr>"
license-file = ["LICENSE", "4"]
license-file = ["../../LICENSE", "4"]
depends = "$auto"
section = "misc"
priority = "optional"
@@ -44,7 +44,7 @@ features = ["ssl"]
[package.metadata.deb.variants.arm]
maintainer = "librelois <contact@dunitrust.org>"
copyright = "2017-2019, AXIOM TEAM Association <contact@axiom-team.fr>"
license-file = ["LICENSE", "4"]
license-file = ["../../LICENSE", "4"]
section = "misc"
priority = "optional"
assets = [
Loading