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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
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-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-0.2+default-dev,
librust-clap-verbosity-flag+default-dev (<< 4-~~),
librust-clap-verbosity-flag+default-dev (>= 2-~~),
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+default-dev (<< 0.15-~~),
librust-itertools+default-dev (>= 0.13-~~),
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 <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Sebastian Ramacher <sramacher@debian.org>
Standards-Version: 4.7.2
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
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.
|