dgit 11.4 source package in Ubuntu

Changelog

dgit (11.4) unstable; urgency=medium

  dgit dsc import fixes:
  * Do not fail when source package has broken changelog for -1 upload.
    Closes: #1054630.  See also #1051961.  [Report from Peter Green]
  * Pass through the changelog timezone to the generated commit metadata.

  Documentation:
  * dgit-sponsorship(7): Mention git-deborig(1) alongside git-archive(1)
    [Sean Whitton].

  Test suite:
  * Fix i18n-messages test to explictly demand "locales", and set locale.

 -- Ian Jackson <email address hidden>  Mon, 30 Oct 2023 02:21:52 +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.4.dsc 1.8 KiB 6a4b0e77c220d50c3ed8bea9042eddc5ede62f2222c8bce5502c2b4f9d2a5fcb
dgit_11.4.tar.gz 668.5 KiB ee6c5161ff1977fb367555a8e4b942837a2be5a5c1557930a794cdfe5003b86d

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.