93 lines
2.7 KiB
Text
93 lines
2.7 KiB
Text
Source: git-graph
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: Daniel Baumann <daniel@debian.org>
|
|
Build-Depends:
|
|
debhelper-compat (= 13),
|
|
dh-sequence-cargo,
|
|
Build-Depends-Arch:
|
|
cargo:native,
|
|
librust-atty-dev,
|
|
librust-chrono-dev,
|
|
librust-clap-dev,
|
|
librust-crossterm-dev,
|
|
librust-git2-dev,
|
|
librust-itertools-dev,
|
|
librust-lazy-static-dev,
|
|
librust-platform-dirs-dev,
|
|
librust-regex-dev,
|
|
librust-serde-derive-dev,
|
|
librust-serde-dev,
|
|
librust-svg-dev,
|
|
librust-textwrap-dev,
|
|
librust-toml-dev,
|
|
librust-yansi-dev,
|
|
libstd-rust-dev,
|
|
rustc:native,
|
|
Rules-Requires-Root: no
|
|
Standards-Version: 4.7.2
|
|
Homepage: https://github.com/mlange-42/git-graph
|
|
Vcs-Browser: https://forgejo.debian.net/git/git-graph
|
|
Vcs-Git: https://forgejo.debian.net/git/git-graph
|
|
X-Cargo-Crate: git-graph
|
|
|
|
Package: librust-git-graph-dev
|
|
Section: rust
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
librust-atty-0.2+default-dev,
|
|
librust-chrono-0.4+default-dev,
|
|
librust-clap-4+cargo-dev,
|
|
librust-clap-4+default-dev,
|
|
librust-crossterm-0.25+default-dev,
|
|
librust-git2-0.15-dev,
|
|
librust-itertools-0.10+default-dev,
|
|
librust-lazy-static-1+default-dev (>= 1.4-~~),
|
|
librust-platform-dirs-0.3+default-dev,
|
|
librust-regex-1+std-dev (>= 1.7-~~),
|
|
librust-serde-1+default-dev,
|
|
librust-serde-derive-1-dev,
|
|
librust-svg-0.12+default-dev,
|
|
librust-textwrap-0.16+unicode-width-dev,
|
|
librust-toml-0.5+default-dev,
|
|
librust-yansi-0.5+default-dev,
|
|
${misc:Depends},
|
|
Provides:
|
|
librust-git-graph+default-dev (= ${binary:Version}),
|
|
librust-git-graph-0+default-dev (= ${binary:Version}),
|
|
librust-git-graph-0-dev (= ${binary:Version}),
|
|
librust-git-graph-0.6+default-dev (= ${binary:Version}),
|
|
librust-git-graph-0.6-dev (= ${binary:Version}),
|
|
librust-git-graph-0.6.0+default-dev (= ${binary:Version}),
|
|
librust-git-graph-0.6.0-dev (= ${binary:Version}),
|
|
Description: Command line tool to show clear git graphs arranged for your branching model - Rust source code
|
|
Source code for Debianized Rust crate "git-graph"
|
|
|
|
Package: git-graph
|
|
Section: utils
|
|
Architecture: any
|
|
Multi-Arch: allowed
|
|
Depends:
|
|
${cargo:Depends},
|
|
${misc:Depends},
|
|
${shlibs:Depends},
|
|
Recommends:
|
|
${cargo:Recommends},
|
|
Suggests:
|
|
${cargo:Suggests},
|
|
Provides:
|
|
${cargo:Provides},
|
|
Built-Using:
|
|
${cargo:Built-Using},
|
|
Static-Built-Using: ${cargo:Static-Built-Using}
|
|
Description: Command line tool to show git graphs supporting different branching models
|
|
git-graph is a command line tool to visualize Git history graphs in a
|
|
comprehensible way, following different branching models.
|
|
.
|
|
Some of the git-graph features:
|
|
.
|
|
* view structured graphs directly in the terminal
|
|
* pre-defined and custom branching models and coloring
|
|
* different styles, including ASCII-only (i.e. no "special characters")
|
|
* custom commit formatting, like with git log --format="..."
|