Debian Patches

Status for stgit/2.6.0-2

Patch Description Author Forwarded Bugs Origin Last update
use_editor_as_default Debian patch, the best default editor is editor Yann Dirson <dirson@debian.org> not-needed 2014-03-26
disable_interactive_test Disable test calling editor
Upstream uses vi as the default editor, while the debian packages default to
the editor command, thus the different behavior.
Maximiliano Curia <maxy@debian.org> not-needed 2014-03-26
use_bzip2_crate Use the bzip2 crate instead of bzip2-rs Replace the bzip2-rs pure-Rust bzip2 implementation with the bzip2 crate
(C bindings to libbz2 via bzip2-sys), which is already packaged in Debian
as librust-bzip2-dev. The API is a drop-in replacement: bzip2::read::BzDecoder
is equivalent to bzip2_rs::DecoderReader for streaming decompression.

===================================================================
no 2026-06-01
use_winnow_0_7 Downgrade winnow dependency from 1.0 to 0.7 winnow 1.0 introduced optional feature gates for the ascii and parser
combinator modules, but stgit does not need any 1.0-specific APIs.
All APIs used by stgit (ModalResult, ContextError, ErrMode, the combinator
and ascii modules, Stream::iter_offsets/next_token/next_slice/checkpoint/reset)
are present in winnow 0.7, which is the version packaged in Debian as
librust-winnow-dev.

===================================================================
no 2026-06-06

All known versions for source package 'stgit'

Links