From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 9DC517448C for ; Thu, 8 Jul 2021 16:15:06 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 9389319546 for ; Thu, 8 Jul 2021 16:14:36 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id DFB1D19513 for ; Thu, 8 Jul 2021 16:14:34 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 9F0CA40F56 for ; Thu, 8 Jul 2021 16:14:34 +0200 (CEST) From: Fabian Ebner To: pbs-devel@lists.proxmox.com Date: Thu, 8 Jul 2021 16:14:26 +0200 Message-Id: <20210708141429.190218-2-f.ebner@proxmox.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210708141429.190218-1-f.ebner@proxmox.com> References: <20210708141429.190218-1-f.ebner@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.546 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [proxmox.com] Subject: [pbs-devel] [PATCH proxmox-backup 1/4] depend on proxmox-apt X-BeenThere: pbs-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Backup Server development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jul 2021 14:15:06 -0000 Signed-off-by: Fabian Ebner --- Cargo.toml | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 490c17a6..78bb8fe9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,6 +90,7 @@ proxmox = { version = "0.11.5", features = [ "sortable-macro", "api-macro" ] } #proxmox = { git = "git://git.proxmox.com/git/proxmox", version = "0.1.2", features = [ "sortable-macro", "api-macro" ] } #proxmox = { path = "../proxmox/proxmox", features = [ "sortable-macro", "api-macro" ] } proxmox-acme-rs = "0.2.1" +proxmox-apt = "0.4.0" proxmox-fuse = "0.1.1" proxmox-http = { version = "0.2.1", features = [ "client", "http-helpers", "websocket" ] } #proxmox-http = { version = "0.2.0", path = "../proxmox/proxmox-http", features = [ "client", "http-helpers", "websocket" ] } diff --git a/debian/control b/debian/control index b710c544..a1b09340 100644 --- a/debian/control +++ b/debian/control @@ -43,6 +43,7 @@ Build-Depends: debhelper (>= 12), librust-proxmox-0.11+default-dev (>= 0.11.5-~~), librust-proxmox-0.11+sortable-macro-dev (>= 0.11.5-~~), librust-proxmox-acme-rs-0.2+default-dev (>= 0.2.1-~~), + librust-proxmox-apt-0.4+default-dev, librust-proxmox-fuse-0.1+default-dev (>= 0.1.1-~~), librust-proxmox-http-0.2+client-dev (>= 0.2.1-~~), librust-proxmox-http-0.2+default-dev (>= 0.2.1-~~), -- 2.30.2