dgit 10.6 source package in Ubuntu

Changelog

dgit (10.6) unstable; urgency=medium

  Bugfix for handling some source packages:
  * dgit: dsc import: Launder the series file before feeding it to gbp,
    (in absurd git-apply mode) in case it contains strange things.
    Closes: #1030093.  [Report from Peter Green]

  Minor improvements to git-debrebase:
  * git-debrebase(1): Add imprecation to call conclude or prepush, at top
  * git-debrebase(1): Remove launder-v0 from documentation
  * git-debrebase status: Print upstream commitid

  Supporting chnages:
  * dgit: Fix confusing appending of gbp-pq-output in innards.
    (Conceivably this might fix wrong messages in very unusual situations.)
  * dgit: Fix a call to die to be confess, if an unexpected copy fails.
  * tests: Bail on seeing "internal-only" commits, which should be invisible.
  * tests: Test laundering of a deranged series file (with a form feed).
  * dgit-ssh-dispatch: Apply perllib_local to policy hook, fixing a test
    suite bug where the wrong Dgit.pm might be used.

 -- Ian Jackson <email address hidden>  Sat, 04 Feb 2023 16:56:30 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dgit_10.6.dsc 1.8 KiB a5086c9fef1e8f29c80e008e947a8ef17c0b5f461416c0942d8410f12db1a3a5
dgit_10.6.tar.gz 669.2 KiB 94e737e4ae458de4f320a49715bd4ac77b7f526a8767e6b00ef23dbd88b0c42a

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.