reposurgeon 4.30-1 source package in Ubuntu

Changelog

reposurgeon (4.30-1) unstable; urgency=medium

  * New upstream version 4.30
  * Refresh 0001-Makefile-skip-build.patch
  * Bump Standards-Version to 4.6.0 (no change)
  * Update local copy of yet-to-be-packaged dependent Go library
    - gitlab.com/ianbruene/kommandant v0.6.2
  * Remove local copy of github.com/ianbruene/go-difflib v1.2.0
    and add dependency on golang-github-ianbruene-go-difflib-dev instead

 -- Anthony Fok <email address hidden>  Fri, 03 Dec 2021 04:13:26 -0700

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
reposurgeon_4.30-1.dsc 2.5 KiB b6cfd8a2cd5ed6b351c6be348cb57c68e30c99f50e96e53db89ed55fb4c2b713
reposurgeon_4.30.orig.tar.xz 781.6 KiB 741261df8992815b1a55e377bc47f52ab1055f466c72dbfb0cc8553db0211f93
reposurgeon_4.30-1.debian.tar.xz 24.0 KiB c3e1f4b4e7dbf9a4997d07b6049e05edcb69f11bf563c7f127042e344ad58189

Available diffs

No changes file available.

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.
 .
 An 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 with
 reposurgeon.
 .
 This distribution supports a generic conversion workflow using these
 tools, and includes a long-form manual "Repository Editing and
 Conversion With Reposurgeon" that describes how to use it.
 .
 The file `reposurgeon-git-aliases` can be appended to your `~/.gitconfig` to
 support working directly with action stamps in git.
 .
 Finally, an Emacs Lisp mode with useful functions for editing large
 comment message-boxes is included.

reposurgeon-dbgsym: debug symbols for reposurgeon