From dceecb0bbf4fe32ee43c0ba4da75f598fd5507f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 1 Feb 2021 11:02:55 +0100 Subject: [PATCH] debcargo: fix maintainer directive" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- debian/debcargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/debcargo.toml b/debian/debcargo.toml index 6b0db74e..da1a90a4 100644 --- a/debian/debcargo.toml +++ b/debian/debcargo.toml @@ -2,13 +2,11 @@ overlay = "." crate_src_path = ".." whitelist = ["tests/*.c"] -# needed for pinutils alpha -allow_prerelease_deps = true +maintainer = "Proxmox Support Team " [source] vcs_git = "git://git.proxmox.com/git/proxmox-backup.git" vcs_browser = "https://git.proxmox.com/?p=proxmox-backup.git;a=summary" -maintainer = "Proxmox Support Team " section = "admin" build_depends = [ "bash-completion",