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 381E377422 for ; Tue, 20 Jul 2021 13:52:40 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 2C15A8485 for ; Tue, 20 Jul 2021 13:52:10 +0200 (CEST) Received: from elsa.proxmox.com (unknown [94.136.29.99]) by firstgate.proxmox.com (Proxmox) with ESMTP id 35C9C841D for ; Tue, 20 Jul 2021 13:52:07 +0200 (CEST) Received: by elsa.proxmox.com (Postfix, from userid 0) id 0DBD4AE1DF8; Tue, 20 Jul 2021 13:52:03 +0200 (CEST) From: Dietmar Maurer To: pbs-devel@lists.proxmox.com Date: Tue, 20 Jul 2021 13:51:58 +0200 Message-Id: <20210720115158.376164-8-dietmar@proxmox.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210720115158.376164-1-dietmar@proxmox.com> References: <20210720115158.376164-1-dietmar@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.467 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 RDNS_NONE 0.793 Delivered to internal network by a host with no rDNS 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 4/4] update versions in generated control files 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: Tue, 20 Jul 2021 11:52:40 -0000 --- proxmox-api-macro/debian/control | 7 ++- proxmox-http/debian/control | 13 +++-- proxmox-sortable-macro/debian/control | 7 ++- proxmox/debian/control | 81 +++++++++++++-------------- 4 files changed, 55 insertions(+), 53 deletions(-) diff --git a/proxmox-api-macro/debian/control b/proxmox-api-macro/debian/control index 3a995f7..fec07d5 100644 --- a/proxmox-api-macro/debian/control +++ b/proxmox-api-macro/debian/control @@ -1,8 +1,8 @@ Source: rust-proxmox-api-macro Section: rust Priority: optional -Build-Depends: debhelper (>= 11), - dh-cargo (>= 18), +Build-Depends: debhelper (>= 12), + dh-cargo (>= 24), cargo:native , rustc:native , libstd-rust-dev , @@ -14,9 +14,10 @@ Build-Depends: debhelper (>= 11), librust-syn-1+full-dev , librust-syn-1+visit-mut-dev Maintainer: Proxmox Support Team -Standards-Version: 4.4.1 +Standards-Version: 4.5.1 Vcs-Git: git://git.proxmox.com/git/proxmox.git Vcs-Browser: https://git.proxmox.com/?p=proxmox.git +Rules-Requires-Root: no Package: librust-proxmox-api-macro-dev Architecture: any diff --git a/proxmox-http/debian/control b/proxmox-http/debian/control index 315d384..41eca84 100644 --- a/proxmox-http/debian/control +++ b/proxmox-http/debian/control @@ -1,16 +1,17 @@ Source: rust-proxmox-http Section: rust Priority: optional -Build-Depends: debhelper (>= 11), - dh-cargo (>= 18), +Build-Depends: debhelper (>= 12), + dh-cargo (>= 24), cargo:native , rustc:native , libstd-rust-dev , librust-anyhow-1+default-dev Maintainer: Proxmox Support Team -Standards-Version: 4.4.1 +Standards-Version: 4.5.1 Vcs-Git: git://git.proxmox.com/git/proxmox.git Vcs-Browser: https://git.proxmox.com/?p=proxmox.git +Rules-Requires-Root: no Package: librust-proxmox-http-dev Architecture: any @@ -114,7 +115,7 @@ Depends: librust-http-0.2+default-dev, librust-hyper-0.14+default-dev, librust-hyper-0.14+full-dev, - librust-proxmox-0.11-dev (>= 0.11.3-~~), + librust-proxmox-0.12-dev, librust-tokio-1+io-util-dev, librust-tokio-openssl-0.6+default-dev (>= 0.6.1-~~) Provides: @@ -162,7 +163,7 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-proxmox-http-dev (= ${binary:Version}), - librust-proxmox-0.11-dev (>= 0.11.3-~~) + librust-proxmox-0.12-dev Provides: librust-proxmox-http-0+proxmox-dev (= ${binary:Version}), librust-proxmox-http-0.2+proxmox-dev (= ${binary:Version}), @@ -212,7 +213,7 @@ Depends: librust-hyper-0.14+default-dev, librust-hyper-0.14+full-dev, librust-openssl-0.10+default-dev, - librust-proxmox-0.11+tokio-dev (>= 0.11.3-~~), + librust-proxmox-0.12+tokio-dev, librust-tokio-1+io-util-dev, librust-tokio-1+sync-dev Provides: diff --git a/proxmox-sortable-macro/debian/control b/proxmox-sortable-macro/debian/control index e236532..41f0ff1 100644 --- a/proxmox-sortable-macro/debian/control +++ b/proxmox-sortable-macro/debian/control @@ -1,8 +1,8 @@ Source: rust-proxmox-sortable-macro Section: rust Priority: optional -Build-Depends: debhelper (>= 11), - dh-cargo (>= 18), +Build-Depends: debhelper (>= 12), + dh-cargo (>= 24), cargo:native , rustc:native , libstd-rust-dev , @@ -13,9 +13,10 @@ Build-Depends: debhelper (>= 11), librust-syn-1+full-dev , librust-syn-1+visit-mut-dev Maintainer: Proxmox Support Team -Standards-Version: 4.4.1 +Standards-Version: 4.5.1 Vcs-Git: git://git.proxmox.com/git/proxmox.git Vcs-Browser: https://git.proxmox.com/?p=proxmox.git +Rules-Requires-Root: no Package: librust-proxmox-sortable-macro-dev Architecture: any diff --git a/proxmox/debian/control b/proxmox/debian/control index 133e5d6..f829027 100644 --- a/proxmox/debian/control +++ b/proxmox/debian/control @@ -1,8 +1,8 @@ Source: rust-proxmox Section: rust Priority: optional -Build-Depends: debhelper (>= 11), - dh-cargo (>= 18), +Build-Depends: debhelper (>= 12), + dh-cargo (>= 24), cargo:native , rustc:native , libstd-rust-dev , @@ -32,13 +32,12 @@ Build-Depends: debhelper (>= 11), uuid-dev , uuid-dev , uuid-dev , - uuid-dev , - uuid-dev , uuid-dev Maintainer: Proxmox Support Team -Standards-Version: 4.4.1 +Standards-Version: 4.5.1 Vcs-Git: git://git.proxmox.com/git/proxmox.git Vcs-Browser: https://git.proxmox.com/?p=proxmox.git +Rules-Requires-Root: no Package: librust-proxmox-dev Architecture: any @@ -81,10 +80,10 @@ Provides: librust-proxmox+test-harness-dev (= ${binary:Version}), librust-proxmox-0-dev (= ${binary:Version}), librust-proxmox-0+test-harness-dev (= ${binary:Version}), - librust-proxmox-0.11-dev (= ${binary:Version}), - librust-proxmox-0.11+test-harness-dev (= ${binary:Version}), - librust-proxmox-0.11.5-dev (= ${binary:Version}), - librust-proxmox-0.11.5+test-harness-dev (= ${binary:Version}) + librust-proxmox-0.12-dev (= ${binary:Version}), + librust-proxmox-0.12+test-harness-dev (= ${binary:Version}), + librust-proxmox-0.12.0-dev (= ${binary:Version}), + librust-proxmox-0.12.0+test-harness-dev (= ${binary:Version}) Description: Proxmox library - Rust source code This package contains the source for the Rust proxmox crate, packaged by debcargo for use with cargo and dh-cargo. @@ -100,10 +99,10 @@ Provides: librust-proxmox+proxmox-api-macro-dev (= ${binary:Version}), librust-proxmox-0+api-macro-dev (= ${binary:Version}), librust-proxmox-0+proxmox-api-macro-dev (= ${binary:Version}), - librust-proxmox-0.11+api-macro-dev (= ${binary:Version}), - librust-proxmox-0.11+proxmox-api-macro-dev (= ${binary:Version}), - librust-proxmox-0.11.5+api-macro-dev (= ${binary:Version}), - librust-proxmox-0.11.5+proxmox-api-macro-dev (= ${binary:Version}) + librust-proxmox-0.12+api-macro-dev (= ${binary:Version}), + librust-proxmox-0.12+proxmox-api-macro-dev (= ${binary:Version}), + librust-proxmox-0.12.0+api-macro-dev (= ${binary:Version}), + librust-proxmox-0.12.0+proxmox-api-macro-dev (= ${binary:Version}) Description: Proxmox library - feature "api-macro" and 1 more This metapackage enables feature "api-macro" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -121,10 +120,10 @@ Provides: librust-proxmox+u2f-dev (= ${binary:Version}), librust-proxmox-0+base32-dev (= ${binary:Version}), librust-proxmox-0+u2f-dev (= ${binary:Version}), - librust-proxmox-0.11+base32-dev (= ${binary:Version}), - librust-proxmox-0.11+u2f-dev (= ${binary:Version}), - librust-proxmox-0.11.5+base32-dev (= ${binary:Version}), - librust-proxmox-0.11.5+u2f-dev (= ${binary:Version}) + librust-proxmox-0.12+base32-dev (= ${binary:Version}), + librust-proxmox-0.12+u2f-dev (= ${binary:Version}), + librust-proxmox-0.12.0+base32-dev (= ${binary:Version}), + librust-proxmox-0.12.0+u2f-dev (= ${binary:Version}) Description: Proxmox library - feature "base32" and 1 more This metapackage enables feature "base32" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -143,8 +142,8 @@ Depends: librust-tokio-1+default-dev Provides: librust-proxmox-0+cli-dev (= ${binary:Version}), - librust-proxmox-0.11+cli-dev (= ${binary:Version}), - librust-proxmox-0.11.5+cli-dev (= ${binary:Version}) + librust-proxmox-0.12+cli-dev (= ${binary:Version}), + librust-proxmox-0.12.0+cli-dev (= ${binary:Version}) Description: Proxmox library - feature "cli" This metapackage enables feature "cli" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -161,8 +160,8 @@ Depends: librust-proxmox+u2f-dev (= ${binary:Version}) Provides: librust-proxmox-0+default-dev (= ${binary:Version}), - librust-proxmox-0.11+default-dev (= ${binary:Version}), - librust-proxmox-0.11.5+default-dev (= ${binary:Version}) + librust-proxmox-0.12+default-dev (= ${binary:Version}), + librust-proxmox-0.12.0+default-dev (= ${binary:Version}) Description: Proxmox library - feature "default" This metapackage enables feature "default" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -177,8 +176,8 @@ Depends: librust-tokio-1+macros-dev Provides: librust-proxmox-0+examples-dev (= ${binary:Version}), - librust-proxmox-0.11+examples-dev (= ${binary:Version}), - librust-proxmox-0.11.5+examples-dev (= ${binary:Version}) + librust-proxmox-0.12+examples-dev (= ${binary:Version}), + librust-proxmox-0.12.0+examples-dev (= ${binary:Version}) Description: Proxmox library - feature "examples" This metapackage enables feature "examples" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -192,8 +191,8 @@ Depends: librust-futures-0.3+default-dev Provides: librust-proxmox-0+futures-dev (= ${binary:Version}), - librust-proxmox-0.11+futures-dev (= ${binary:Version}), - librust-proxmox-0.11.5+futures-dev (= ${binary:Version}) + librust-proxmox-0.12+futures-dev (= ${binary:Version}), + librust-proxmox-0.12.0+futures-dev (= ${binary:Version}) Description: Proxmox library - feature "futures" This metapackage enables feature "futures" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -208,8 +207,8 @@ Depends: librust-hyper-0.14+full-dev Provides: librust-proxmox-0+hyper-dev (= ${binary:Version}), - librust-proxmox-0.11+hyper-dev (= ${binary:Version}), - librust-proxmox-0.11.5+hyper-dev (= ${binary:Version}) + librust-proxmox-0.12+hyper-dev (= ${binary:Version}), + librust-proxmox-0.12.0+hyper-dev (= ${binary:Version}) Description: Proxmox library - feature "hyper" This metapackage enables feature "hyper" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -225,10 +224,10 @@ Provides: librust-proxmox+tfa-dev (= ${binary:Version}), librust-proxmox-0+openssl-dev (= ${binary:Version}), librust-proxmox-0+tfa-dev (= ${binary:Version}), - librust-proxmox-0.11+openssl-dev (= ${binary:Version}), - librust-proxmox-0.11+tfa-dev (= ${binary:Version}), - librust-proxmox-0.11.5+openssl-dev (= ${binary:Version}), - librust-proxmox-0.11.5+tfa-dev (= ${binary:Version}) + librust-proxmox-0.12+openssl-dev (= ${binary:Version}), + librust-proxmox-0.12+tfa-dev (= ${binary:Version}), + librust-proxmox-0.12.0+openssl-dev (= ${binary:Version}), + librust-proxmox-0.12.0+tfa-dev (= ${binary:Version}) Description: Proxmox library - feature "openssl" and 1 more This metapackage enables feature "openssl" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -246,10 +245,10 @@ Provides: librust-proxmox+sortable-macro-dev (= ${binary:Version}), librust-proxmox-0+proxmox-sortable-macro-dev (= ${binary:Version}), librust-proxmox-0+sortable-macro-dev (= ${binary:Version}), - librust-proxmox-0.11+proxmox-sortable-macro-dev (= ${binary:Version}), - librust-proxmox-0.11+sortable-macro-dev (= ${binary:Version}), - librust-proxmox-0.11.5+proxmox-sortable-macro-dev (= ${binary:Version}), - librust-proxmox-0.11.5+sortable-macro-dev (= ${binary:Version}) + librust-proxmox-0.12+proxmox-sortable-macro-dev (= ${binary:Version}), + librust-proxmox-0.12+sortable-macro-dev (= ${binary:Version}), + librust-proxmox-0.12.0+proxmox-sortable-macro-dev (= ${binary:Version}), + librust-proxmox-0.12.0+sortable-macro-dev (= ${binary:Version}) Description: Proxmox library - feature "proxmox-sortable-macro" and 1 more This metapackage enables feature "proxmox-sortable-macro" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -268,8 +267,8 @@ Depends: librust-tokio-1+default-dev Provides: librust-proxmox-0+router-dev (= ${binary:Version}), - librust-proxmox-0.11+router-dev (= ${binary:Version}), - librust-proxmox-0.11.5+router-dev (= ${binary:Version}) + librust-proxmox-0.12+router-dev (= ${binary:Version}), + librust-proxmox-0.12.0+router-dev (= ${binary:Version}) Description: Proxmox library - feature "router" This metapackage enables feature "router" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -283,8 +282,8 @@ Depends: librust-tokio-1+default-dev Provides: librust-proxmox-0+tokio-dev (= ${binary:Version}), - librust-proxmox-0.11+tokio-dev (= ${binary:Version}), - librust-proxmox-0.11.5+tokio-dev (= ${binary:Version}) + librust-proxmox-0.12+tokio-dev (= ${binary:Version}), + librust-proxmox-0.12.0+tokio-dev (= ${binary:Version}) Description: Proxmox library - feature "tokio" This metapackage enables feature "tokio" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -298,8 +297,8 @@ Depends: librust-tokio-stream-0.1+default-dev (>= 0.1.1-~~) Provides: librust-proxmox-0+tokio-stream-dev (= ${binary:Version}), - librust-proxmox-0.11+tokio-stream-dev (= ${binary:Version}), - librust-proxmox-0.11.5+tokio-stream-dev (= ${binary:Version}) + librust-proxmox-0.12+tokio-stream-dev (= ${binary:Version}), + librust-proxmox-0.12.0+tokio-stream-dev (= ${binary:Version}) Description: Proxmox library - feature "tokio-stream" This metapackage enables feature "tokio-stream" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. -- 2.30.2