dgit 10.7ubuntu1 source package in Ubuntu

Changelog

dgit (10.7ubuntu1) mantic; urgency=medium

  * Skip several tests that no longer fuction with git 2.40 `git hash-object`
    (LP: #2022096)

 -- Dan Bungert <email address hidden>  Mon, 05 Jun 2023 12:36:19 -0600

Upload details

Uploaded by:
Dan Bungert
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
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_10.7ubuntu1.tar.gz 679.3 KiB ee03ed92dd8ea946977c658cb7abb24966f17c04d89937f0888d8e76fe394c4a
dgit_10.7ubuntu1.dsc 2.1 KiB 5e31b798ab4d5edb4e0b5971b65c6e9cfd199aa236a278d09031c2b2eaec725d

Available diffs

View changes file

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.