dgit 11.6 source package in Ubuntu

Changelog

dgit (11.6) unstable; urgency=medium

  Improved behaviour:
  * dgit: Delete the playground on success, by default.
    [Report from gregor herrmann]  Closes: #1056103.

  Documentation:
  * dgit(7): Don't falsely assert that *.dgit.d.o is usually `origin`.
  * dgit-user(7): Deprioritise information about jessie.

  Tests:
  * autopkgtests: Install locales-all for i18n-messages test.
  * Stunt httpd: don't respond to HEAD with 404+body.  Closes: #1063341.
  * autopkgtests: Reduce primary log size when running under autopkgtest:
    Save the stderr/stdout to a file which appears (compressed) in
    the artifacts, and is only printed if the test fails.
  * Add comment about benchmarking of the gzip -1 flag on artifacts.

 -- Ian Jackson <email address hidden>  Fri, 09 Feb 2024 12:05:39 +0000

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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dgit_11.6.dsc 1.8 KiB 9085e47035f6fa0c44cfef9b8b6d7181bf59c1dfeaa473362a9410c6615a84bc
dgit_11.6.tar.gz 670.4 KiB d57dedc49d42c3d23efa6506df124f4a4a2b0b77e9e4b2e83b2e29ca8e94ce74

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.