reposurgeon 4.3+git20200214.8d048e1-1ubuntu0.2 source package in Ubuntu

Changelog

reposurgeon (4.3+git20200214.8d048e1-1ubuntu0.2) focal-security; urgency=medium

  * No-change rebuild for golang-golang-x-text

 -- Eduardo Barretto <email address hidden>  Fri, 20 Jan 2023 17:37:29 +0100

Upload details

Uploaded by:
Eduardo Barretto
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
amd64 arm64 mips64el ppc64el s390x alpha ia64 kfreebsd-amd64 ppc64 riscv64 sparc64
Section:
vcs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates universe misc
Focal security universe misc

Downloads

File Size SHA-256 Checksum
reposurgeon_4.3+git20200214.8d048e1.orig.tar.xz 700.4 KiB bad3226b784b77e0031c39ec46fc86abd079a17c74c3250ff859cd9077b0bcd7
reposurgeon_4.3+git20200214.8d048e1-1ubuntu0.2.debian.tar.xz 76.4 KiB 36dc2490110f9575a5d39572f98022ed0e0b2519ee7227acafaba4d05f80af41
reposurgeon_4.3+git20200214.8d048e1-1ubuntu0.2.dsc 2.5 KiB 2f6de52f6b548d705a3fa7c56cb4740c7f3400f217f5874752f6de4824bce852

View changes file

Binary packages built by this source

reposurgeon: Tool for editing version-control repository history

 `reposurgeon` enables risky operations that version-control systems
 don't want to let you do, such as (a) editing past comments and metadata,
 (b) excising commits, (c) coalescing commits, and (d) removing files and
 subtrees from repo history. The original motivation for `reposurgeon`
 was to clean up artifacts created by repository conversions.
 .
 `reposurgeon` is also useful for scripting very high-quality
 conversions from Subversion. It is better than `git-svn` at tag
 lifting, automatically cleaning up `cvs2svn` conversion artifacts,
 dealing with nonstandard repository layouts, recognizing branch
 merges, handling mixed-branch commits, and generally at coping with
 Subversion's many odd corner cases. Normally Subversion repos should
 be analyzed at a rate of upwards of ten thousand commits per minute,
 though that rate can fall significantly on extremely large
 repositories.
 .
 Another auxiliary program, `repotool`, performs various useful
 operations such as checkouts and tag listing in a VCS-independent
 manner. Yet another, `repomapper`, assists in automatically preparing
 contributor maps of CVS and SVN repositories.
 .
 The `repocutter` program is available for some specialized operations on
 Subversion dumpfiles; it may be useful in extracting portions of
 particularly gnarly Subversion repositories for conversion witth
 reposurgeon.
 .
 This distribution supports a generic conversion workflow using these
 tools, and includes the DVCS Migration Guide that describes how to use it.

reposurgeon-dbgsym: debug symbols for reposurgeon