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
|
Source: rust-prr
Section: vcs
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo
Build-Depends-Arch: cargo:native,
rustc:native (>= 1.78.0),
libstd-rust-dev,
librust-anyhow-1+default-dev,
librust-clap-4+default-dev (>= 4.4-~~),
librust-clap-4+derive-dev (>= 4.4-~~),
librust-clap-complete-4+default-dev (>= 4.5.2-~~),
librust-clap-mangen-0.2+default-dev (>= 0.2.20-~~),
librust-git2+default-dev (<< 0.21-~~),
librust-git2+default-dev (>= 0.19-~~),
librust-http-1+default-dev (>= 1.1.0-~~),
librust-lazy-static-1+default-dev (>= 1.4-~~),
librust-octocrab-0.43+default-dev,
librust-prettytable-rs-0.10+default-dev,
librust-regex-1+default-dev (>= 1.5-~~),
librust-serde-1+default-dev,
librust-serde-derive-1+default-dev,
librust-serde-json-1+default-dev,
librust-tokio-1+macros-dev (>= 1.17-~~),
librust-tokio-1+rt-multi-thread-dev (>= 1.17-~~),
librust-toml-0.5+default-dev,
librust-xdg-2+default-dev (>= 2.4-~~)
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Maytham Alsudany <maytha8thedev@gmail.com>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/prr]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/prr
Homepage: https://github.com/danobi/prr
X-Cargo-Crate: prr
Rules-Requires-Root: no
Package: prr
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: Mailing list style code reviews for GitHub
prr is a tool that brings mailing list style code reviews to Github PRs. This
means offline reviews and inline comments, more or less.
.
To that end, prr introduces a new workflow for reviewing PRs:
1. Download the PR into a "review file" on your filesystem
2. Mark up the review file using your favorite text editor
3. Submit the review at your convenience
.
For full documentation, please visit https://doc.dxuuu.xyz/prr/.
.
This package includes the prr program, as well as manual pages and shell
completions for bash, fish, and zsh.
|