reposurgeon 4.2-1 source package in Ubuntu

Changelog

reposurgeon (4.2-1) unstable; urgency=medium

  [ Jelmer Vernooij ]
  * Recommend brz rather than bzr-fastimport.

  [ Anthony Fok ]
  * New upstream version 4.2
  * Apply "cme fix dpkg" fixes
    - Update debhelper dependency to "Build-Depends: debhelper-compat (= 12)"
    - Bump Standards-Version to 4.5.0 (no change)
  * Update debian/copyright with correct BSD-2-Clause text
    and with new author and copyright years
  * Remove 0001-build-with-trimpath-for-reproducibility.patch
  * Adapt Debian packaging to the new Go reposurgeon
  * Include yet-to-be-packaged dependent Go libraries
  * Disable webfonts in Asciidoctor-generated HTML files
    (Lintian warning "reposurgeon: privacy-breach-generic")

 -- Anthony Fok <email address hidden>  Thu, 13 Feb 2020 13:28:18 -0700

Upload details

Uploaded by:
Anthony Fok
Uploaded to:
Sid
Original maintainer:
Anthony Fok
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.2-1.dsc 2.1 KiB d356ca8cd01bcdce3414096b115424f245afb25f95708b75f6aeb951843f11e7
reposurgeon_4.2.orig.tar.xz 699.6 KiB 682b8cc9c8215200fbc2e815b36bed738b8483e4ed4599ad5d2383b7a0b088df
reposurgeon_4.2-1.debian.tar.xz 76.4 KiB c782cdeb0811e462562e150055b9c64b7383461c7ecacba7d36dd910aab13931

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.
 .
 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