dgit 9.15 source package in Ubuntu
Changelog
dgit (9.15) unstable; urgency=medium * dgit: pseudomerge_version_check: Check for unfinalised changelog entry. * tests: Set FILTER_BRANCH_SQUELCH_WARNING=1 * tests: Use t-debchange in some places instead of dch * tests: Update all using tests/update-db-compat. Closes: #1002927. -- Ian Jackson <email address hidden> Sun, 02 Jan 2022 12:20:23 +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 | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dgit_9.15.dsc | 1.8 KiB | 9b07c61c832074b9ba7420895a24bf6890e4e5f1988f07b71d03753d05ee6098 |
dgit_9.15.tar.gz | 652.2 KiB | 9b154483bca85e3a83ed675b8f4dbdcb8a32a02a3baf8465814967ff225c1ed4 |
Available diffs
- diff from 9.14 to 9.15 (5.8 KiB)
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.