From: Dietmar Maurer <dietmar@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox 4/4] update versions in generated control files
Date: Tue, 20 Jul 2021 13:51:58 +0200 [thread overview]
Message-ID: <20210720115158.376164-8-dietmar@proxmox.com> (raw)
In-Reply-To: <20210720115158.376164-1-dietmar@proxmox.com>
---
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 <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
@@ -14,9 +14,10 @@ Build-Depends: debhelper (>= 11),
librust-syn-1+full-dev <!nocheck>,
librust-syn-1+visit-mut-dev <!nocheck>
Maintainer: Proxmox Support Team <support@proxmox.com>
-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 <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-anyhow-1+default-dev <!nocheck>
Maintainer: Proxmox Support Team <support@proxmox.com>
-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 <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
@@ -13,9 +13,10 @@ Build-Depends: debhelper (>= 11),
librust-syn-1+full-dev <!nocheck>,
librust-syn-1+visit-mut-dev <!nocheck>
Maintainer: Proxmox Support Team <support@proxmox.com>
-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 <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
@@ -32,13 +32,12 @@ Build-Depends: debhelper (>= 11),
uuid-dev <!nocheck>,
uuid-dev <!nocheck>,
uuid-dev <!nocheck>,
- uuid-dev <!nocheck>,
- uuid-dev <!nocheck>,
uuid-dev <!nocheck>
Maintainer: Proxmox Support Team <support@proxmox.com>
-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
next prev parent reply other threads:[~2021-07-20 11:52 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-20 11:51 [pbs-devel] [PATCH proxmox-apt] depend on proxmox 0.12.0, bump version to 0.5.1-1 Dietmar Maurer
2021-07-20 11:51 ` [pbs-devel] [PATCH proxmox-openid-rs] depend on proxmox 0.12.0, bump version to 0.6.1 Dietmar Maurer
2021-07-20 11:51 ` [pbs-devel] [PATCH proxmox 1/4] new helper atomic_open_or_create_file() Dietmar Maurer
2021-07-20 11:51 ` [pbs-devel] [PATCH proxmox-backup 1/2] use new atomic_open_or_create_file Dietmar Maurer
2021-07-20 11:51 ` [pbs-devel] [PATCH proxmox-backup 2/2] add helpers to write configuration files Dietmar Maurer
2021-07-20 11:51 ` [pbs-devel] [PATCH proxmox 2/4] open_file_locked: add options parameter (CreateOptions) Dietmar Maurer
2021-07-20 11:51 ` [pbs-devel] [PATCH proxmox 3/4] bump proxmox version to 0.12.0-1 Dietmar Maurer
2021-07-20 11:51 ` Dietmar Maurer [this message]
2021-07-20 17:25 ` [pbs-devel] applied-series: [PATCH proxmox-apt] depend on proxmox 0.12.0, bump version to 0.5.1-1 Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210720115158.376164-8-dietmar@proxmox.com \
--to=dietmar@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.