1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: rust-gst-plugin-version-helper
Section: rust
Priority: optional
Build-Depends: debhelper (>= 12),
dh-cargo (>= 25),
cargo:native <!nocheck>,
rustc:native (>= 1.69) <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-chrono-0.4+clock-dev (>= 0.4.23-~~) <!nocheck>,
librust-chrono-0.4+std-dev (>= 0.4.23-~~) <!nocheck>,
librust-toml-edit-0.22+parse-dev (>= 0.22.8-~~) <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Matthias Geiger <werdahias@riseup.net>
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/gst-plugin-version-helper]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/gst-plugin-version-helper
Homepage: https://gstreamer.freedesktop.org
X-Cargo-Crate: gst-plugin-version-helper
Rules-Requires-Root: no
Package: librust-gst-plugin-version-helper-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-chrono-0.4+clock-dev (>= 0.4.23-~~),
librust-chrono-0.4+std-dev (>= 0.4.23-~~),
librust-toml-edit-0.22+parse-dev (>= 0.22.8-~~)
Provides:
librust-gst-plugin-version-helper+default-dev (= ${binary:Version}),
librust-gst-plugin-version-helper-0-dev (= ${binary:Version}),
librust-gst-plugin-version-helper-0+default-dev (= ${binary:Version}),
librust-gst-plugin-version-helper-0.8-dev (= ${binary:Version}),
librust-gst-plugin-version-helper-0.8+default-dev (= ${binary:Version}),
librust-gst-plugin-version-helper-0.8.2-dev (= ${binary:Version}),
librust-gst-plugin-version-helper-0.8.2+default-dev (= ${binary:Version})
Description: Build.rs helper function for GStreamer plugin metadata - Rust source code
Source code for Debianized Rust crate "gst-plugin-version-helper"
|