Source: rust-drt-tools Section: devel Priority: optional 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-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-0.2+default-dev, librust-clap-verbosity-flag-2+default-dev, librust-flate2-1+zlib-dev, librust-futures-util-0.3+std-dev, librust-httpdate-1+default-dev, librust-indicatif-0.17+default-dev, librust-itertools-0.13+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-0.5+default-dev, 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-2+default-dev (>= 2.4-~~), librust-xz2-0.1-dev Maintainer: Debian Rust Maintainers Uploaders: Sebastian Ramacher Standards-Version: 4.7.0 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 Rules-Requires-Root: no Package: drt-tools Architecture: any Multi-Arch: allowed 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.