dgit 11.0 source package in Ubuntu

Changelog

dgit (11.0) unstable; urgency=medium

  Bugfix with compatibility implications:
  * Pass --no-source-only-changes to sbuild (when building binaries).
    Fixes operation with SOURCE_ONLY_CHANGES locally overridden.
    (Incompatible with sbuild <0.78; to work around, say
    dgit --sbuild!:--no-source-only-changes.).
    [Report from Sean Whitton]  Closes: #904969.

  Documentation:
  * dgit-maint-{merge,rebase}(7): Cross-reference to gitrevisions(7).
    [Sean Whitton, Ian Jackson]  Closes: #959760.

  Removal:
  * Abolish dgit-badcommit-fixup (the remedial script for #849041).
    If ancient repositories are found which need fixing, install
    dgit.deb 10.7 or earlier (eg from Debian bookworm and earlier).

  Testing;
  * Tests: work around git changes in 2.40 relating to commit verification.
    Skipping tests involving now-uncreatable objects.  Closes: #1033503.

 -- Ian Jackson <email address hidden>  Thu, 15 Jun 2023 00:53:22 +0100

Upload details

Uploaded by:
Ian Jackson
Uploaded to:
Sid
Original maintainer:
Ian Jackson
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dgit_11.0.dsc 1.8 KiB 47cf0ec76095bd3c0ef4c338ecd5d4244103a6e0149144638e1f92749d1b57ce
dgit_11.0.tar.gz 665.2 KiB 8f995919904e1f2a124cb30fdbdaa9fc3dc1e3b351b61e734e56932944e874e3

Available diffs

No changes file available.

Binary packages built by this source

dgit: git interoperability with the Debian archive

 dgit (with the associated infrastructure) makes it possible to
 treat the Debian archive as a git repository.
 .
 dgit push constructs uploads from git commits
 .
 dgit clone and dgit fetch construct git commits from uploads.

dgit-infrastructure: dgit server backend infrastructure

 This package contains tools which are useful for setting up a dgit
 git repository server. You probably want dgit, the client package,
 instead of dgit-infrastructure.

git-debpush: client script for git pushing to Debian-style archives

 git-debpush is a script to create and push a specially formatted
 signed git tag. The metadata in the tag indicates that the tagged
 commit should be pushed (or "uploaded") to a Debian-style archive.
 .
 Tags generated by this script can be read by an intermediary service,
 which performs any conversion that's needed (such as producing and
 signing a .dsc and .changes), and then uploads the result to the
 Debian-style archive on your behalf.

git-debrebase: rebasing git workflow tool for Debian packaging

 git-debrebase is a tool for representing in git, and manipulating,
 Debian packages based on upstream source code.
 .
 git-debrebase is an alternative to workflows including git-dpm,
 gbp pq, and direct use of quilt patches.