Source: reposurgeon
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Anthony Fok <foka@debian.org>
Section: vcs
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: asciidoctor,
               cvs,
               debhelper-compat (= 12),
               dh-golang,
               dh-python,
               git,
               golang-any,
               golang-github-anmitsu-go-shlex-dev,
               golang-github-emirpasic-gods-dev,
               golang-golang-x-crypto-dev,
               golang-golang-x-text-dev,
               golint,
               mercurial,
               python3,
               subversion,
               time,
               tzdata
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian/reposurgeon
Vcs-Git: https://salsa.debian.org/debian/reposurgeon.git
Homepage: http://www.catb.org/esr/reposurgeon/
XS-Go-Import-Path: gitlab.com/esr/reposurgeon

Package: reposurgeon
Architecture: amd64 arm64 mips64el ppc64el s390x alpha ia64 kfreebsd-amd64 ppc64 riscv64 sparc64
Depends: tzdata,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Recommends: cvs-fast-export,
            git
Suggests: brz,
          darcs,
          fossil,
          hg-fast-export,
          subversion
Built-Using: ${misc:Built-Using}
Description: 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.
