Skip to content
Snippets Groups Projects
Commit ac882c71 authored by Éloïs's avatar Éloïs
Browse files

[build] server: deb: specify license and copyright

parent 5cdb47d3
No related branches found
No related tags found
1 merge request!188Elois/fix
......@@ -29,7 +29,9 @@ durs-tui = { path = "../../lib/modules/tui" }
ssl = ["durs-ws2p-v1-legacy/ssl"]
[package.metadata.deb]
maintainer = "librelois <elois@duniter.org>"
maintainer = "librelois <contact@dunitrust.org>"
copyright = "2019, AXIOM TEAM Association <contact@axiom-team.fr>"
license-file = ["LICENSE", "4"]
depends = "$auto"
section = "misc"
priority = "optional"
......@@ -40,6 +42,11 @@ assets = [
features = ["ssl"]
[package.metadata.deb.variants.arm]
maintainer = "librelois <contact@dunitrust.org>"
copyright = "2019, AXIOM TEAM Association <contact@axiom-team.fr>"
license-file = ["LICENSE", "4"]
section = "misc"
priority = "optional"
assets = [
["../../target/armv7-unknown-linux-gnueabihf/release/dunitrust", "usr/bin/", "755"],
["../../images/duniter-rs.png", "usr/share/dunitrust/", "644"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment