diff --git a/proxmox-shared-memory/Cargo.toml b/proxmox-shared-memory/Cargo.toml index 6206b45c..7b827d68 100644 --- a/proxmox-shared-memory/Cargo.toml +++ b/proxmox-shared-memory/Cargo.toml @@ -4,8 +4,9 @@ version = "0.1.0" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" -description = "Shared Memory IPC" +description = "Shared memory helpers and shared mutex implementation" +exclude = [ "debian" ] [dependencies] anyhow = "1.0" diff --git a/proxmox-shared-memory/debian/copyright b/proxmox-shared-memory/debian/copyright new file mode 100644 index 00000000..5661ef60 --- /dev/null +++ b/proxmox-shared-memory/debian/copyright @@ -0,0 +1,16 @@ +Copyright (C) 2021 Proxmox Server Solutions GmbH + +This software is written by Proxmox Server Solutions GmbH + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see . diff --git a/proxmox-shared-memory/debian/debcargo.toml b/proxmox-shared-memory/debian/debcargo.toml new file mode 100644 index 00000000..b7864cdb --- /dev/null +++ b/proxmox-shared-memory/debian/debcargo.toml @@ -0,0 +1,7 @@ +overlay = "." +crate_src_path = ".." +maintainer = "Proxmox Support Team " + +[source] +vcs_git = "git://git.proxmox.com/git/proxmox.git" +vcs_browser = "https://git.proxmox.com/?p=proxmox.git"