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 40 41 42 43 44 45 46 47
|
Source: rust-debian-changelog
Section: rust
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo
Build-Depends-Arch: cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-chrono-0.4+default-dev (>= 0.4.39-~~) <!nocheck>,
librust-debversion+default-dev (>= 0.2-~~) <!nocheck>,
librust-lazy-regex-3+default-dev <!nocheck>,
librust-log-0.4+default-dev <!nocheck>,
librust-rowan-0.16+default-dev (>= 0.16.1-~~) <!nocheck>,
librust-textwrap-0.16+default-dev (>= 0.16.1-~~) <!nocheck>,
librust-whoami-1-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Jelmer Vernooij <jelmer@debian.org>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/debian-changelog]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/debian-changelog
Homepage: https://github.com/jelmer/debian-changelog-rs
X-Cargo-Crate: debian-changelog
Rules-Requires-Root: no
Package: librust-debian-changelog-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-chrono-0.4+default-dev (>= 0.4.39-~~),
librust-debversion+default-dev (>= 0.2-~~),
librust-lazy-regex-3+default-dev,
librust-log-0.4+default-dev,
librust-rowan-0.16+default-dev (>= 0.16.1-~~),
librust-textwrap-0.16+default-dev (>= 0.16.1-~~),
librust-whoami-1-dev
Provides:
librust-debian-changelog+default-dev (= ${binary:Version}),
librust-debian-changelog-0-dev (= ${binary:Version}),
librust-debian-changelog-0+default-dev (= ${binary:Version}),
librust-debian-changelog-0.2-dev (= ${binary:Version}),
librust-debian-changelog-0.2+default-dev (= ${binary:Version}),
librust-debian-changelog-0.2.1-dev (= ${binary:Version}),
librust-debian-changelog-0.2.1+default-dev (= ${binary:Version})
Description: Parser for Debian changelog files - Rust source code
Source code for Debianized Rust crate "debian-changelog"
|