Source: rust-drt-tools Section: devel Build-Depends: debhelper-compat (= 13), dh-sequence-cargo Build-Depends-Arch: cargo:native, rustc:native (>= 1.85), libstd-rust-dev, librust-anyhow-1+default-dev, librust-assorted-debian-utils-0.8+default-dev, librust-assorted-debian-utils-0.8+default-dev (>= 0.8.4), librust-async-trait-0.1-dev, librust-chrono-0.4-dev, librust-clap-4+cargo-dev, librust-clap-4+default-dev, librust-clap-4+derive-dev, librust-clap-4+unicode-dev, librust-clap-4+wrap-help-dev, librust-clap-complete-4+default-dev (>= 4.4), librust-clap-mangen+default-dev (<< 0.4), librust-clap-mangen+default-dev (>= 0.2), librust-clap-verbosity-flag-3+default-dev, librust-flate2-1+zlib-dev, librust-futures-util-0.3+std-dev, librust-httpdate-1+default-dev, librust-indicatif+default-dev (<< 0.19), librust-indicatif+default-dev (>= 0.17), librust-itertools-0.14+default-dev, librust-log-0.4+default-dev, librust-openssh-0.11+default-dev, librust-openssh-0.11+native-mux-dev, librust-reqwest-0.12+default-dev, librust-reqwest-0.12+stream-dev, librust-serde-1+default-dev, librust-serde-1+derive-dev, librust-serde-yaml-0.9+default-dev, librust-stderrlog+default-dev (<< 0.7), librust-stderrlog+default-dev (>= 0.5), librust-thiserror-2+default-dev, librust-tokio-1+macros-dev (>= 1.21), librust-tokio-1+rt-multi-thread-dev (>= 1.21), librust-voca-rs-1+default-dev (>= 1.14), librust-xdg+default-dev (<< 4), librust-xdg+default-dev (>= 2.0), librust-xz2-0.1-dev Maintainer: Debian Rust Maintainers Uploaders: Sebastian Ramacher Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/drt-tools] Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/drt-tools Homepage: https://github.com/sebastinas/drt-tools X-Cargo-Crate: drt-tools X-Cargo-Crate-Version: 0.3.5 Package: drt-tools Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, ${cargo:Depends} Recommends: ${cargo:Recommends} Suggests: ${cargo:Suggests} Provides: ${cargo:Provides} Built-Using: ${cargo:Built-Using} Static-Built-Using: ${cargo:Static-Built-Using} Description: Tools for Debian Release Team work drt-tools includes tools to help with typical work of Debian's release team. Currently, it processes excuses.yaml to check for packages that require a binNMU for migration to testing, prepares a list of binNMUs for transitions, and so on. It provides the following sub-commands: . * grep-excuses: Mostly the same as the tool of the same name from devscripts. * process-excuses: Download and process excuses.yaml to generate a list binNMUs for packages that require them for migration. Packages that have other issues preventing them from migrating, are not considered. * process-unblocks: Download and process excuses.yaml to generate a list of unblocks for packages in tpu and some other cases. * nmu-transition: Take a list packages copies from ben's output and schedules binNMUs. * nmu-eso: Produce and schedule a list of rebuilds for packages having Built-Using on source packages with Extra-Source-Only: yes set.