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 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
|
Source: jujutsu
Section: utils
Priority: optional
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders: Federico Ceratto <federico@debian.org>, Ananthu C V <weepingclown@debian.org>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-cargo,
help2man,
librust-anyhow-dev,
librust-arc-swap-dev,
librust-async-trait-dev,
librust-bitflags-dev,
librust-blake2-dev,
librust-bstr-dev,
librust-bytes-dev,
librust-cfg-if-dev,
librust-chrono-dev,
librust-clap-dev,
librust-clap-complete-dev,
librust-clap-complete-nushell-dev,
librust-clap-mangen-dev,
librust-clap-markdown-dev,
librust-clru-dev,
librust-crc32fast-dev,
librust-crossbeam-channel-dev,
librust-crossterm-dev,
librust-dashmap-dev,
librust-digest-dev,
librust-dunce-dev,
librust-either-dev,
librust-encoding-rs-dev,
librust-errno-dev,
librust-etcetera-dev,
librust-faster-hex-dev,
librust-fastrand-dev,
librust-filetime-dev,
librust-flate2-dev,
librust-fnv-dev,
librust-futures-dev,
librust-gix-dev,
librust-glob-dev,
librust-hashbrown-dev,
librust-hex-dev,
librust-ignore-dev,
librust-imara-diff-dev,
librust-indexmap-dev,
librust-indoc-dev,
librust-interim-dev (>= 0.2.1),
librust-io-close-dev,
librust-itertools-dev,
librust-itoa-dev,
librust-kstring-dev,
librust-libc-dev,
librust-log-dev,
librust-logos-dev,
librust-maplit-dev,
librust-maybe-async-dev,
librust-memchr-dev,
librust-memmap2-dev,
librust-once-cell-dev,
librust-os-pipe-dev,
librust-parking-lot-dev,
librust-percent-encoding-dev,
librust-pest-derive-dev,
librust-pest-dev,
librust-pin-project-lite-dev,
librust-pollster-dev,
librust-ppv-lite86-dev,
librust-proc-macro2-dev,
librust-prost-build-dev,
librust-prost-derive-dev,
librust-prost-dev,
librust-quote-dev,
librust-rand-chacha-dev,
librust-rand-dev,
librust-rayon-dev,
librust-ref-cast-dev,
librust-regex-dev,
librust-rpassword-dev,
librust-rustix-dev,
librust-same-file-dev,
librust-sapling-renderdag-dev,
librust-sapling-streampager-dev,
librust-scm-record-dev,
librust-serde-bser-dev,
librust-serde-dev,
librust-serde-json-dev,
librust-sha1-checked-dev,
librust-shell-words-dev,
librust-slab-dev,
librust-smallvec-dev,
librust-strsim-dev,
librust-syn-dev,
librust-tempfile-dev,
librust-textwrap-dev,
librust-thiserror-dev,
librust-timeago-dev,
librust-tokio-dev,
librust-toml-edit-dev,
librust-tracing-chrome-dev,
librust-tracing-dev,
librust-tracing-subscriber-dev,
librust-uluru-dev,
librust-unicode-bom-dev,
librust-unicode-normalization-dev,
librust-unicode-width-dev,
librust-url-dev,
librust-walkdir-dev,
librust-whoami-dev,
librust-winnow-dev,
rustc,
Standards-Version: 4.7.2
Homepage: https://github.com/jj-vcs/jj
Vcs-Browser: https://salsa.debian.org/rust-team/jujutsu
Vcs-Git: https://salsa.debian.org/rust-team/jujutsu.git
Package: jujutsu
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
Description: Git-compatible version control system
Jujutsu is an easy to use and versatile version control system for software
projects. It is compatible with Git and provides:
Working-copy-as-a-commit: Changes to files are recorded automatically as
normal commits, and amended on every subsequent change removing the need for
`git stash` and working with index and staging.
Operation log & undo: Jujutsu records every operation that is performed on
the repository, from commits, to pulls, to pushes.
Automatic rebase and conflict resolution: When you modify a commit, every
descendent is automatically rebased on top of it. This makes "patch-based"
workflows a breeze.
|