From 16773abdda5eb260216e3ed021309cfa32416b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 26 Nov 2024 11:13:08 +0100 Subject: [PATCH] update d/control MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- debian/control | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/debian/control b/debian/control index 938ce93..d19b57e 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,8 @@ Source: rust-pxar Section: rust Priority: optional -Build-Depends: debhelper (>= 12), - dh-cargo (>= 25), +Build-Depends: debhelper-compat (= 13), + dh-sequence-cargo, cargo:native , rustc:native , libstd-rust-dev , @@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 12), librust-siphasher-0.3+default-dev , librust-tokio-1-dev Maintainer: Proxmox Support Team -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Vcs-Git: Vcs-Browser: X-Cargo-Crate: pxar @@ -38,8 +38,8 @@ Provides: librust-pxar-0+test-harness-dev (= ${binary:Version}), librust-pxar-0.12-dev (= ${binary:Version}), librust-pxar-0.12+test-harness-dev (= ${binary:Version}), - librust-pxar-0.12.0-dev (= ${binary:Version}), - librust-pxar-0.12.0+test-harness-dev (= ${binary:Version}) + librust-pxar-0.12.1-dev (= ${binary:Version}), + librust-pxar-0.12.1+test-harness-dev (= ${binary:Version}) Description: Proxmox Archive format support library - Rust source code Source code for Debianized Rust crate "pxar" @@ -56,7 +56,7 @@ Depends: Provides: librust-pxar-0+async-example-dev (= ${binary:Version}), librust-pxar-0.12+async-example-dev (= ${binary:Version}), - librust-pxar-0.12.0+async-example-dev (= ${binary:Version}) + librust-pxar-0.12.1+async-example-dev (= ${binary:Version}) Description: Proxmox Archive format support library - feature "async-example" This metapackage enables feature "async-example" for the Rust pxar crate, by pulling in any additional dependencies needed by that feature. @@ -77,9 +77,9 @@ Provides: librust-pxar-0.12+tokio-dev (= ${binary:Version}), librust-pxar-0.12+default-dev (= ${binary:Version}), librust-pxar-0.12+tokio-io-dev (= ${binary:Version}), - librust-pxar-0.12.0+tokio-dev (= ${binary:Version}), - librust-pxar-0.12.0+default-dev (= ${binary:Version}), - librust-pxar-0.12.0+tokio-io-dev (= ${binary:Version}) + librust-pxar-0.12.1+tokio-dev (= ${binary:Version}), + librust-pxar-0.12.1+default-dev (= ${binary:Version}), + librust-pxar-0.12.1+tokio-io-dev (= ${binary:Version}) Description: Proxmox Archive format support library - feature "tokio" and 2 more This metapackage enables feature "tokio" for the Rust pxar crate, by pulling in any additional dependencies needed by that feature. @@ -101,8 +101,8 @@ Provides: librust-pxar-0+full-dev (= ${binary:Version}), librust-pxar-0.12+tokio-fs-dev (= ${binary:Version}), librust-pxar-0.12+full-dev (= ${binary:Version}), - librust-pxar-0.12.0+tokio-fs-dev (= ${binary:Version}), - librust-pxar-0.12.0+full-dev (= ${binary:Version}) + librust-pxar-0.12.1+tokio-fs-dev (= ${binary:Version}), + librust-pxar-0.12.1+full-dev (= ${binary:Version}) Description: Proxmox Archive format support library - feature "tokio-fs" and 1 more This metapackage enables feature "tokio-fs" for the Rust pxar crate, by pulling in any additional dependencies needed by that feature.