d/control: tree wide update after switch to weak/namespaced dependencies

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-08-26 12:07:36 +02:00
parent 289d297c7d
commit 52a8eb6ace
6 changed files with 73 additions and 460 deletions

View File

@ -20,21 +20,10 @@ Depends:
${misc:Depends},
librust-anyhow-1+default-dev
Suggests:
librust-proxmox-http+base64-dev (= ${binary:Version}),
librust-proxmox-http+client-dev (= ${binary:Version}),
librust-proxmox-http+futures-dev (= ${binary:Version}),
librust-proxmox-http+http-dev (= ${binary:Version}),
librust-proxmox-http+client-trait-dev (= ${binary:Version}),
librust-proxmox-http+http-helpers-dev (= ${binary:Version}),
librust-proxmox-http+hyper-dev (= ${binary:Version}),
librust-proxmox-http+openssl-dev (= ${binary:Version}),
librust-proxmox-http+proxmox-async-dev (= ${binary:Version}),
librust-proxmox-http+proxmox-io-dev (= ${binary:Version}),
librust-proxmox-http+proxmox-lang-dev (= ${binary:Version}),
librust-proxmox-http+proxmox-sys-dev (= ${binary:Version}),
librust-proxmox-http+serde-json-dev (= ${binary:Version}),
librust-proxmox-http+tokio-dev (= ${binary:Version}),
librust-proxmox-http+tokio-openssl-dev (= ${binary:Version}),
librust-proxmox-http+url-dev (= ${binary:Version}),
librust-proxmox-http+websocket-dev (= ${binary:Version})
Provides:
librust-proxmox-http+default-dev (= ${binary:Version}),
@ -48,33 +37,20 @@ Description: Proxmox HTTP library - Rust source code
This package contains the source for the Rust proxmox-http crate, packaged by
debcargo for use with cargo and dh-cargo.
Package: librust-proxmox-http+base64-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-http-dev (= ${binary:Version}),
librust-base64-0.13+default-dev
Provides:
librust-proxmox-http-0+base64-dev (= ${binary:Version}),
librust-proxmox-http-0.6+base64-dev (= ${binary:Version}),
librust-proxmox-http-0.6.5+base64-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "base64"
This metapackage enables feature "base64" for the Rust proxmox-http crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-http+client-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-http-dev (= ${binary:Version}),
librust-proxmox-http+futures-dev (= ${binary:Version}),
librust-proxmox-http+http-helpers-dev (= ${binary:Version}),
librust-proxmox-http+openssl-dev (= ${binary:Version}),
librust-proxmox-http+tokio-openssl-dev (= ${binary:Version}),
librust-futures-0.3+default-dev,
librust-hyper-0.14+full-dev,
librust-tokio-1+io-util-dev
librust-hyper-0.14-dev,
librust-openssl-0.10+default-dev,
librust-tokio-1+default-dev,
librust-tokio-1+io-util-dev,
librust-tokio-openssl-0.6+default-dev (>= 0.6.1-~~)
Provides:
librust-proxmox-http-0+client-dev (= ${binary:Version}),
librust-proxmox-http-0.6+client-dev (= ${binary:Version}),
@ -83,22 +59,7 @@ Description: Proxmox HTTP library - feature "client"
This metapackage enables feature "client" for the Rust proxmox-http crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-http+futures-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-http-dev (= ${binary:Version}),
librust-futures-0.3+default-dev
Provides:
librust-proxmox-http-0+futures-dev (= ${binary:Version}),
librust-proxmox-http-0.6+futures-dev (= ${binary:Version}),
librust-proxmox-http-0.6.5+futures-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "futures"
This metapackage enables feature "futures" for the Rust proxmox-http crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-http+http-dev
Package: librust-proxmox-http+client-trait-dev
Architecture: any
Multi-Arch: same
Depends:
@ -106,18 +67,12 @@ Depends:
librust-proxmox-http-dev (= ${binary:Version}),
librust-http-0.2+default-dev
Provides:
librust-proxmox-http+client-trait-dev (= ${binary:Version}),
librust-proxmox-http-0+http-dev (= ${binary:Version}),
librust-proxmox-http-0+client-trait-dev (= ${binary:Version}),
librust-proxmox-http-0.6+http-dev (= ${binary:Version}),
librust-proxmox-http-0.6+client-trait-dev (= ${binary:Version}),
librust-proxmox-http-0.6.5+http-dev (= ${binary:Version}),
librust-proxmox-http-0.6.5+client-trait-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "http" and 1 more
This metapackage enables feature "http" for the Rust proxmox-http crate, by
pulling in any additional dependencies needed by that feature.
.
Additionally, this package also provides the "client-trait" feature.
Description: Proxmox HTTP library - feature "client-trait"
This metapackage enables feature "client-trait" for the Rust proxmox-http
crate, by pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-http+http-helpers-dev
Architecture: any
@ -125,11 +80,11 @@ Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-http-dev (= ${binary:Version}),
librust-proxmox-http+base64-dev (= ${binary:Version}),
librust-proxmox-http+http-dev (= ${binary:Version}),
librust-proxmox-http+proxmox-sys-dev (= ${binary:Version}),
librust-proxmox-http+serde-json-dev (= ${binary:Version}),
librust-proxmox-http+url-dev (= ${binary:Version})
librust-base64-0.13+default-dev,
librust-http-0.2+default-dev,
librust-proxmox-sys-0.4+default-dev,
librust-serde-json-1+default-dev,
librust-url-2+default-dev
Provides:
librust-proxmox-http-0+http-helpers-dev (= ${binary:Version}),
librust-proxmox-http-0.6+http-helpers-dev (= ${binary:Version}),
@ -138,36 +93,6 @@ Description: Proxmox HTTP library - feature "http-helpers"
This metapackage enables feature "http-helpers" for the Rust proxmox-http
crate, by pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-http+hyper-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-http-dev (= ${binary:Version}),
librust-hyper-0.14-dev
Provides:
librust-proxmox-http-0+hyper-dev (= ${binary:Version}),
librust-proxmox-http-0.6+hyper-dev (= ${binary:Version}),
librust-proxmox-http-0.6.5+hyper-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "hyper"
This metapackage enables feature "hyper" for the Rust proxmox-http crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-http+openssl-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-http-dev (= ${binary:Version}),
librust-openssl-0.10+default-dev
Provides:
librust-proxmox-http-0+openssl-dev (= ${binary:Version}),
librust-proxmox-http-0.6+openssl-dev (= ${binary:Version}),
librust-proxmox-http-0.6.5+openssl-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "openssl"
This metapackage enables feature "openssl" for the Rust proxmox-http crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-http+proxmox-async-dev
Architecture: any
Multi-Arch: same
@ -183,124 +108,21 @@ Description: Proxmox HTTP library - feature "proxmox-async"
This metapackage enables feature "proxmox-async" for the Rust proxmox-http
crate, by pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-http+proxmox-io-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-http-dev (= ${binary:Version}),
librust-proxmox-io-1+default-dev
Provides:
librust-proxmox-http-0+proxmox-io-dev (= ${binary:Version}),
librust-proxmox-http-0.6+proxmox-io-dev (= ${binary:Version}),
librust-proxmox-http-0.6.5+proxmox-io-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "proxmox-io"
This metapackage enables feature "proxmox-io" for the Rust proxmox-http crate,
by pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-http+proxmox-lang-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-http-dev (= ${binary:Version}),
librust-proxmox-lang-1+default-dev (>= 1.1-~~)
Provides:
librust-proxmox-http-0+proxmox-lang-dev (= ${binary:Version}),
librust-proxmox-http-0.6+proxmox-lang-dev (= ${binary:Version}),
librust-proxmox-http-0.6.5+proxmox-lang-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "proxmox-lang"
This metapackage enables feature "proxmox-lang" for the Rust proxmox-http
crate, by pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-http+proxmox-sys-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-http-dev (= ${binary:Version}),
librust-proxmox-sys-0.4+default-dev
Provides:
librust-proxmox-http-0+proxmox-sys-dev (= ${binary:Version}),
librust-proxmox-http-0.6+proxmox-sys-dev (= ${binary:Version}),
librust-proxmox-http-0.6.5+proxmox-sys-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "proxmox-sys"
This metapackage enables feature "proxmox-sys" for the Rust proxmox-http crate,
by pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-http+serde-json-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-http-dev (= ${binary:Version}),
librust-serde-json-1+default-dev
Provides:
librust-proxmox-http-0+serde-json-dev (= ${binary:Version}),
librust-proxmox-http-0.6+serde-json-dev (= ${binary:Version}),
librust-proxmox-http-0.6.5+serde-json-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "serde_json"
This metapackage enables feature "serde_json" for the Rust proxmox-http crate,
by pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-http+tokio-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-http-dev (= ${binary:Version}),
librust-tokio-1+default-dev
Provides:
librust-proxmox-http-0+tokio-dev (= ${binary:Version}),
librust-proxmox-http-0.6+tokio-dev (= ${binary:Version}),
librust-proxmox-http-0.6.5+tokio-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "tokio"
This metapackage enables feature "tokio" for the Rust proxmox-http crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-http+tokio-openssl-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-http-dev (= ${binary:Version}),
librust-tokio-openssl-0.6+default-dev (>= 0.6.1-~~)
Provides:
librust-proxmox-http-0+tokio-openssl-dev (= ${binary:Version}),
librust-proxmox-http-0.6+tokio-openssl-dev (= ${binary:Version}),
librust-proxmox-http-0.6.5+tokio-openssl-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "tokio-openssl"
This metapackage enables feature "tokio-openssl" for the Rust proxmox-http
crate, by pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-http+url-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-http-dev (= ${binary:Version}),
librust-url-2+default-dev
Provides:
librust-proxmox-http-0+url-dev (= ${binary:Version}),
librust-proxmox-http-0.6+url-dev (= ${binary:Version}),
librust-proxmox-http-0.6.5+url-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "url"
This metapackage enables feature "url" for the Rust proxmox-http crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-http+websocket-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-http-dev (= ${binary:Version}),
librust-proxmox-http+base64-dev (= ${binary:Version}),
librust-proxmox-http+futures-dev (= ${binary:Version}),
librust-proxmox-http+hyper-dev (= ${binary:Version}),
librust-proxmox-http+openssl-dev (= ${binary:Version}),
librust-proxmox-http+proxmox-sys-dev (= ${binary:Version}),
librust-proxmox-http+proxmox-lang-dev (= ${binary:Version}),
librust-base64-0.13+default-dev,
librust-futures-0.3+default-dev,
librust-hyper-0.14-dev,
librust-openssl-0.10+default-dev,
librust-proxmox-io-1+default-dev,
librust-proxmox-io-1+tokio-dev,
librust-proxmox-lang-1+default-dev (>= 1.1-~~),
librust-proxmox-sys-0.4+default-dev,
librust-tokio-1+default-dev,
librust-tokio-1+io-util-dev,
librust-tokio-1+sync-dev
Provides:

View File

@ -48,11 +48,7 @@ Depends:
Recommends:
librust-proxmox-router+cli-dev (= ${binary:Version})
Suggests:
librust-proxmox-router+env-logger-dev (= ${binary:Version}),
librust-proxmox-router+libc-dev (= ${binary:Version}),
librust-proxmox-router+rustyline-dev (= ${binary:Version}),
librust-proxmox-router+test-harness-dev (= ${binary:Version}),
librust-proxmox-router+tokio-dev (= ${binary:Version})
librust-proxmox-router+test-harness-dev (= ${binary:Version})
Provides:
librust-proxmox-router-1-dev (= ${binary:Version}),
librust-proxmox-router-1.2-dev (= ${binary:Version}),
@ -67,10 +63,10 @@ Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-router-dev (= ${binary:Version}),
librust-proxmox-router+env-logger-dev (= ${binary:Version}),
librust-proxmox-router+libc-dev (= ${binary:Version}),
librust-proxmox-router+rustyline-dev (= ${binary:Version}),
librust-proxmox-router+tokio-dev (= ${binary:Version})
librust-env-logger-0.9+default-dev,
librust-libc-0.2+default-dev,
librust-rustyline-9+default-dev,
librust-tokio-1+default-dev
Provides:
librust-proxmox-router+default-dev (= ${binary:Version}),
librust-proxmox-router-1+cli-dev (= ${binary:Version}),
@ -85,51 +81,6 @@ Description: Proxmox API Router and CLI utilities - feature "cli" and 1 more
.
Additionally, this package also provides the "default" feature.
Package: librust-proxmox-router+env-logger-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-router-dev (= ${binary:Version}),
librust-env-logger-0.9+default-dev
Provides:
librust-proxmox-router-1+env-logger-dev (= ${binary:Version}),
librust-proxmox-router-1.2+env-logger-dev (= ${binary:Version}),
librust-proxmox-router-1.2.4+env-logger-dev (= ${binary:Version})
Description: Proxmox API Router and CLI utilities - feature "env_logger"
This metapackage enables feature "env_logger" for the Rust proxmox-router
crate, by pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-router+libc-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-router-dev (= ${binary:Version}),
librust-libc-0.2+default-dev
Provides:
librust-proxmox-router-1+libc-dev (= ${binary:Version}),
librust-proxmox-router-1.2+libc-dev (= ${binary:Version}),
librust-proxmox-router-1.2.4+libc-dev (= ${binary:Version})
Description: Proxmox API Router and CLI utilities - feature "libc"
This metapackage enables feature "libc" for the Rust proxmox-router crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-router+rustyline-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-router-dev (= ${binary:Version}),
librust-rustyline-9+default-dev
Provides:
librust-proxmox-router-1+rustyline-dev (= ${binary:Version}),
librust-proxmox-router-1.2+rustyline-dev (= ${binary:Version}),
librust-proxmox-router-1.2.4+rustyline-dev (= ${binary:Version})
Description: Proxmox API Router and CLI utilities - feature "rustyline"
This metapackage enables feature "rustyline" for the Rust proxmox-router crate,
by pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-router+test-harness-dev
Architecture: any
Multi-Arch: same
@ -144,18 +95,3 @@ Provides:
Description: Proxmox API Router and CLI utilities - feature "test-harness"
This metapackage enables feature "test-harness" for the Rust proxmox-router
crate, by pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-router+tokio-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-router-dev (= ${binary:Version}),
librust-tokio-1+default-dev
Provides:
librust-proxmox-router-1+tokio-dev (= ${binary:Version}),
librust-proxmox-router-1.2+tokio-dev (= ${binary:Version}),
librust-proxmox-router-1.2.4+tokio-dev (= ${binary:Version})
Description: Proxmox API Router and CLI utilities - feature "tokio"
This metapackage enables feature "tokio" for the Rust proxmox-router crate, by
pulling in any additional dependencies needed by that feature.

View File

@ -30,9 +30,7 @@ Depends:
librust-serde-json-1+default-dev,
librust-textwrap-0.15+default-dev
Suggests:
librust-proxmox-schema+libc-dev (= ${binary:Version}),
librust-proxmox-schema+nix-dev (= ${binary:Version}),
librust-proxmox-schema+proxmox-api-macro-dev (= ${binary:Version}),
librust-proxmox-schema+api-macro-dev (= ${binary:Version}),
librust-proxmox-schema+upid-api-impl-dev (= ${binary:Version})
Provides:
librust-proxmox-schema+default-dev (= ${binary:Version}),
@ -50,37 +48,7 @@ Description: Proxmox api schema and validation - Rust source code
This package contains the source for the Rust proxmox-schema crate, packaged by
debcargo for use with cargo and dh-cargo.
Package: librust-proxmox-schema+libc-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-schema-dev (= ${binary:Version}),
librust-libc-0.2+default-dev
Provides:
librust-proxmox-schema-1+libc-dev (= ${binary:Version}),
librust-proxmox-schema-1.3+libc-dev (= ${binary:Version}),
librust-proxmox-schema-1.3.4+libc-dev (= ${binary:Version})
Description: Proxmox api schema and validation - feature "libc"
This metapackage enables feature "libc" for the Rust proxmox-schema crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-schema+nix-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-schema-dev (= ${binary:Version}),
librust-nix-0.24+default-dev (>= 0.24.1-~~)
Provides:
librust-proxmox-schema-1+nix-dev (= ${binary:Version}),
librust-proxmox-schema-1.3+nix-dev (= ${binary:Version}),
librust-proxmox-schema-1.3.4+nix-dev (= ${binary:Version})
Description: Proxmox api schema and validation - feature "nix"
This metapackage enables feature "nix" for the Rust proxmox-schema crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-schema+proxmox-api-macro-dev
Package: librust-proxmox-schema+api-macro-dev
Architecture: any
Multi-Arch: same
Depends:
@ -88,19 +56,12 @@ Depends:
librust-proxmox-schema-dev (= ${binary:Version}),
librust-proxmox-api-macro-1+default-dev (>= 1.0.3-~~)
Provides:
librust-proxmox-schema+api-macro-dev (= ${binary:Version}),
librust-proxmox-schema-1+proxmox-api-macro-dev (= ${binary:Version}),
librust-proxmox-schema-1+api-macro-dev (= ${binary:Version}),
librust-proxmox-schema-1.3+proxmox-api-macro-dev (= ${binary:Version}),
librust-proxmox-schema-1.3+api-macro-dev (= ${binary:Version}),
librust-proxmox-schema-1.3.4+proxmox-api-macro-dev (= ${binary:Version}),
librust-proxmox-schema-1.3.4+api-macro-dev (= ${binary:Version})
Description: Proxmox api schema and validation - feature "proxmox-api-macro" and 1 more
This metapackage enables feature "proxmox-api-macro" for the Rust proxmox-
schema crate, by pulling in any additional dependencies needed by that
feature.
.
Additionally, this package also provides the "api-macro" feature.
Description: Proxmox api schema and validation - feature "api-macro"
This metapackage enables feature "api-macro" for the Rust proxmox-schema crate,
by pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-schema+upid-api-impl-dev
Architecture: any
@ -108,8 +69,8 @@ Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-schema-dev (= ${binary:Version}),
librust-proxmox-schema+libc-dev (= ${binary:Version}),
librust-proxmox-schema+nix-dev (= ${binary:Version})
librust-libc-0.2+default-dev,
librust-nix-0.24+default-dev (>= 0.24.1-~~)
Provides:
librust-proxmox-schema-1+upid-api-impl-dev (= ${binary:Version}),
librust-proxmox-schema-1.3+upid-api-impl-dev (= ${binary:Version}),

View File

@ -46,7 +46,7 @@ Depends:
librust-serde-1+default-dev,
librust-serde-json-1+default-dev
Suggests:
librust-proxmox-subscription+proxmox-schema-dev (= ${binary:Version})
librust-proxmox-subscription+api-types-dev (= ${binary:Version})
Provides:
librust-proxmox-subscription+default-dev (= ${binary:Version}),
librust-proxmox-subscription-0-dev (= ${binary:Version}),
@ -59,7 +59,7 @@ Description: Proxmox subscription utilitites - Rust source code
This package contains the source for the Rust proxmox-subscription crate,
packaged by debcargo for use with cargo and dh-cargo.
Package: librust-proxmox-subscription+proxmox-schema-dev
Package: librust-proxmox-subscription+api-types-dev
Architecture: any
Multi-Arch: same
Depends:
@ -68,16 +68,9 @@ Depends:
librust-proxmox-schema-1+api-macro-dev (>= 1.3.3-~~),
librust-proxmox-schema-1+default-dev (>= 1.3.3-~~)
Provides:
librust-proxmox-subscription+api-types-dev (= ${binary:Version}),
librust-proxmox-subscription-0+proxmox-schema-dev (= ${binary:Version}),
librust-proxmox-subscription-0+api-types-dev (= ${binary:Version}),
librust-proxmox-subscription-0.2+proxmox-schema-dev (= ${binary:Version}),
librust-proxmox-subscription-0.2+api-types-dev (= ${binary:Version}),
librust-proxmox-subscription-0.2.1+proxmox-schema-dev (= ${binary:Version}),
librust-proxmox-subscription-0.2.1+api-types-dev (= ${binary:Version})
Description: Proxmox subscription utilitites - feature "proxmox-schema" and 1 more
This metapackage enables feature "proxmox-schema" for the Rust proxmox-
subscription crate, by pulling in any additional dependencies needed by
that feature.
.
Additionally, this package also provides the "api-types" feature.
Description: Proxmox subscription utilitites - feature "api-types"
This metapackage enables feature "api-types" for the Rust proxmox-subscription
crate, by pulling in any additional dependencies needed by that feature.

View File

@ -48,8 +48,8 @@ Depends:
libacl1-dev,
uuid-dev
Suggests:
librust-proxmox-sys+proxmox-sortable-macro-dev (= ${binary:Version}),
librust-proxmox-sys+zstd-dev (= ${binary:Version})
librust-proxmox-sys+logrotate-dev (= ${binary:Version}),
librust-proxmox-sys+sortable-macro-dev (= ${binary:Version})
Provides:
librust-proxmox-sys+acl-dev (= ${binary:Version}),
librust-proxmox-sys+crypt-dev (= ${binary:Version}),
@ -74,29 +74,7 @@ Description: System tools (using nix) - Rust source code
This package contains the source for the Rust proxmox-sys crate, packaged by
debcargo for use with cargo and dh-cargo.
Package: librust-proxmox-sys+proxmox-sortable-macro-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-sys-dev (= ${binary:Version}),
librust-proxmox-sortable-macro-0.1+default-dev (>= 0.1.2-~~)
Provides:
librust-proxmox-sys+sortable-macro-dev (= ${binary:Version}),
librust-proxmox-sys-0+proxmox-sortable-macro-dev (= ${binary:Version}),
librust-proxmox-sys-0+sortable-macro-dev (= ${binary:Version}),
librust-proxmox-sys-0.4+proxmox-sortable-macro-dev (= ${binary:Version}),
librust-proxmox-sys-0.4+sortable-macro-dev (= ${binary:Version}),
librust-proxmox-sys-0.4.0+proxmox-sortable-macro-dev (= ${binary:Version}),
librust-proxmox-sys-0.4.0+sortable-macro-dev (= ${binary:Version})
Description: System tools (using nix) - feature "proxmox-sortable-macro" and 1 more
This metapackage enables feature "proxmox-sortable-macro" for the Rust proxmox-
sys crate, by pulling in any additional dependencies needed by that
feature.
.
Additionally, this package also provides the "sortable-macro" feature.
Package: librust-proxmox-sys+zstd-dev
Package: librust-proxmox-sys+logrotate-dev
Architecture: any
Multi-Arch: same
Depends:
@ -105,15 +83,24 @@ Depends:
librust-zstd-0.6+bindgen-dev,
librust-zstd-0.6+default-dev
Provides:
librust-proxmox-sys+logrotate-dev (= ${binary:Version}),
librust-proxmox-sys-0+zstd-dev (= ${binary:Version}),
librust-proxmox-sys-0+logrotate-dev (= ${binary:Version}),
librust-proxmox-sys-0.4+zstd-dev (= ${binary:Version}),
librust-proxmox-sys-0.4+logrotate-dev (= ${binary:Version}),
librust-proxmox-sys-0.4.0+zstd-dev (= ${binary:Version}),
librust-proxmox-sys-0.4.0+logrotate-dev (= ${binary:Version})
Description: System tools (using nix) - feature "zstd" and 1 more
This metapackage enables feature "zstd" for the Rust proxmox-sys crate, by
Description: System tools (using nix) - feature "logrotate"
This metapackage enables feature "logrotate" for the Rust proxmox-sys crate, by
pulling in any additional dependencies needed by that feature.
.
Additionally, this package also provides the "logrotate" feature.
Package: librust-proxmox-sys+sortable-macro-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-sys-dev (= ${binary:Version}),
librust-proxmox-sortable-macro-0.1+default-dev (>= 0.1.2-~~)
Provides:
librust-proxmox-sys-0+sortable-macro-dev (= ${binary:Version}),
librust-proxmox-sys-0.4+sortable-macro-dev (= ${binary:Version}),
librust-proxmox-sys-0.4.0+sortable-macro-dev (= ${binary:Version})
Description: System tools (using nix) - feature "sortable-macro"
This metapackage enables feature "sortable-macro" for the Rust proxmox-sys
crate, by pulling in any additional dependencies needed by that feature.

View File

@ -37,13 +37,8 @@ Depends:
librust-url-2+default-dev (>= 2.2-~~)
Suggests:
librust-proxmox-tfa+api-dev (= ${binary:Version}),
librust-proxmox-tfa+libc-dev (= ${binary:Version}),
librust-proxmox-tfa+proxmox-schema-dev (= ${binary:Version}),
librust-proxmox-tfa+proxmox-time-dev (= ${binary:Version}),
librust-proxmox-tfa+proxmox-uuid-dev (= ${binary:Version}),
librust-proxmox-tfa+serde-json-dev (= ${binary:Version}),
librust-proxmox-tfa+u2f-dev (= ${binary:Version}),
librust-proxmox-tfa+webauthn-rs-dev (= ${binary:Version})
librust-proxmox-tfa+api-types-dev (= ${binary:Version}),
librust-proxmox-tfa+u2f-dev (= ${binary:Version})
Provides:
librust-proxmox-tfa+default-dev (= ${binary:Version}),
librust-proxmox-tfa-2-dev (= ${binary:Version}),
@ -63,9 +58,9 @@ Depends:
${misc:Depends},
librust-proxmox-tfa-dev (= ${binary:Version}),
librust-proxmox-tfa+u2f-dev (= ${binary:Version}),
librust-proxmox-tfa+webauthn-rs-dev (= ${binary:Version}),
librust-proxmox-tfa+proxmox-uuid-dev (= ${binary:Version}),
librust-proxmox-tfa+proxmox-time-dev (= ${binary:Version})
librust-proxmox-time-1+default-dev,
librust-proxmox-uuid-1+default-dev,
librust-webauthn-rs-0.3+default-dev
Provides:
librust-proxmox-tfa-2+api-dev (= ${binary:Version}),
librust-proxmox-tfa-2.1+api-dev (= ${binary:Version}),
@ -74,22 +69,7 @@ Description: Tfa implementation for totp and u2f - feature "api"
This metapackage enables feature "api" for the Rust proxmox-tfa crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-tfa+libc-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-tfa-dev (= ${binary:Version}),
librust-libc-0.2+default-dev
Provides:
librust-proxmox-tfa-2+libc-dev (= ${binary:Version}),
librust-proxmox-tfa-2.1+libc-dev (= ${binary:Version}),
librust-proxmox-tfa-2.1.0+libc-dev (= ${binary:Version})
Description: Tfa implementation for totp and u2f - feature "libc"
This metapackage enables feature "libc" for the Rust proxmox-tfa crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-tfa+proxmox-schema-dev
Package: librust-proxmox-tfa+api-types-dev
Architecture: any
Multi-Arch: same
Depends:
@ -98,63 +78,12 @@ Depends:
librust-proxmox-schema-1+api-macro-dev,
librust-proxmox-schema-1+default-dev
Provides:
librust-proxmox-tfa+api-types-dev (= ${binary:Version}),
librust-proxmox-tfa-2+proxmox-schema-dev (= ${binary:Version}),
librust-proxmox-tfa-2+api-types-dev (= ${binary:Version}),
librust-proxmox-tfa-2.1+proxmox-schema-dev (= ${binary:Version}),
librust-proxmox-tfa-2.1+api-types-dev (= ${binary:Version}),
librust-proxmox-tfa-2.1.0+proxmox-schema-dev (= ${binary:Version}),
librust-proxmox-tfa-2.1.0+api-types-dev (= ${binary:Version})
Description: Tfa implementation for totp and u2f - feature "proxmox-schema" and 1 more
This metapackage enables feature "proxmox-schema" for the Rust proxmox-tfa
crate, by pulling in any additional dependencies needed by that feature.
.
Additionally, this package also provides the "api-types" feature.
Package: librust-proxmox-tfa+proxmox-time-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-tfa-dev (= ${binary:Version}),
librust-proxmox-time-1+default-dev
Provides:
librust-proxmox-tfa-2+proxmox-time-dev (= ${binary:Version}),
librust-proxmox-tfa-2.1+proxmox-time-dev (= ${binary:Version}),
librust-proxmox-tfa-2.1.0+proxmox-time-dev (= ${binary:Version})
Description: Tfa implementation for totp and u2f - feature "proxmox-time"
This metapackage enables feature "proxmox-time" for the Rust proxmox-tfa crate,
by pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-tfa+proxmox-uuid-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-tfa-dev (= ${binary:Version}),
librust-proxmox-uuid-1+default-dev
Provides:
librust-proxmox-tfa-2+proxmox-uuid-dev (= ${binary:Version}),
librust-proxmox-tfa-2.1+proxmox-uuid-dev (= ${binary:Version}),
librust-proxmox-tfa-2.1.0+proxmox-uuid-dev (= ${binary:Version})
Description: Tfa implementation for totp and u2f - feature "proxmox-uuid"
This metapackage enables feature "proxmox-uuid" for the Rust proxmox-tfa crate,
by pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-tfa+serde-json-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-tfa-dev (= ${binary:Version}),
librust-serde-json-1+default-dev
Provides:
librust-proxmox-tfa-2+serde-json-dev (= ${binary:Version}),
librust-proxmox-tfa-2.1+serde-json-dev (= ${binary:Version}),
librust-proxmox-tfa-2.1.0+serde-json-dev (= ${binary:Version})
Description: Tfa implementation for totp and u2f - feature "serde_json"
This metapackage enables feature "serde_json" for the Rust proxmox-tfa crate,
by pulling in any additional dependencies needed by that feature.
Description: Tfa implementation for totp and u2f - feature "api-types"
This metapackage enables feature "api-types" for the Rust proxmox-tfa crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-tfa+u2f-dev
Architecture: any
@ -162,9 +91,9 @@ Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-tfa-dev (= ${binary:Version}),
librust-proxmox-tfa+libc-dev (= ${binary:Version}),
librust-proxmox-tfa+serde-json-dev (= ${binary:Version}),
librust-serde-1+derive-dev
librust-libc-0.2+default-dev,
librust-serde-1+derive-dev,
librust-serde-json-1+default-dev
Provides:
librust-proxmox-tfa-2+u2f-dev (= ${binary:Version}),
librust-proxmox-tfa-2.1+u2f-dev (= ${binary:Version}),
@ -172,18 +101,3 @@ Provides:
Description: Tfa implementation for totp and u2f - feature "u2f"
This metapackage enables feature "u2f" for the Rust proxmox-tfa crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-tfa+webauthn-rs-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-tfa-dev (= ${binary:Version}),
librust-webauthn-rs-0.3+default-dev
Provides:
librust-proxmox-tfa-2+webauthn-rs-dev (= ${binary:Version}),
librust-proxmox-tfa-2.1+webauthn-rs-dev (= ${binary:Version}),
librust-proxmox-tfa-2.1.0+webauthn-rs-dev (= ${binary:Version})
Description: Tfa implementation for totp and u2f - feature "webauthn-rs"
This metapackage enables feature "webauthn-rs" for the Rust proxmox-tfa crate,
by pulling in any additional dependencies needed by that feature.